git.exe push --progress “origin” master:master
To https://192.168.3.145:10102/r/~lifan/tms-vue.git
! [rejected] master -> master (non-fast-forward)
error: failed to push some refs to ‘https://[email protected]:10102/r/~lifan/tms-vue.git’
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Integrate the remote changes (e.g.
hint: ‘git pull …’) before pushing again.
hint: See the ‘Note about fast-forwards’ in ‘git push --help’ for details.

git 未能顺利结束 (退出码 1) (1312 ms @ 2019/12/31 星期二 13:08:06)

进入项目文件,右键
点击 Git Bash Here ,
输入两命令git pull origin master ,执行完成再输入git push -u origin mastergit.exe push --progress "origin" master:master To https://192.168.3.145:10102/r/~lifan/tms-vue.git !

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-12
  • 2022-12-23
  • 2022-01-14
  • 2022-01-03
  • 2022-12-23
猜你喜欢
  • 2021-08-27
  • 2022-12-23
  • 2021-04-12
  • 2021-11-16
  • 2021-08-18
相关资源
相似解决方案