问题描述
上下文
我有一个叉子,最近已经删除了.我已经检查过:我的仓库确实被删除了.我还检查了一下,原始存储库上的fork编号从3减少到2.
I've had a fork, what I've deleted recently. I've checked: my repo is really deleted. I've also checked, the fork number on the original repo decreased from 3 to 2.
问题
现在我正试图从相同的仓库中创建一个新的fork,但是github说:您已经有了该存储库的分支"为什么github这么说?有什么解决方法吗?
Now I am trying to create a new fork from the very same repo, but github says:"You already have a fork of this repository" Why github says this?. Is there any workaround?
推荐答案
如果您是组织的成员,则创建派生弹出窗口可能会有些混乱.在这种情况下,消息您已经有这个存储库的分支"通知您组织中已经有一个分支.尽管您仍然应该能够在创建fork弹出屏幕上单击您的个人资料图片.这应该将该存储库派生到您的用户帐户中.
The create fork pop-up screen can be a little confusing if you are a member of the Organisation. In this case the message "You already have a fork of this repository" is informing you that you already have a fork in your Organisation. Though you still should be able to click on your profile picture on the create fork pop-up screen. This should fork that repository into your user account.
这篇关于为什么github说“您已经有这个存储库的分支"?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!