1
からコミット私は2つのリモートリポジトリとこのような状況を持っている:のgit:悪いオブジェクトチェリーピックは、別のリモート
my-repo
-master
-mybranch (branch-to-cherry-pick-to)
other-repo
-master (branch-to-cherry-pick-from)
ので、私は他のリモートからのいくつかのチェリーピックを取得したいがmybranchに枝を習得します。
私が実行して別のリモートを追加しました:私はgit cherry-pick commitnr
しようとすると、
origin my-repo (fetch)
origin my-repo (push)
other-origin other-repo (fetch)
other-origin other-repo (push)
は、今私はfatal: bad object
エラーを取得:このように私の出力を示しgit add remote other-origin somegitrepo
とgit remote -v
で確認を。私は桜にしたい
コミットはところで選ぶ:https://github.com/wekan/wekan/pull/1003/commits
を、私もここでの問題は何git fetch --all
をしましたか?