git报错:See the 'Note about fast-forwards' in 'git push --help' for details.


使用乌龟客户端push代码到码云的时候报错:Note about fast-forwards字样,解决方法:

没有设置默认分支
git pull origin master --allow-unrelated-histories

或者
设置了默认分支
git pull --allow-unrelated-histories


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM