Enabling long path in Windows 10 and GIT
In GIT:
git config –system core.longpaths true
Windows 10 long files enabling in registry:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem
DWORD: LongPathsEnabled = 1
In GIT:
git config –system core.longpaths true
Windows 10 long files enabling in registry:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem
DWORD: LongPathsEnabled = 1