libgit2 / libgit2/libgit2sharp
Unable to push current branch to remote after revert the commit
まだ誰も着手していません。
- 主要言語
- C#
- スター
- 3.5k
- フォーク
- 925
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
You are opening a bug report against the LibGit2Sharp project: we
use GitHub Issues for tracking bug reports and feature requests. If
you have a question about an API or usage, please ask on StackOverflow:
http://stackoverflow.com/questions/tagged/libgit2sharp.
Otherwise, to report a bug, please fill out the reproduction steps
(below) and delete these introductory paragraphs. Thanks!
Reproduction steps
- Revert a single commit (the revert status must be reverted)
- Create a new commit for reverting changes
- Push commit to remote
- When push remote, it will always throw error msg "unpacking the sent packfile failed on the remote"
Expected behavior
After creating a new commit, it must cleanup the reverting objs, and allow to push to server
Actual behavior
It will always throw error msg "unpacking the sent packfile failed on the remote"
And unable to restore git status to enable push to remote
Version of LibGit2Sharp (release number or SHA1)
v0.26
Operating system(s) tested; .NET runtime tested
.NET Framework 4.6.1
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
LibGit2Sharp v0.26 を .NET Framework 4.6.1 上で対象に説明されている revert と push のシーケンスを再現し、その後、失敗に関係する push と revert の処理を追跡します。revert された変更がクリーンアップされ、Git のステータスが復元され、新しい commit をリモートの unpacking エラーなしで push できれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- csharp, git
- 領域
- devtools
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 30/100