git@gitee.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.解决办法:
在C:Users***.ssh里创建config文件(没有后缀,文件名就叫config),打开该文件,输入以下内容:
Host gitee.com HostkeyAlgorithms +ssh-rsa PubkeyAcceptedAlgorithms +ssh-rsa
参考链接



