git clone with long file names code example
Example 1: Filename too long git
git config --system core.longpaths true
Example 2: git clone with long file names
git clone -c core.longpaths=true
git config --system core.longpaths true
git clone -c core.longpaths=true