配置git&github&gitlab 从github clone项目
01 使用git clone项目遇到如下问题:
Please make sure you have the correct access rights and the repository exists.
02 解决:
参考:https://www.jianshu.com/p/3bedd17343d9
第5步可以直接进入C盘用户目录下的.ssh文件删除id_rsa等所有文件;
如果是gitlab 第13步:ssh -T git@(你的gitlaburl);
运行ssh-keygen -t rsa -b 4
原创
2020-10-12 20:00:53 ·
608 阅读 ·
0 评论