力战者
力战者,天酬之!
摘要: 在git bash中,运行下列命令: git config --global core.longpaths true 就可以解决该问题。 --global是该参数的使用范围,如果只想对本版本库设置该参数,只要在上述命令中去掉--global即可。 git clone xxxxxxxxxxxxxxxx 阅读全文
posted @ 2019-05-09 12:51 力战者 阅读(15144) 评论(1) 推荐(0) 编辑