git clone Permission denied (PublicKey)

Source: Internet
Author: User

A permissoin denied (PublicKey) error occurred from the GitHub clone repository to the local after the SSH key was created.

Refer to the official documentation (Generating-ssh-keys) method to add the SSH key to Ssh-agent:

Connect to Ssh-agent:

Ssh-agent-s
To add a private key:

Ssh-add ~/.ssh/id_rsa

A could not open a connection to your authentication agent error appears.

You need to do this before connecting to the Ssh-agent:

Ssh-agent Bash
This will make the clone a success:
$ git clone [email protected]:d nawym/concurrency.gitcloning into ' Concurrency ' ... Warning:permanently added the RSA host key for IP address ' 192.30.252.131 ' to the list of known hosts.remote:Counting OB Jects:35, done.remote:Compressing objects:100% (16/16), Done.remote:Total (Delta), reused (Delta 9), Pack-reu Sed 0Receiving objects:100% (35/35), 3.32 KiB | 0 bytes/s, done. Resolving deltas:100% (10/10), done. Checking connectivity ... done.




Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

git clone Permission denied (PublicKey)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.