问题:使用git上传文件到gitHub遇到 “could not read from remote repository".如下图所示
解决方法:
第一种方法:
参考 git -服务器主机密钥未缓存 - 问答 - 云+社区 - 腾讯云
unset GIT_SSH 环境变量为空
第二种方法:
1. 用putty下的puttygen.exe生成一对密钥。私钥以.ppk结尾。公钥拷贝到临时文件备用。
2.运行pageant.exe <your_key>.ppk
3. 将公钥放入gitHub::setting中。
4. 运行plink git@github.com,结果如下
5. 回到Git Bash 再同步文件就没有问题了