git ssh访问coding,Permission denied (publickey),但是github正常

这是怎么回事呢,也重新生成过ssh公钥,github可以用,就是coding不行。
系统是windows 11。

❯ ssh -T git@mean.coding.net
CODING 提示: Hello Mean, You've connected to coding.net via SSH. This is a Personal Key.
Mean,你好,你已经通过 SSH 协议认证 coding.net 服务,这是一个个人公钥.
公钥指纹:dd:11:11:2e:28:71:57:bd:90:b0:5f:7d:f6:d9:bf:61

❯ git pull
git@e.coding.net: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
阅读 3.9k
1 个回答

看看 git remote -v 输出的是啥?看看是否与你预期相符。

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进