Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我想克隆路径中包含:(冒号)的存储库时,出现此错误:
克隆成功,但结帐失败。
我尝试使用 git cli 和 git gui ,我得到了同样的错误。这个问题有什么解决办法吗?
如果您想从 GitHub 克隆并且它是您的存储库,您可以在 GitHub 上编辑文件内容并重命名它们。
单击要编辑的文件,您将在文件开头看到:
单击笔图标,重命名文件,然后在下面输入提交消息并提交。然后你可以尝试克隆。
注意:如果它不是你的 repo,请先尝试 fork 它,然后执行上面提到的相同步骤。