美文网首页
git clone 时显示Filename too long的解

git clone 时显示Filename too long的解

作者: 倔强的满腔热血 | 来源:发表于2019-10-22 12:15 被阅读0次

在git bash中,运行下列命令: git config --global core.longpaths true

就可以解决该问题。

--global是该参数的使用范围,如果只想对本版本库设置该参数,只要在上述命令中去掉--global即可。

相关文章

网友评论

      本文标题:git clone 时显示Filename too long的解

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