zl程序教程

您现在的位置是:首页 >  工具

当前栏目

使用git将项目上传到github(最简单方法)

GitHub方法项目Git 简单 传到 使用
2023-09-11 14:20:19 时间

使用git将项目上传到github(最简单方法)

转载自:https://www.cnblogs.com/cxk1995/p/5800196.html

首先你需要一个github账号,所有还没有的话先去注册吧!

https://github.com/

我们使用git需要先安装git工具,这里给出下载地址,下载后一路直接安装即可:

https://git-for-windows.github.io/
在这里插入图片描述在这里插入图片描述

Repository name: 仓库名称
Description(可选): 仓库描述介绍
Public, Private : 仓库权限(公开共享,私有或指定合作者)
Initialize this repository with a README: 添加一个README.md
gitignore: 不需要进行版本管理的仓库类型,对应生成文件.gitignore
license: 证书类型,对应生成文件LICENSE

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述在这里插入图片描述
在这里插入图片描述在这里插入图片描述在这里插入图片描述在这里插入图片描述在这里插入图片描述

在这里插入图片描述
资源:https://blog.csdn.net/p10010/article/details/51336332
https://www.jianshu.com/p/66f41a89b6b5