私はGitHub Pagesでウェブサイトを持っているとしましょう。そのWebサイトMyFirstSiteに電話しましょう。今、私は新しいのWebサイトを新しいリポジトリの中に作成しようとしています。そのウェブサイトはMyNewSiteと呼ばれています。 MyNewSite用のファイルを追加し、コミットした後、私はGH-ページブランチに変更をプッシュしようとしましたが、この応答を受け取っ:github-pagesにプッシュできない
To http://github.com/Jaklabs/MyFirstSite
! [rejected] gh-pages -> gh-pages (fetch first)
error: failed to push some refs to 'http://github.com/Jaklabs/MyFirstSite'
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
ではなく、私の他リポジトリにファイルをプッシュしようとしているかのようにです私が働こうとしているものの私はむしろGitにとって新しいです。おそらくこれには非常に単純な解決策がありますが、誰かが私のためにそれを指摘できますか?
'git remote -v'は何を表示しますか? – captncraig
あなたは間違いなく元のレポにプッシュしようとしています。あなたが間違ったディレクトリにいるか、あなたのリモコンがすべて混在しています – captncraig
最初にgit pullしてからもう一度やり直してください –