1

I have migrated a repo from on-prem hosted GHES (Github Enterprise Server)to GHEC (Github Enterprise Cloud), and it is accessible in GHEC.

We are now trying to archive the old GHES repo, but we are unable to because of the message on the repo page that reads

" This repository is currently being migrated. It's locked while the migration is in progress."

I am unable to go to the "Settings" for this repo due to restrictions of my workplace, as I'm not an admin on the repo I believe.

Wondering what needs to be done to Stop the migration (even though it's already done), so that we can archive this repo.

Thanks for your help!

Screenshot of the message:enter image description here

Andrew Smith
  • 483
  • 1
  • 3
  • 16

1 Answers1

0

As noted in your GitHub discussion:

A user with GitHub Enterprise Server Site Admin access can unlock this repository by going to the Site Administrator page for the repository.

The URL should look like:

https://[hostname]/stafftools/repositories/[owner]/[repo]/admin

Once there they will see the unlock option under the Single Repository Lock section on that page.

Which means... you need to contact your on-prem GHES site admin to resolve this locally.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250