Problem scenario
You want to unlock a GitHub repository. You know the name of the repo. (When you browse to it in a web browser, you see that it is locked, and you cannot see the files inside as normal.) How do you unlock it?
Solution
You need to find the migration GUID for the locked repository. Then you need to run a command on it.
…
Continue reading “How Do You Unlock a GitHub Repository when You Only Know Its Name?”