Answers for "git add filename too long"

7

Filename too long git

git config --system core.longpaths true
Posted by: Guest on May-06-2020
1

git add filename too long

// Should be global instead of system -> no 'permission denied' message
git config --global core.longpaths true
Posted by: Guest on August-22-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language