📜  如何删除 git 中的文件名太长错误 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:40.529000             🧑  作者: Mango

代码示例1
#this
git config --system core.longpaths true

#or this
git clone -c core.longpaths=true