上传项目到GitHub

注册GitHub

账号为yangzc23

image.png

创建仓库

仓库名为testin

image.png

仓库访问地址如下:
https://github.com/yangzc23/testin.git

将远程仓库克隆到本地

检出到本地的D盘demo目录(目标目录为:D:\demo)

image.png

点击Clone后,需要输入github账号和密码

将myerp项目拷贝到本地仓库(demo目录)

image.png

使用git客户端打开本地仓库,将myerp项目上传到GitHub

步骤:Stage Changed -> Commit -> Push

image.png

下载myerp项目

访问地址:https://github.com/yangzc23/testin

image.png

从github上更新项目代码到本地

git pull origin master
image.png

参考资料:

[01] GitHub入门与简单demo实现
https://www.jianshu.com/p/72abd54371ec
[02] GitHub 新手详细教程
https://blog.csdn.net/Hanani_Jia/article/details/77950594
[03] GitGUI出现 Unable to obtain your identity
https://blog.csdn.net/HaleyLiu123/article/details/78823245
[04] git pull出现There is no tracking information for the current branch.
https://blog.csdn.net/qq_37043011/article/details/80948913
[05] windows和ubuntu下git commit提交后如何保存和退出
https://www.cnblogs.com/wu-guo-xing/p/9783222.html
[06] 空文件夹上传到github仓库中的方法
https://blog.csdn.net/sy7571871/article/details/79032503

你可能感兴趣的:(上传项目到GitHub)