标签:rmi ssi style clone epo xxxxx ssh 设置 from
使用git进行项目下载,换了电脑,配置了账号和邮箱后,pull一个私有项目的时候,出现如下问题:
原因分析:
由于没有设置Gitee的SSH公钥。生成公钥和配置公钥的办法,可以参考Gitee帮助里面的文章,里面做了详细的介绍https://gitee.com/help/articles/4191 。
解决办法:
1、生成SSH公钥,输入下面命令,按三次回车
ssh-keygen -t rsa -C "xxxxx@xxxxx.com"
找到对应的目录:
打开id_rsa.pub,复制里面的公钥
2、找到gitee进行配置:
3、找到项目,通过SSH下载即可;
码云clone提示“you do not have permission to pull from the repository”
标签:rmi ssi style clone epo xxxxx ssh 设置 from
原文地址:https://www.cnblogs.com/zhangling98/p/10801580.html