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.
ssh -T -v git@${url}
看一下 ssh 的连接问题是啥,应该是公钥没有设置好。