使用ssh git@gitee.com 登录提示:
$ ssh git@gitee.com
Hi Anonymous! You've successfully authenticated, but GITEE.COM does not provide shell access.
Connection to gitee.com closed.
原因是通过 仓库(项目) 的管理添加的公钥,而不是通过个人设置增加的公钥导致的问题。
git push -u origin master 提示:
[session-6d4fce93] Auth error: Access deined: authorize failure.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
本文介绍了一个关于使用SSH登录Gitee时遇到的认证成功但无法获取shell访问权限的问题及其解决办法,并讨论了在进行git push操作时出现权限拒绝错误的原因和解决步骤。
3万+

被折叠的 条评论
为什么被折叠?



