Why the FUCK!
git pull --rebase
git fetch origin
git reset --hard origin/master
git commit --force
git reset --hard
git reset --hard commit_id
git rebase -i 0ad14fa5(想修改此条之后的记录, 不包括此条)
# 然后针对要修改的记录, 改为 edit
# 接着修改
git commit --amend --author="www <[email protected]>" --no-edit
git push -f
git config --global credential.helper store
git config --global credential.helper osxkeychain