2018年的文章移至github上,点我去!2018年的文章移至github上,点我去!2018年的文章移至github上,点我去!

Fork me on GitHub

2016年3月19日

git推送文件至github缺少README文件

摘要: 一直报这个错! 主要是因为本地仓库中缺少README这个文件。 解决办法:第一步:git pull --rebase origin master 将github中的README文件下到本地仓库中。 第二步:git push -u origin master即可完成代码上传到github 阅读全文

posted @ 2016-03-19 21:30 qize 阅读(1019) 评论(0) 推荐(0)

导航