I am using my friend’s system to get access my git repo, clone and push new code.
But it shows that
https://github.com/MY_USERNAME/REPO denided access to MY_FRIENDS_USERNAME.
i updated the git credential helper but still facing the issue.
When i run the following command
git config --global --get credential.helper
the output i get is store
i updated the following command to use cache
git config --global credential.helper cache
but still git is picking up the windows credentials and failing in authentication.
i want that when i run the git push command, git should open browser to authenticate my username
and return back to console and complete the push.
Ramesh Kumar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.