将每次要上传的东西放和readme文件放在一起,然后右击git bash here
$ git clone https://github.com/hongyokliu/HelloWorld.git
$ git add .
$ git config user.email "614975618@qq.com"
$ git commit -m "first commit"
$ git push -u origin master
将每次要上传的东西放和readme文件放在一起,然后右击git bash here
$ git clone https://github.com/hongyokliu/HelloWorld.git
$ git add .
$ git config user.email "614975618@qq.com"
$ git commit -m "first commit"
$ git push -u origin master
本文标题:用github上传文件
本文链接:https://www.haomeiwen.com/subject/qunjmxtx.html
网友评论