android studio 提交代码到github报错

来源:互联网 发布:手机注册淘宝账号 编辑:程序博客网 时间:2024/06/06 00:41

具体报错信息:

To https://github.com/AnAndroidXiang/CoolWeather.git
 ! [rejected]        master -> master (fetch first)
error: failed to push some refs to 'https://github.com/AnAndroidXiang/CoolWeather.git'
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.

解决方法:

提交代码用这句话提交:

 git push -f origin master

如:git push -f https://github.com/AnAndroidXiang/CoolWeather.git master

0 0
原创粉丝点击