码迷,mamicode.com
首页 > 系统相关 > 详细

Ubuntu下使用git clone 的权限问题解决方法

时间:2018-06-12 16:10:49      阅读:428      评论:0      收藏:0      [点我收藏+]

标签:key   style   strong   inf   git   执行   str   fail   cloud   

问题1、sign_and_send_pubkey: signing failed: agent refused operation,执行如下语句:

1 eval "$(ssh-agent -s)"
2 ssh-add

问题2、若出现如下提示:

技术分享图片

则对应修改自己的私钥文件权限即可。

1 chmod 700 parkcloud-new.pem

然后重新执行git clone 远程仓库地址即可。

Ubuntu下使用git clone 的权限问题解决方法

标签:key   style   strong   inf   git   执行   str   fail   cloud   

原文地址:https://www.cnblogs.com/hsl-shiliang/p/9173013.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!