I\'m working with several repositories, but lately I was just working in our internal one and all was great.
Today I had to commit and push code into other one, but
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