一.问题描述
本地仓库push到远程报错:
darli@LAPTOP-LMMPH4VI MINGW64 /d/D1/code/AutoTest/python_ui_autotest/SeleniumPython (master)
$ git push origin master
To github.com:fanyu-aprivot/SeleniumPython.git
! [rejected] master -> master (fetch first)
error: failed to push some refs to 'git@github.com:fanyu-aprivot/SeleniumPython.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.
二.问题解决
网上查了下是因为远程库与本地库不一致,对我的仓库而言指的是远程库多了一个READ.me文件
1.先把远程库和本地库合并
darli@LAPTOP-LMMPH4VI MINGW64 /d/D1/code/AutoTest/python_ui_autotest/SeleniumPython (master)
$ git pull origin master
remote: Enumerating objec

在尝试将本地Git仓库推送到GitHub时遇到错误:'error: failed to push some refs to 'git@github.com:fanyu-aprivot/SeleniumPython.git''. 问题源于远程库与本地库存在差异,具体为远程多了一个README文件。解决方案包括合并不同历史提交,并使用强制推送。参考了三篇优快云博客进行问题解决。
最低0.47元/天 解锁文章

被折叠的 条评论
为什么被折叠?



