...
Panel | ||||
---|---|---|---|---|
| ||||
|
Summary
Windows does not allow having paths longer than 260 characters by default. There are paths of this length and longer in IHMC software, so this fix should be applied before Git cloning.
...
Multiexcerpt | ||
---|---|---|
| ||
Step 1: Run Registry ModifierDownload and run this script to apply the fix –> RevertingIf you need to go back for some reason, run this file: * Solution source: https://www.howtogeek.com/266621/how-to-make-windows-10-accept-file-paths-over-260-characters/ (Optional) Step 2: Set "Enable Win32 longs paths" to EnabledAs of 8/22/2023 with Windows 11, this step is supposedly not necessary. Hit Windows key. Type "Edit Group Policy", hit Enter. Under Computer Configuration > Administrative Templates > System > Filesystem Right click Enable Win32 long paths, Edit, set to Enabled. Step 3: Set Git configuration |
...