Skip to content

SSH login requires "enable SSO" which does not exist #23893

Discussion options

You must be logged in to vote
graemev:

But again prompted for password, so RTFM

That sounds like the repository URL still uses HTTPS, not SSH. You can check the URL with:

git remote show origin

If there are still https://github.com/... URLs, you can change to SSH with the following command. Replace the URL with that for your repository, the pattern should be the same.

git remote set-url origin git@github.com:user/repo.git

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