Git and Windows; file path too long – fix!

Last modified date

Comments: 0

I ran into an issue today with Git and Windows… I was trying to do a pull from a repo and it kept failing because one of the file paths was too long. Very frustrating!

Thankfully there was a simple fix; just running this from the shell:

git config --system core.longpaths true

Share

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.