Pourquoi ne puis-je pas tirer de ma branche à distance?

[console]: git remote -v
origin [email protected]:myProj/myProj.git(fetch)
origin [email protected]:myProj/myProj.git(push)

[console]: git branch -a
*myBranch
development
remotes/origin/myBranch
remotes/origin/development

[console]: git pull origin/myBranch myBranch
fatal: 'origin/myBranch' does not appear to be a git repository
fatal: Could not read from remote repository

J'ai d'abord pris cette direction et ont fait pression pour un temps. Mais hier, je n'ai rebase d'une autre branche dans ma branche, de sorte que peut-être loupé quelque chose?

InformationsquelleAutor Grammin | 2016-05-27