Github上传
Posted 7086cmd
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Github上传相关的知识,希望对你有一定的参考价值。
创建好项目。
然后安装Git
随意地方打开Git Bash并Clone Github项目
随后跟着我输入这些命令:
$ git add .
$ git commit -m "first commit"
$ git push -u origin master
其中first commit
是注释内容,随你喜欢。
以上是关于Github上传的主要内容,如果未能解决你的问题,请参考以下文章