[Git]解决: error: unable to create file src/main/webapp/xxxxxx/xxxx: Filename too long
git有可以创建4096长度的文件名,然而在windows最多是260,因为git用了旧版本的windows api,为此踩了个坑。
$ git config --global core.longpaths true
[Git]解决: error: unable to create file src/main/webapp/xxxxxx/xxxx: Filename too long

2 参考文献

相关文章:

  • 2021-10-24
  • 2021-07-24
  • 2021-07-12
  • 2021-12-08
  • 2022-12-23
  • 2021-09-08
猜你喜欢
  • 2022-12-23
  • 2021-06-24
  • 2021-07-28
  • 2021-08-27
  • 2022-12-23
  • 2022-12-23
  • 2021-09-26
相关资源
相似解决方案