Git 拉在 Windows 中不起作用,致命:无法从远程存储库读取
Git pull not working in windows, fatal: Could not read from remote repository
在 windows 中,当我尝试 git pull origin master 时,出现此错误。但是当我从 Git Bash.
尝试时它起作用了
Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists
.
当我从 windows 命令提示符尝试时出现此错误。
我的假设是,当 运行 在 Git Bash 之外时,git
无法找到您尝试访问的存储库的私钥。
运行 echo $HOME
in Git Bash 和 set HOME
in Windows 命令提示符并比较结果。
在 windows 中,当我尝试 git pull origin master 时,出现此错误。但是当我从 Git Bash.
尝试时它起作用了Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists
.
当我从 windows 命令提示符尝试时出现此错误。
我的假设是,当 运行 在 Git Bash 之外时,git
无法找到您尝试访问的存储库的私钥。
运行 echo $HOME
in Git Bash 和 set HOME
in Windows 命令提示符并比较结果。