gitegitee.con: Permission denied (publickey).
Fatal: Could not read fron renote repository.Please make sure you have the correct access rishts
gitee版本管理出现这个错误的原因是:你在本地或者服务器上面没有生成ssh key导致的。
在命令行输入:ssh-****** -t rsa -C "[email protected]"
[email protected]改成你自己的邮箱(git的邮箱)解决git Permission denied (publickey)问题
然后在红框那个本地地址找到那个文件打开复制进
下图那个公钥大红框里点击确定
解决git Permission denied (publickey)问题
最后一步,验证Key在命令行下输入命令:ssh -T [email protected]

提示:Hi xxx! You‘ve successfully authenticated, but GitHub does not provide shell access.

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-09
  • 2022-12-23
  • 2021-04-02
  • 2021-05-28
  • 2022-12-23
猜你喜欢
  • 2021-04-01
  • 2021-10-22
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案