Discussions related to DevOps, AI, Cloud
When I do a git clone I am getting the following error - unable to create file filename too long git clone
Solution :
git clone -c core.longpaths=true <repo url>