windows环境配置

How to fix filename too long in Windows Home Edition

  1. Start the registry editor (regedit.exe)
  2. Navigate to HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlFileSystem
  3. Double click LongPathsEnabled
  4. Set to 1 and click OK
  5. Reboot

How to fix Filename too long in git for windows

管理员身份执行如下命令:

git config --system core.longpaths true