Replies: 2 comments 1 reply
-
|
Hey! This happens when GitHub Pages still thinks your domain is connected to another repo, probably because of the previous private setting.
Follow this doc to do that: Once verified, GitHub will allow you to reassign it. |
Beta Was this translation helpful? Give feedback.
-
|
TL;DR: GitHub “locks” your custom domain to the old repo, and the only way to “release” it is to prove you own the domain via a TXT DNS record. Once verified, GitHub will let you reassign the domain to your repo. ⸻ Step-by-step fix (concrete details): dig TXT _github-challenge-cdacanay.cdacanay.com If it shows the value you added, it’s live. 👉 In short: GitHub is holding the domain because it thinks it’s still linked elsewhere. Adding that TXT record tells GitHub “yes, I own this domain,” and it frees it up for you. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
I made the mistake of setting my github pages repo to private temporarily and lost connection with my custom domain:
www.cdacanay.comThe custom domain cdacanay.com is already taken. If you are the owner of this domain, check out https://docs.github.com/pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages for information about how to verify and release this domain.Can I have some help releasing this?
Beta Was this translation helpful? Give feedback.
All reactions