当我从命令行输入git pull时,我可以得到代码没有任何问题.
当我为Windows打开SourceTree,并尝试拉,我得到:
- git -c diff.mnemonicprefix=false -c core.quotepath=false fetch origin
- fatal: Could not read from remote repository.
- Please make sure you have the correct access rights
- and the repository exists.
- Completed with errors,see above.
我可能做错了什么?