叶@ye MINGW64 ~/Desktop $ ssh -T git@gitee.com The authenticity of host 'gitee.com (212.64.63.215)' can't be established. ED25519 key fingerprint is SHA256:+ULzij2u99B9eWYFTw1Q4ErYG/aepHLbu96PAUCoV88. This key is not known by any other names Are you sure you want to continue connecting (yes/no/[fingerprint])? yes Warning: Permanently added 'gitee.com' (ED25519) to the list of known hosts. Enter passphrase for key '/c/Users/ye/.ssh/id_rsa': git@gitee.com: Permission denied (publickey).
时间: 2024-04-02 15:37:46 浏览: 185
这个问题看起来是关于 Git 和 SSH 的操作。你想知道为什么在连接 Gitee 时出现了 "Permission denied (publickey)" 错误吗?这通常是由于 SSH key 没有正确添加到你的 Gitee 账户中所致。你可以尝试重新生成 SSH key 并将其添加到 Gitee 账户中。或者,你可以检查一下是否使用了正确的 SSH key。
相关问题
34779@book MINGW64 /d/0JAVA/张志刚 $ https://gitee.com/mrzhangzhg/nsd2022.git bash: https://gitee.com/mrzhangzhg/nsd2022.git: No such file or directory
您在输入命令时出现了错误。在Git Bash中,我们使用`git clone`命令来克隆一个远程仓库。请尝试使用以下命令来克隆您的仓库:
```shell
git clone https://gitee.com/mrzhangzhg/nsd2022.git
```
这将会将名为`nsd2022`的仓库克隆到您当前所在的目录下。请确保您输入的仓库URL是正确的,并且您的网络连接正常。如果问题仍然存在,请提供更多的详细信息,以便我能够更好地帮助您解决问题。
阅读全文
相关推荐


