Git

作者: liuzihe | 来源:发表于2017-08-24 11:39 被阅读0次

长度限制

Git有可以创建4096长度的文件名,然而在windows最多是260,因为git用了旧版本的windows api,可用如下命令使长度限制为4096。

// global
git config --system core.longpaths true
// local
git config core.longpaths true

相关文章

网友评论

      本文标题:Git

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