PHP中文网2017-05-02 09:29:04
你的分支名 為什麼以origin/feature/
開頭? refspec從來沒有這樣的格式
git pull [options] [
[ ...]] should be the name of a remote repository as passed to git-fetch(1). can name an arbitrary remote ref (for example, the name of a tag) or even a
collection of refs with corresponding remote-tracking branches (e.g., refs/heads/:refs/remotes/origin/), but us ally it is branch in the remote repository.
直接 git pull origin 360xxx
过去多啦不再A梦2017-05-02 09:29:04
你只能將一個分支拉下來,可以使用git pull origin feature:develop來將遠程的feature分支和本地的develop分支進行合併.因為看你當前是處於develop分支的.