Как удалить имя файла слишком длинная ошибка в git

#this
git config --system core.longpaths true

#or this
git clone -c core.longpaths=true <repo-url>
Excited Elephant