环境
- w10
- vscode
- git
- tortoisegit
问题描述
- 当我使用
tortoisegit
进行push
操作时,一切正常
- 当我使用
vscode
进行push
操作时,提示如下错误
> git push origin master:master
Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
- 是同一个项目,用
tortoisegit
配置了PPK
密钥 -
github
配置了本机的ssh
密钥
已解决