I have access to a github repo, but when I do
git push
I get the error
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
How can I add a specific username/token combination to this very git push
(without changing the ""default"" settings)?
I did not find any option to set the credentials for the git push
command.
I had a look at the answers on this question but none of the confusing solution seem to work. I still get the exact same error message when I do git push
.