I was getting the same error.
Change the [remote "origin"]
url
value in .gitconfig
or .config/git/config
file
Previously:
https://git@github.com:userName/repo.git
OR
ssh://git@github.com:userName/repo.git
New:
git@github.com:userName/repo.git