解决Git

关注我,每天都有优质技术文章推送,工作,学习累了的时候放松一下自己。


欢迎大家关注我的微信公众号:「醉翁猫咪」


原因:github仓库中没有README.md文件

解决如下:

重新输入git push -f 或者 git pull --rebase origin master 
git push -u origin master

错误提示如下:

[root@linux1 php]# git push -u origin master
 
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
原文地址:https://www.cnblogs.com/dashucoding/p/11932750.html