github -ubuntu 首次git clone 代码错误Please make sure you have the correct access rights and the repositor

首次从github git clone 代码到ubuntu本机中, 若出现以下错误:

joaquin@vmachine:/home$ sudo git clone git@github.com:jasgooddy/distributed-saving-.git
[sudo] password for joaquin:
Cloning into 'distributed-saving-'...
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.



解决:

顺序执行以下步骤:

1).joaquin@vmachine:/home$  ssh -v git@github.com

2).joaquin@vmachine:/home$  ssh-agent -s
SSH_AUTH_SOCK=/tmp/ssh-tYXFAr9yEoaT/agent.46330; export SSH_AUTH_SOCK;
SSH_AGENT_PID=46331; export SSH_AGENT_PID;
echo Agent pid 46331;

3).joaquin@vmachine:/home$  ssh-add /home/joaquin/.ssh/id_rsa
# /home/joaquin/.ssh/id_rsa 是本人的keygen 生成github 密匙的存放路径, 换成相应的自己的密匙路径就好 ,
一般是~./.ssh/id_rsa 什么的。。。

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@         WARNING: UNPROTECTED PRIVATE KEY FILE!          @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Permissions 0777 for '/home/joaquin/.ssh/id_rsa' are too open.
It is required that your private key files are NOT accessible by others.
This private key will be ignored.


以上三步都顺利执行,没报什么错误后, 就可以愉快的git clone 了 生气

joaquin@vmachine:/home$ sudo git clone https://github.com/jasgooddy/distributed-saving-

Cloning into 'distributed-saving-'...
remote: Counting objects: 11, done.
remote: Compressing objects: 100% (6/6), done.
remote: Total 11 (delta 0), reused 5 (delta 0), pack-reused 0
Unpacking objects: 100% (11/11), done.




  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值