Public repository returns "Repository is disabled" for Git operations #208409
Replies: 6 comments
|
The two signals are not contradictory. The REST I can reproduce the public side of the state: repository metadata is readable and says Recommended recovery path:
An administrator on the repository is not necessarily the account owner and cannot clear an account-level restriction. The current API response also shows the querying identity has pull but not push/admin permission, so the owner needs to perform the escalation. There is no safe repository setting or Git command that can re-enable a backend-disabled Git service. If GitHub Support restores the owner/repository, clone/fetch will resume without rewriting history. If this identifies the correct escalation path, please mark it as accepted. |
|
Update: I followed the recommended checks and completed the account-owner troubleshooting: verified email, 2FA, account/security settings, billing notices, repository settings, credential cleanup, and GitHub CLI authentication. The issue remains unchanged: REST reports disabled=false, while anonymous git ls-remote still returns the same 403 “Repository is disabled” response. I also attempted to transfer the repository to the cosmosfarm organization as KBoard-wordpress, but the transfer page stayed on “Transferring repository…” and the new repository was not created. The Community guidance did not resolve this. I opened GitHub Support ticket #4776759 and asked Support to check the backend/account-level Git smart-HTTP restriction. |
|
Thanks for the follow-up — and for opening the ticket; that was the right call. I re-checked the public state, and there is now a decisive signal that explains the whole picture:
So the limit of what this discussion can do has been reached: only GitHub staff can lift a locked/disabled state. No community member, setting, PAT, or Git command can do it — which is also why every owner-side check came back clean. For ticket #4776759, I would add these points so it can be routed without another round of back-and-forth:
While Support works through it:
Please post Support's answer back here when you get it, even if it is only "account-level restriction confirmed" — that makes this thread useful for the next person who hits the same message. |
|
Update: The original repository remains locked for Git operations, so I created a public continuity repository under the official Cosmosfarm organization: https://github.com/cosmosfarm/KBoard-wordpress The master branch, feature branches, all 38 tags, and all 38 Releases are available there. The repository is intended to be the current distribution source while GitHub Support investigates the lock on chaechan/KBoard-wordpress-plugin. This discussion remains open because the original repository restriction is not resolved. |
|
Resolution update (2026-09-22 KST): GitHub Support confirmed that the repository lock was removed. I verified that anonymous git ls-remote and git fetch now succeed for https://github.com/chaechan/KBoard-wordpress-plugin.git, and pushed the previously blocked KBoard date/trash fix to master (a4d4e85..a9d835d). The original repository is usable again and is now the primary source. The Cosmosfarm continuity repository remains available as a mirror. |
|
Resolution update (2026-09-23 KST): GitHub Support has confirmed that the source repository lock was removed. The original repository is publicly accessible again. For the still-unresolved same-name transfer, Support says there is no supported transfer into an existing repository with the same name (or a fork in the same network). I checked I asked Support to confirm whether it sees a separate target repository object and to provide the supported way to transfer the original repository to the Cosmosfarm organization with the exact |
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Question
Body
Hello,
I have administrator access to the following public repository:
https://github.com/chaechan/KBoard-wordpress-plugin
The repository is visible in the browser, and the REST API reports disabled=false, archived=false, and visibility=public. However, Git operations fail:
remote: Repository 'chaechan/KBoard-wordpress-plugin' is disabled.
remote: Please ask the owner to check their account.
fatal: unable to access 'https://github.com/chaechan/KBoard-wordpress-plugin.git/': The requested URL returned error: 403
I verified:
Could you please check whether Git access or the repository's Git service is restricted on the backend and advise how to restore it?
Thank you.
All reactions