git本地文件 上传 远程仓库

远程仓库 为 空仓库 readme.md 的都不能存在
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/poetL/fisher.git
git push -u origin master
 

 

posted @ 2018-04-03 17:38  poetL  阅读(175)  评论(0编辑  收藏  举报