vs2015使用GIt连接git.oschina.net/

时间:2023-09-07 20:29:14

本文转自:http://www.bubuko.com/infodetail-1066588.html。谢谢作者

先安装Git命令行,下载地址:https://github.com/git-for-windows/git/releases/tag/v2.5.0.windows.1

vs2015使用GIt连接git.oschina.net/

看自己的系统是23位还是64位下载对应的安装程序。

安装Git Extensions,下载地址:http://sourceforge.net/projects/gitextensions/ ,安装过程中会有两个勾选项msysGit 和 KDiff3,如果已经安装了Git命令行可以不勾选msysGit,KDiff3 是一个文件对比工具,在分支合并时会用到,建议勾选,安装完后也可以设置成其他的对比工具

Git安装

vs2015使用GIt连接git.oschina.net/

vs2015使用GIt连接git.oschina.net/

vs2015使用GIt连接git.oschina.net/

默认即可。

在“Configuring the line ending conversions”选项中,
第一个选项:如果是跨平台项目,在windows系统安装,选择;
第二个选项:如果是跨平台项目,在Unix系统安装,选择;
第三个选项:非跨平台项目,选择。

vs2015使用GIt连接git.oschina.net/

vs2015使用GIt连接git.oschina.net/

Msysgit这样算安装完成了。

下面安装GitExtensions

vs2015使用GIt连接git.oschina.net/

vs2015使用GIt连接git.oschina.net/

vs2015使用GIt连接git.oschina.net/

vs2015使用GIt连接git.oschina.net/

vs2015使用GIt连接git.oschina.net/

vs2015使用GIt连接git.oschina.net/

vs2015使用GIt连接git.oschina.net/

vs2015使用GIt连接git.oschina.net/

vs2015使用GIt连接git.oschina.net/

vs2015使用GIt连接git.oschina.net/

vs2015使用GIt连接git.oschina.net/

vs2015使用GIt连接git.oschina.net/

vs2015使用GIt连接git.oschina.net/

这样就算安装完成了,但是一些配置需要更改一下。

vs2015使用GIt连接git.oschina.net/

先配置文件差异和合并工具。

再配置好用户名和电子邮件。

vs2015使用GIt连接git.oschina.net/

这样就全部配置好了。

Git也自动配置好了。

vs2015使用GIt连接git.oschina.net/

vs2015使用GIt连接git.oschina.net/

这样本地的git环境就搭建好了。

这里我们使用git.oschina.net作为源码服务器。先生成SSH公钥。

vs2015使用GIt连接git.oschina.net/

vs2015使用GIt连接git.oschina.net/

点击Grenerate

vs2015使用GIt连接git.oschina.net/

在红色区域不停晃动鼠标,直到生成完成。

vs2015使用GIt连接git.oschina.net/

将生成出来的密钥加到git.oschina.net的ssh公钥处。

vs2015使用GIt连接git.oschina.net/

获取oschina的项目地址。

vs2015使用GIt连接git.oschina.net/

然后克隆到本地

vs2015使用GIt连接git.oschina.net/

这样就ok啦,