
エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
ブランチ名を省略したgit pull が通らない時の対処 - Qiita
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
ブランチ名を省略したgit pull が通らない時の対処 - Qiita
$ git pull There is no tracking information for the current branch. Please specify which branch y... $ git pull There is no tracking information for the current branch. Please specify which branch you want to rebase against. See git-pull(1) for details. git pull <remote> <branch> If you wish to set tracking information for this branch you can do so with: git branch --set-upstream-to=origin/<branch> master 即刻pullしたいのであれば、git pull origin masterと打ち直すのが解決策としては早い。 が、そもそもの原因としてカレントブランチのupstreamが解決されていな