Cannot fork a repository #191132
-
🏷️ Discussion TypeBug BodyHello, Thanks, best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 16 replies
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
Hi @LLyaudet, The issue is likely because renaming a fork doesn't fully break its link to the original repository network. Since you already have a fork from the related squizlabs repository, GitHub still sees an active connection, which is why it won't let you fork the new one. To fix this, you usually have to delete the old fork (PHP_CodeSnifferOld) entirely from your account (make sure to backup any important code first). Once it's deleted, you should be able to fork the new repository without any errors. Hope this helps! If it works, please Mark as Answer. |
Beta Was this translation helpful? Give feedback.
"Stupid loss of time" or not, at least the 1 minute "Star" test gave you a definitive answer while you were busy chasing non existent backend bugs for days. GitHub's silence on blocks is definitely annoying, but now you know exactly where you stand with that repo.
Since the "useless" test actually solved the mystery, feel free to Mark as Answer so the next person doesn't have to waste their time arguing about it.