Relative Content

Tag Archive for windowsgitatlassian-sourcetreemsysgitlong-filenames

Cant open files in git repository, error: the following files were specified on the command line these files could not be found and will not be loaded

There were files that I wanted to upload to my git repository via soucetree but I got an error while staging, “file name too long”. Then I found a solution online ‘git config “–global” core.longpaths true’, afterwards I could stage, commit and push them. And I asked all my team members to use this command as well, and after they did, they could pull all those files.