November 20, 2017
Git and Windows; file path too long – fix!
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