这是怎么回事呢,也重新生成过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.
看看
git remote -v
输出的是啥?看看是否与你预期相符。