Issue : How to fix "Filename too long error" during git clone enter image description here
run following command : git config --system --get core.longpaths check if the path is set true by running following command in git bash $ git config --list --system core.longpaths=true// us hould see this