美文网首页
Windows git clone unable create

Windows git clone unable create

作者: 小晨主 | 来源:发表于2019-04-22 10:32 被阅读0次

导致这个异常的原因是Windows文件系统不允许文件名使用冒号“:”,找到提交者,修改文件名就可以解决了。

除了冒号,以下这些也不允许使用

< (less than)

(greater than)
: (colon)
” (double quote)
/ (forward slash)
\ (backslash)
| (vertical bar or pipe)
? (question mark)

  • (asterisk)

原文链接

相关文章

网友评论

      本文标题:Windows git clone unable create

      本文链接:https://www.haomeiwen.com/subject/bnnegqtx.html