如题,我在上传本地项目到我的github的时候提示权限不足,本地.ssh密钥已经配置好了,在github上也配置了密钥,也做了上传前的add但是就是到了提交代码的时候无法提交。使用的是命令版的git管理器
$ ssh -T git@github.com
Warning: Permanently added the RSA host key for IP address '192.30.252.130' to the list of known hosts.
Permission denied (publickey).
提出详细的错误信息,这样别人才能帮你分析。