【事故现场】

解决码云出现 fatal: Could not read from remote repository.

【解决方案】

1)、重新生成ssh

ssh-****** -t rsa -C “[email protected]” 

2)、查看你的 public key

cat ~/.ssh/id_rsa.pub(以ssh-rsa 开头,以账号的注册邮箱结尾的)

3)、将它添加到码云,添加地址 https://gitee.com/profile/sshkeys

解决码云出现 fatal: Could not read from remote repository.

4)、终端输入 ssh -T [email protected]

5)、完成啦~

相关文章:

  • 2021-12-20
  • 2022-12-23
  • 2022-12-23
  • 2021-10-25
  • 2022-02-17
  • 2021-07-10
  • 2021-04-01
猜你喜欢
  • 2021-12-27
  • 2022-12-23
  • 2021-08-24
  • 2022-12-23
  • 2021-04-17
相关资源
相似解决方案