git 命令在windows下无法使用pull、fetch、push等命令,提示 “please make sure you have the correct access and the repository exists“,但在git bash窗口却可以正常执行这些命令的解决办法之一:
pull
fetch
push
please make sure you have the correct access and the repository exists
更换ssh协议为http。