なぜこれが機能しないのかわかりません。私がそうするときgit branch -a
、これは私が見るものです:
オンラインのGitHubリポジトリのDownloadManagerからプルしようとしています。私が試してみました
- git pullですが、どのブランチからプルするかわからないと文句を言います
- git pull origin、どのブランチかわからない
- git pull origin downloadmanager
fatal: Couldn't find remote ref downloadmanager. Unexpected end of commands stream
- git pull origin remotes / origin / DownloadManager
'fatal couldn't find remote ref remotes/origin/DownloadManager. Unexpected end of commands stream
足りないものはありますか?Xcodeで、リポジトリに接続しようとすると、何も表示されません。私は過去にそれにプッシュすることができました。ただし、最新の変更をプルするまで、再度プッシュすることはできません。