在git bash中,运行下列命令: 

git config --global core.longpaths true

就可以解决该问题。

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

 

 

转自:https://blog.csdn.net/simzha01/article/details/37657287

相关文章:

  • 2021-07-12
  • 2021-04-24
  • 2021-06-13
  • 2022-12-23
  • 2022-12-23
  • 2021-07-30
  • 2021-11-18
  • 2021-06-05
猜你喜欢
  • 2021-10-24
  • 2022-12-23
  • 2021-08-27
  • 2022-02-12
  • 2021-07-28
  • 2021-12-08
相关资源
相似解决方案