Windows git clone unable create file...

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

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

< (less than)

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

  • (asterisk)

原文链接

你可能感兴趣的:(Windows git clone unable create file...)