今天兴高采烈的创建了一个readme.md文件,
然后用git pull的时候,怎么也pull不下来这个readme.md文件,看起来好像只是更新了first_commit的信息。
push失败原因:
远程仓库和本地仓库的master分支不一致导致失败,需要先pull远程仓库的该分支。
因为本地和远程是两个不同的项目。(指远程多了readme.md文件)
pull失败解决办法:
git pull origin master --allow-unrelated-histories
参考文档:
Today's comments have reached the limit. If you want to comment, please wait until tomorrow (UTC-Time).
There is 18h50m02s left until you can comment.