Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
338 views
in Technique[技术] by (71.8m points)

github - Trying to clone Repo but getting this weird RSA message

I've spent about an hour now trying to figure out this issue, and have tried several different things on Stack Overflow but I've hit a wall each time.

I just got started using Ubuntu and was trying to clone my repo using SSH, but when did that, the message that returned in my terminal was:

Cloning into 'xManualFindx'... Warning: Permanently added the RSA host key for IP address '140.82.112.4' to the list of known hosts. [email protected]: Permission denied (publickey). fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.

I'm not sure what they are referring to by "RSA host key" and I don't recall ever creating a public key for this repo. I usually work in Windows, so I'm not sure if there's a step I'm missing or if I just forgot something.

Any advice would be most appreciated!

question from:https://stackoverflow.com/questions/65910990/trying-to-clone-repo-but-getting-this-weird-rsa-message

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

to check for any existing keys type ls ~/.ssh

ls ~/.ssh 

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...