コマンドラインからgitpullと入力すると、問題なくコードを取得できます。
SourceTree for Windowsを開いてプルを試すと、次のようになります。
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.
私は何を間違っているのでしょうか?