本地项目 共享 到github仓库 一.安装git客户端 二.配置Intellij idea中的Git/ GitHub 三.在github创建仓库地址

本地项目 共享 到github仓库
一.安装git客户端
二.配置Intellij idea中的Git/ GitHub
三.在github创建仓库地址

Window下安装Git客户端。

二.配置Intellij idea中的Git/ GitHub

选择Github,填写Host、Login和Password,然后Test是否成功。

本地项目 共享 到github仓库
一.安装git客户端
二.配置Intellij idea中的Git/ GitHub
三.在github创建仓库地址

选择git 选择git位置下bingit.exe路径

 本地项目 共享 到github仓库
一.安装git客户端
二.配置Intellij idea中的Git/ GitHub
三.在github创建仓库地址

 

三.在github创建仓库地址

本地项目 共享 到github仓库
一.安装git客户端
二.配置Intellij idea中的Git/ GitHub
三.在github创建仓库地址

此时右击项目看不见git..

执行git init

本地项目 共享 到github仓库
一.安装git客户端
二.配置Intellij idea中的Git/ GitHub
三.在github创建仓库地址

 然后执行git remote add origin git@github.com:easonstudy/test.git

本地项目 共享 到github仓库
一.安装git客户端
二.配置Intellij idea中的Git/ GitHub
三.在github创建仓库地址

 最后提交,

 本地项目 共享 到github仓库
一.安装git客户端
二.配置Intellij idea中的Git/ GitHub
三.在github创建仓库地址