Skip to content

Git on desktop is asking for GitHub password even though I have SSH set up #23582

Discussion options

You must be logged in to vote

Probably your repository is still configured with HTTPS URLs for the GitHub repository. You can check with:

git remote show -n origin

If you see HTTPS URLs, you can use git remote set-url to change them to the matching SSH URLs to make Git use SSH. Otherwise I’m curious what it looks like. 😸

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants