我们在使用git clone的时候可能会报错:
could not read from remote repository.plea make sure you have the correct access right
出现问题的原因:
没有在github账号添加 ssh key
解决方法如下:
1、打开cmd终端、或者git bash输入:
ssh-keygen -t rsa -c “123456789@qq.com”
普通话成绩查询时间如果执行成功则返回
generating public/private rsa key pair.
enter file in which to save the key (/c/urs/ibm_admin/英文短句励志.ssh/i鸦片战争的时间d_rsa)
2、出现上步信息后、直接按回车、返回下面信息:
enter passphra (empty for no passphra):
3、再次回车
enter same passphra again:
4、再次回车
your identification has been saved in /c/urs/ibm_admin/.ssh/id_rsa.
your public key has been saved in /c/urs/ibm_admin/.ssh/id_rsa.pub.
the key fingerprint is:
sha256:the cret key s小书架tring/the cret key string dietime1943@gmail.com
the key’s randomart image is:
+—[rsa 2048]—-+
| .+ob++.+ . |
| . . *+= + o |
| o @ … |
| = b.o . + |
| o ..s b . |
| . *.= o |
| . . =.+ |
| . . =. |
| eoo .o. |
+—-[sha256]—–+:
5、执行到上一步说明ssh key就已经生成了。文件目录就是:/c/urs/ibm_admin/.ssh/id_rsa.pub.
我们执行cat命令查看文件的内容:
cat /c/urs/ibm_admin/.ssh/id_广西民族学院rsa.pub.
这时候会看见:
ssh-rsa aaaab3nzac1yc2。。。。。。。。。
(说明:ssh-rsa 后面的内容这就是你的ssh keys)
6、把显示出来的ssh keys直接添加到github账户设置里边的ssh keys,最后再执行git clone命令就可以了。
本文发布于:2023-04-03 13:36:19,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/e16e48f7cfc07c9561b52d670e1c5385.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:git 本地仓库与远程仓库建立连接.doc
本文 PDF 下载地址:git 本地仓库与远程仓库建立连接.pdf
留言与评论(共有 0 条评论) |