700字范文,内容丰富有趣,生活中的好帮手!
700字范文 > Please make sure you have the correct access rights and the repository exists.

Please make sure you have the correct access rights and the repository exists.

时间:2022-02-13 11:51:54

相关推荐

Please make sure you have the correct access rights and the repository exists.

这种情况是你的github上没有权限

解决方案:

在你的电脑上配置ssh

首先使用git初始化你的用户名和邮箱

git config --global user.name "yourname"git config --global user.email“your@"

给你的邮箱生成ssh密匙

ssh-keygen -t rsa -C "your@"

最后到ssh目录下面找到id_rsa和id_rsa.pub文件

打开id_rsa.pub文件,把内容复制一下

最后打开你的github选择setting

在选择ssh

new一个ssh

把刚刚复制的内容放进去

在上传就可以了

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。