Git 我试图选择一个提交,但我得到了一个错误

Git 我试图选择一个提交,但我得到了一个错误,git,cherry-pick,git-cherry-pick,Git,Cherry Pick,Git Cherry Pick,我正在尝试选择提交,但出现错误: Packaging has failed due to cherry-picking (rebase) failure Caused by: Commit refs/changes/26/1452826/9 cherry-picking failed due to failing file(s): {build/folder_name/file_name.py=DIRTY_WORKTREE} 您是否使用自定义githooks在每次提交时打包应用程序?请检查.

我正在尝试选择提交,但出现错误:

Packaging has failed due to cherry-picking (rebase) failure

Caused by: Commit refs/changes/26/1452826/9 cherry-picking failed due to
failing file(s): {build/folder_name/file_name.py=DIRTY_WORKTREE}

您是否使用自定义githooks在每次提交时打包应用程序?请检查
.git/hooks
目录。很抱歉,我没有使用任何自定义的githooks,仍然收到此错误