
How to fix filename too long in Windows Home Edition
- Start the registry editor (regedit.exe)
- Navigate to HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlFileSystem
- Double click LongPathsEnabled
- Set to 1 and click OK
- Reboot
How to fix Filename too long in git for windows
以管理员身份执行如下命令:
git config --system core.longpaths true




近期评论