-3
$ git pull origin master
From github.com:hansaurusrex/destroytheworld
* branch master -> FETCH_HEAD
fatal: refusing to merge unrelated histories
$ --allow-unrelated-histories
-bash: --allow-unrelated-histories: command not found
こんにちは、これはダムの質問かもしれませんが、私は少し問題をマージしています。私は、--allow-unrelated-historiesを使って解決できると読んでいますが、これもうまくいきません。前もって感謝します!なぜGitは無関係な履歴をマージすることを拒否していますか?
あなたは 'git pull -allow-unrelated-history'を意味しましたか? –
まず、コードを書式設定し、自分が直面していることとその解決方法を説明します。このサイトのプロフェッショナリズムは読者の心にまで及んでいません。 –
'--allow-unrelated-history'は*フラグ*であり、それ自体の実行可能プログラムではありません。それを引数として渡して、それを呼び出さないでください。 – jonrsharpe