My repo name was retired, any options? #183235
-
Select Topic AreaQuestion BodyI was trying to clean up my github presence and I may have shot myself in the foot. I was previously using my company name 'madronalabs' for my only github account. Now I've changed my personal github account to randyjonesworld and started an organization 'madronalabs'. This went fine. But I'm not able to transfer one of my repos 'madronalib' to madronalabs because GitHub has retired the name. I guess this is because it's a bit more popular than the others. I can prove I'm not trying to do something nefarious. I've had a support ticket in for two weeks though without a reply. I have a paid plan ($4/month, but still.) I'm raising the topic here in hopes of learning two things:
Of course I could rename the repo but I wouldn't do this except as a last resort, it's a name I've been using for years. thanks for any help! |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 6 replies
-
|
Hello! Unfortunately, when GitHub "retires" a repository name (usually due to high popularity before deletion or specific policy reasons), that namespace is typically blocked permanently to prevent confusing users or security issues (typosquatting). You will most likely need to choose a slightly different name for your new repository. I know that's not the answer you were hoping for, but I hope it saves you time trying to debug it! |
Beta Was this translation helpful? Give feedback.
-
|
Once a repository name is retired by GitHub, it’s effectively locked and can’t be reused or transferred, even by the original owner. This usually happens for security reasons (to prevent dependency confusion, impersonation, or takeover of popular repo names). To your specific questions: Is it normal not to hear from support for two weeks? Your practical options are: ### In short: once a repo name is retired, it’s usually permanent, and support response times for these cases can be long. |
Beta Was this translation helpful? Give feedback.
-
|
Hi Randy, Unfortunately, what you’re seeing is consistent with how GitHub handles retired repository names. To your questions: Is it normal not to hear from support for two weeks? Is there any workaround to transfer the repo back to madronalabs/madronalib? Practically speaking, the usual options are: Keep the repository under its current owner and clearly document the new canonical location. Use releases, README notices, and redirects to guide users. Rename the repository as a last resort and communicate the change clearly. Continue waiting on the support ticket, understanding that even legitimate cases don’t always result in the name being unretired. It’s frustrating, especially for long-standing projects, but GitHub has become very strict here to prevent dependency confusion and impersonation issues. Hope this helps set expectations, and good luck with the support ticket. |
Beta Was this translation helpful? Give feedback.
-
|
Yeah thanks I appreciate it
…On Fri, 2 Jan 2026, 1:12 pm Aryan Yadav, ***@***.***> wrote:
No Worries, we are here to help each other
—
Reply to this email directly, view it on GitHub
<#183235 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BB3O7L7UA57DNK4JRJR3UO34EYONPAVCNFSM6AAAAACQNKQTVGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTKMZYHEZTSOA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
Thanks all. |
Beta Was this translation helpful? Give feedback.
-
|
I'll reopen this to say I got a helpful reply from a human today. This is now six weeks after opening the ticket. So, though it is not fast, help exists. |
Beta Was this translation helpful? Give feedback.
Once a repository name is retired by GitHub, it’s effectively locked and can’t be reused or transferred, even by the original owner. This usually happens for security reasons (to prevent dependency confusion, impersonation, or takeover of popular repo names).
To your specific questions:
Is it normal not to hear from support for two weeks?
Unfortunately, yes—especially for issues involving retired names. Even on paid individual plans, these cases often require manual review and can take weeks.
Is there any workaround to transfer the repo back to madronalabs/madronalib?
No self-service workaround exists. If the name is retired, GitHub blocks transfers, renames, and reuse across users and or…