Your branch and 'origin/master' have diverged, and have 1 and 3 different commits each, respectively

出现了这样的报错!!
git fetch origin
git reset --hard origin/master
Your branch and 'origin/master' have diverged, and have 1 and 3 different commits each, respectively
git fetch origin
git reset --hard origin/master