解决错误:error: failed to push some refs to
在执行git push
命令的过程中,可能会遇到如下错误:
! [rejected] master -> master (fetch first)
error: failed to push some refs to 'https://github.com/WinStarry/javaSE.git'
可以尝试通过下面两步进行解决
先执行命令:git pull --rebase origin master
在执行命令:git push -u origin master
You are most willing to do that thing, where is your true talent.