-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Permission denied (publickey) #188
Comments
看着操作没问题。但错误显示的是push的权限有问题(就是gitee上可以的问题),重点检查这俩:
确保id_rsa正确且有权限,可以在本地push测试下。 |
试了下,本地推拉都是正常的。 |
我也遇到这个问题了,rsa密钥有密码就会验证失败,新建一个空密码的密钥就能成功 |
不知道最后解决没,如果解决了可以分享下 |
「Github 同步到 Gitee」
两端的私钥、密钥、Token 那些都正确配置了,尝试过重新生成,也不行。搜索过一些相关的 Issue(比如 #108)看起来配置都没问题
其中
id_rsa
配置到 github 里的 Actions secrets and variables,也就是GITEE_PRIVATE_KEY
,其中id_rsa.pub
也配置到 Gitee 里了。GITEE_TOKEN
也配置了,就是不成功。@Yikun 大佬 help~
主要报错如下:
配置没错:
The text was updated successfully, but these errors were encountered: