问题:
hint: the same ref. If you want to integrate the remote changes, use Done
解决: 解决方法:
1、先使用pull命令:
git pull --rebase origin master 2、再使用push命令:
git pull --rebase origin master
git push -u origin master