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 にはこのような格式はありませんorigin/feature/
开头? refspec从来没有这样的格式直接
#🎜🎜#直接git pull origin 360xxx
git pullorigin 360xxx
#🎜🎜#間違ったブランチを書きましたか? 。 。
プロンプトには、リモート ブランチへの参照が見つからないというメッセージが表示されます。ブランチ名が間違っているか、参照が削除されている可能性があります。
git branch -a
コマンドを使用して、対応するブランチがあるかどうかを確認できます。支店支店名が間違っています。
デフォルトはオリジンマスター
ですgit pullorigin 360liuxueDisPage
gitプルオリジンマスター
現在、develop ブランチにいるため、git pullorigin feature:develop を使用して、リモート機能ブランチとローカルの開発ブランチをマージできます。
支店名に問題があります!