git pull [options] [<repository> [<refspec>...]] <repository> should be the name of a remote repository as passed to git-fetch(1). <refspec> 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 usually it is the name of a branch in the remote repository.
你的分支名 为什么以
origin/feature/
开头? refspec从来没有这样的格式直接
git pull origin 360xxx