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
纵有疾风起,人生不言弃!
远程仓库 为 空仓库 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