设为首页 收藏本站
查看: 1065|回复: 0

[经验分享] Win7上Git安装及配置过程

[复制链接]

尚未签到

发表于 2018-9-18 10:33:51 | 显示全部楼层 |阅读模式
  文档名称
  Win7上Git安装及配置过程
  创建时间
  2012/8/20
  修改时间
  2012/8/20
  创建人
  Baifx
  简介(收获)
  1、在win7上安装msysgit步骤;
  2、在win7上安装TortoiseGit步骤;
  3、在VS2010中集成Git方法和步骤。
  参考源
  Git的配置与使用
  http://wenku.baidu.com/view/929d7b4e2e3f5727a5e962a8.html
  一、安装说明
  1、Git在windows平台上安装说明。
  Git 是 Linux Torvalds 为了帮助管理 Linux  内核开发而开发的一个开放源码的版本控制软件。目前Git已经可以在windows下使用,主要方法有二:msysgit和Cygwin。Cygwin和Linux使用方法类似,Windows版本的Git提供了友好的GUI(图形界面),安装后很快可以上手,此处我们主要讨论基于msysgit的Git安装和使用。
  TortoiseGit是TortoiseSVN的Git版本,TortoiseGit用于迁移TortoiseSVN到TortoiseGit。一直以来Git在Windows平台没有好用GUI客户端,现在TortoiseGit的出现给Windows开发者带来福音。我们将在64win7操作系统上安装Git,并使用GUI界面,则需同时安装msysGitTortoiseGit
  2、阅读TortoiseGit官方安装说明:
  http://code.google.com/p/tortoisegit/wiki/SetupHowTo
  System prerequisites
  · For the latest version of TortoiseGit Windows XP SP3 or newer is  required.
  · Admin privileges for the installation
  · msysGit is required by  TortoiseGit
  · You do not need to download the whole msysGit development package, the "Full  installer for official Git for Windows" download package is sufficient
  · msysGit 1.7.10+ is recommended for TortoiseGit 1.7.9+ (msysGit 1.7.10 adds  utf-8 support and is compatible to *nix git)
  · minimum compatible version is 1.6.1 (for TortoiseGit < 1.7.9 you should  use msysGit 1.7.6)
  Installation
  Just download the setup  package for your system and install it. If you are running a 64 bit system, you  do not need to download and install the 32 bit version: The 32 bit shell  extension is included in the 64 bit installer since TortoiseGit 1.7.3.0.
  Windows 2000
  If you want to use TortoiseGit in a Win2K environment (only 1.6.5 and below  support Win2K), please install GDI+  before you install TortoiseGit. However, running these old versions is not  recommended (no utf-8 and separate-git-dir support).
  Upgrade

  Before upgrading you should read the>  Just download the setup  package for your system and install it. The old version will be replaced  automatically.
  If you are upgrading from 1.7.3.0 or older and you have installed the 32-bit  version on a 64-bit system you have to deinstall the 32-bit version first.
  Common problems  (installer aborts with an error message)
  &quot;This installation  package is not supported by this processor type. Contact your product  vendor.&quot;
  This means you are trying to install the 64-bit version of TortoiseGit on a  normal 32-bit operating system. You need to download and use the correct msi  file for your OS. For normal 32-bit OS, make sure the msi filename does not have  &quot;64-bit&quot; in it.
  &quot;Please wait while  the installer finishes determining your disk space requirements.&quot;
  Cleanup/empty the temp-directory (e.g. C:\Users\\AppData\Local\Temp, C:\User and Settings\\Local  Settings\Temp, c:\Windows\Temp\).
  由如上说明,我们寻找要下载的对应安装包,如下。
  二、下载安装包
  1、TortoiseGit下载地址:
  http://code.google.com/p/tortoisegit/downloads/list
  本次下载版本——TortoiseGit-1.7.12.0-64bit.msi
  TortoiseGit 1.7.12.0 64bit
  x64 Featured
  2、msysgit下载地址:
  http://code.google.com/p/msysgit/downloads/list
  本次下载版本——Git-1.7.11-preview20120710.exe
  Full installer for official Git for Windows 1.7.11
  Featured Beta
  三、安装过程
  安装顺序:首先安装msysgit;然后安装TortoiseGit。
  1、安装msysgit。
  a、安装包下载完成后,双击进入安装界面,如下图:

  b、两步next后选择安装目录,如下图:

  c、next进入Git安装模块选择,默认,如下图:

  d、next进入Git setup界面,“Select start menu folder”,默认,如下图:

  e、next进入Git Setup界面,“Adjusting your PATH environment”,选择默认值“Use Git Bash  only”,如下图所示:

  f、next进入Git Setup界面,“Configuring the line ending  conversions”,选择换行格式,选择“Checkout as-is, commit Unix-style line  endings”,如下图所示:

  g、next进入安装界面,完成安装,如下图所示:

  这个时候已经可以使用git了, 打开Git Bash可以进入linux shell,可以使用git命令进行各种操作,由于大家都习惯使用图形界面的  TortoiseSVN,下面介绍使用 TortoiseSVN的类似软件 TortoiseGit,使用习惯相同,大家应该比较容易使用。
  2、安装TortoiseGit。
  a、双击安装程序,进入安装界面,如下如所示:

  b、两步next进入“Choose SSH Client”选择界面,选择“OpenSSH,Git default SSH  Client”,如下图所示:

  c、next进入“Custom Setup”界面,选择默认值,如下图所示:

  d、next,进入“Ready to Install”界面,选择“Install”按钮开始安装过程,完成安装。如下图所示:

  e、至此,TortoiseGit安装完成。在桌面空白处点击右键,右键菜单中会加入TortoiseGit快捷键,如下图所示:

  f、选择“Settings”,进入“Settings-TortoiseGit”界面,选择“General”选项卡,设置本机器的git路径,如下图所示:

  g、同时选择“Network”选项卡,设置SSH路径。SSH默认在安装Git时就安装了,在如下图所示的路径中。如下图所示:

  h、选择“Git”选项卡,设置用户名、邮箱和key。如下图所示:

  注:如果暂时在本地使用就只需将用户名和邮箱添加,而“Signing key”会自动生成。
  至此,TortoiseGit设置完成。
  3、下载代码。
  a、桌面空白处右键,选择git clone添加版本库地址URL和本地文件夹。如下图所示:

  点击ok即可下载一份新版本库。


运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.yunweiku.com/thread-589736-1-1.html 上篇帖子: Git是什么, GitHub是什么 下篇帖子: Fetch and push fails with TortoiseGit but succeeds with git bash-android开发
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表