Windows git clone unable create
2019-04-22 本文已影响0人
小晨主
导致这个异常的原因是Windows文件系统不允许文件名使用冒号“:”,找到提交者,修改文件名就可以解决了。
除了冒号,以下这些也不允许使用
< (less than)
(greater than)
: (colon)
” (double quote)
/ (forward slash)
\ (backslash)
| (vertical bar or pipe)
? (question mark)
- (asterisk)