Replies: 1 comment
-
found same discussion |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Question
Body
I tried to clone one of my projects in my mew laptop from the command line in Linux, but I got an error saying that password authentication are no longer valid, that I have to create a SSH Key, so I did, but I'm still getting the same error when trying to clone the project using the SSH Key pass phrase.
I have verified the key is properly loaded with
ssh-add -l -E sha256
, which returns the content of my pub key file.I have added the content of the pub key file to GitHub SSH Keys list.
I'm trying to clone the project using
git clone "project_repo_url
and I type the username and the SSH Key pass phrase when prompted for the password, but I get this error: `hugolvc! You've successfully authenticated, but GitHub does not provide shell access.'.I tried
ssh -vT [email protected]
but I get the same output.What am I missing to setup?
Beta Was this translation helpful? Give feedback.
All reactions