An error was reported when updating the code:
Error merging
You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).
Please, commit your changes before you merge.
Cherry-pick Failed
f1c9ec4e [fix] xxxxxxx commit ... message xxxxxxxx
The previous cherry-pick is now empty, possibly due to conflict resolution.
If you wish to commit it anyway, use:
git commit --allow-empty
Otherwise, please use 'git cherry-pick --skip'
// Give up cherry-pick
git cherry-pick --abort
// Then pull the code again
git pull