gitによる、pull
が出来ない問題が発生してしまいました。
サーバー上のディレクトリでgit init
とした後にgit clone [sshのパス]
の形でリモートリポジトリからcoloneしました。その後で、ローカル環境でコードの修正を行い、リモートリポジトリにpush
した為、変更をサーバーに取り込む為、git pull
コマンドを実行したのですが、エラーが出力されてしまいpull出来ませんでした。
更に、git branch
コマンドを実行したのですが、master
ブランチすら作成されていませんでした。
これはどういった現象が発生してしまっているのでしょうか。こちらの問題の解決方法につきまして、どなたかご助言頂けましたら幸いです。
追記
「git pull」コマンドを実行した際のエラーは以下のものが出力されました。
There is no tracking information for the current branch. Please specify which branch you want to merge with. 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=<remote>/<branch> master
回答3件
あなたの回答
tips
プレビュー