1.首先建立仓库:
.点击new repository;
.输入仓库名字;
.最后点击Initialize this repository with a README;
2.克隆到本地:
.在控制命令行中输入git clone 以及在创建仓库时复制下来的路径就可以克隆到本地
3.上传代码:
.git status;
.git add .;
.git commit -m‘注释内容‘;
.git push;
.输入账号;
.输入密码;
.
Posted chaojiyingxiongWJ
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何上传本地代码到github上相关的知识,希望对你有一定的参考价值。
1.首先建立仓库:
.点击new repository;
.输入仓库名字;
.最后点击Initialize this repository with a README;
2.克隆到本地:
.在控制命令行中输入git clone 以及在创建仓库时复制下来的路径就可以克隆到本地
3.上传代码:
.git status;
.git add .;
.git commit -m‘注释内容‘;
.git push;
.输入账号;
.输入密码;
.
以上是关于如何上传本地代码到github上的主要内容,如果未能解决你的问题,请参考以下文章