github报"fatal: Could not read from remote repository"的解决办法
新建一个registry,需要在客户端执行几行命令,却遇到报错:解决办法:ssh-keygen -t rsa -C "jerry_hu123@163.com" # -C为github的登录邮箱先读取id_rsa.pub的配置文件[root@k8s-master istio]# cd[root@k8s-master ~]# cd .ssh[root@k8s-master...
·
新建一个registry,需要在客户端执行几行命令,却遇到报错:
解决办法:
ssh-keygen -t rsa -C "jerry_hu123@163.com" # -C为github的登录邮箱
先读取id_rsa.pub的配置文件
[root@k8s-master istio]# cd
[root@k8s-master ~]# cd .ssh
[root@k8s-master .ssh]# ls
authorized_keys id_rsa id_rsa.pub known_hosts
[root@k8s-master .ssh]# pwd
/root/.ssh
[root@k8s-master .ssh]# cat id_rsa.pub
ssh-rsa !!!!!隐藏了!!!!! jerry_hu123@163.com
再到github的registry的settings添加deploy keys即可
更多推荐
已为社区贡献1条内容
所有评论(0)