+3
Long file name support under windows 10 for SmartGit
Path length longer than 260 characters result in Missing Files under Windows 10.
There is an Solution in Windows 10 Version 1607 and later
"Enable Long Paths"
see Maximum Path Length Limitation - Win32 apps | Microsoft Docs
Request for SmartGit supports these long paths
Customer support service by UserEcho
Solved:
Start CMD as Admin
"c:\Program Files\SmartGit\git\bin\git"
config -
-system
core.longpaths true
or
"c:\Program Files (x86)\SmartGit\git\bin\git"
config -
-system
core.longpaths true
Discard Missing Files in SmartGit