SyntaxFix
Write A Post
Hire A Developer
Questions
Got same error when doing a 'git pull' and this is how I fixed it.
git config --system --unset credential.helper
git config --system --add credential.helper manager
git pull