A too long file name is an issue while cloing any git repo. We can set a git property longpaths=true to allow the too long file name for git. Following the command and their scope.
- For all usersgit config --system core.longpaths true
- For current usergit config --global core.longpaths true
- Only for current clonegit clone -c core.longpaths=true
No comments:
Post a Comment