我不确定为什么这行不通。当我这样做时git branch -a,这是我看到的:

我正在尝试从在线GitHub存储库上的DownloadManager中提取信息。我试过了
- git pull,但随后它抱怨不知道从哪个分支中提取
- git pull的起源,不知道哪个分支
- 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中,当我尝试连接到存储库时,什么都没有显示。过去,我一直可以坚持下去。但是直到我完成最新更改后,我才能再次推送。
git pull origin DownloadManager样