美文网首页
IDEA使用GitHub

IDEA使用GitHub

作者: ShrJanLan | 来源:发表于2020-07-16 22:48 被阅读0次

一、提交项目至GitHub

1.选择安装好的Git

git.png

2.设置GitHub

github.png

3.安装.ignore插件过滤文件

IDEA使用.ignore插件

4.创建本地Git仓库(选择当前项目文件)

create git.png

5.提交项目(先Add再Commit)

add.png
commit.png

6.关联GitHub

remote.png
url.png
https或ssh.png

7.推送至GitHub

push.png
push github.png

二、从GitHub获取项目

1.创建新的项目(填写项目名)

project.png

2.创建本地Git仓库

3.关联GitHub

code url.png

4.GitHub Pull

pull.png
github pull.png

5.刷新

synchronized.png

三、发现新大陆

1.新大陆

new world.png

2.README.MD(说明文档)

README.png

3.域名解析失败

C:\Windows\System32\drivers\etc  //修改hosts
199.232.68.133 raw.githubusercontent.com  //添加至hosts

4.新的开始

看板娘.png

相关文章

网友评论

      本文标题:IDEA使用GitHub

      本文链接:https://www.haomeiwen.com/subject/ethvhktx.html