git,github在windows上的搭建

Git在源码管理领域目前占很大的比重了,而且开源的项目很多都转到GitHub上面了。例如:jQueryredditSparklecurlRuby on Railsnode.jsClickToFlash,Erlang/OTPCakePHPRedis.

本文详细的说明了如何在Windows下安装配置Git工具连接GitHub。并可以在Visual Studio中使用Git。

一、准备工具

1.下载Git Extensions。地址 http://code.google.com/p/gitextensions/downloads/list 请下载最新版本。

2.下载Tortoisegit。地址 http://code.google.com/p/tortoisegit/downloads/list 请下载最新版本(注意:这个区分32bit和64bit的版本)。

二、安装

先安装Git Extensions:

git,github在windows上的搭建_第1张图片

git,github在windows上的搭建_第2张图片

git,github在windows上的搭建_第3张图片

git,github在windows上的搭建_第4张图片

git,github在windows上的搭建_第5张图片

git,github在windows上的搭建_第6张图片

git,github在windows上的搭建_第7张图片

git,github在windows上的搭建_第8张图片

git,github在windows上的搭建_第9张图片

git,github在windows上的搭建_第10张图片

git,github在windows上的搭建_第11张图片

git,github在windows上的搭建_第12张图片

git,github在windows上的搭建_第13张图片

git,github在windows上的搭建_第14张图片

git,github在windows上的搭建_第15张图片

git,github在windows上的搭建_第16张图片

git,github在windows上的搭建_第17张图片

git,github在windows上的搭建_第18张图片

git,github在windows上的搭建_第19张图片

git,github在windows上的搭建_第20张图片

git,github在windows上的搭建_第21张图片

git,github在windows上的搭建_第22张图片

git,github在windows上的搭建_第23张图片

git,github在windows上的搭建_第24张图片

git,github在windows上的搭建_第25张图片

git,github在windows上的搭建_第26张图片

git,github在windows上的搭建_第27张图片

再安装Tortoisegit:

git,github在windows上的搭建_第28张图片

git,github在windows上的搭建_第29张图片

git,github在windows上的搭建_第30张图片

git,github在windows上的搭建_第31张图片

git,github在windows上的搭建_第32张图片

git,github在windows上的搭建_第33张图片

git,github在windows上的搭建_第34张图片

git,github在windows上的搭建_第35张图片

三、申请GitHub的账号

GitHub的地址 https://github.com/

git,github在windows上的搭建_第36张图片

git,github在windows上的搭建_第37张图片

git,github在windows上的搭建_第38张图片

填入账号的信息,就算完成。

四、配置关联

1.创建一个项目 TestGit。

git,github在windows上的搭建_第39张图片

git,github在windows上的搭建_第40张图片

git,github在windows上的搭建_第41张图片

git,github在windows上的搭建_第42张图片

2.设置关联密钥

1)启动image,选择您的语言。

2)设置用户信息:

git,github在windows上的搭建_第43张图片

git,github在windows上的搭建_第44张图片

git,github在windows上的搭建_第45张图片

git,github在windows上的搭建_第46张图片git,github在windows上的搭建_第47张图片

git,github在windows上的搭建_第48张图片git,github在windows上的搭建_第49张图片

保存上面的公钥字符串和公钥key文件为public文件,密钥为private.ppk文件。

3)将公钥加入到GitHub的Key管理器中:

git,github在windows上的搭建_第50张图片git,github在windows上的搭建_第51张图片

4)本地获取Clone

git,github在windows上的搭建_第52张图片git,github在windows上的搭建_第53张图片

git,github在windows上的搭建_第54张图片

git,github在windows上的搭建_第55张图片git,github在windows上的搭建_第56张图片

到此算配置完毕,您的Git已经可以与GitHub上面进行同步了。

Visual Studio中会出现如下菜单:

git,github在windows上的搭建_第57张图片

你可能感兴趣的:(windows)