本地git 秘钥注册省略
1.创建repository
2.在win中创建文件夹,并登陆git客户端进入当前目录
3.git init
4.把要提交的代码放入当前目录中
5.git add . 提交全部代码
6 gti commit -m "注释"
7 复制github中repository中
git remote add origin https://github.com/liujiekasini/test.git
git push -u origin master
提交到仓库中。
转载请注明原文地址: https://ju.6miu.com/read-10542.html