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的邮箱)
然后在红框那个本地地址找到那个文件打开复制进
下图那个公钥大红框里点击确定
最后一步,验证Key在命令行下输入命令:ssh -T [email protected]
提示:Hi xxx! You‘ve successfully authenticated, but GitHub does not provide shell access.