猿问

vscode 无法使用git

1.vs code无法使用git push pull
2.用git bash 可以上传下拉克隆
3.网上有人说github后台 SSh keys没设置,可我设置了
4.
报错的代码

git push
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

慕田峪9158850
浏览 2952回答 1
1回答

摇曳的蔷薇

ssh -T -v git@${url} 看一下 ssh 的连接问题是啥,应该是公钥没有设置好。
随时随地看视频慕课网APP

相关分类

JavaScript
我要回答