首页 > Windows开发 > 详细

GIT Windows Installation(在windows上安装git)

时间:2020-01-11 10:01:21      阅读:213      评论:0      收藏:0      [点我收藏+]

To use GIT on your Windows computer you must first download and install it. You can download the latest version of GIT from this page.

Download the installer and run it. This will open a new window in which you can find license information about the software. Click the Next button to proceed.

技术分享图片

On the next step you should choose where to install the program. The default path is "C:\Program Files\Git". If you want the software installed in a different location click the Browse button and specify a different folder. Click Next when ready to proceed.

技术分享图片

On the next step leave all default options enabled and only enable the Additional Icons option if you want to have shortcuts on your computer desktop.

技术分享图片

On this step you are prompted to provide the name of the Start Menu folder in which the shortcuts for the application will be placed. Usually this is left at the default value, but you can change it if you want. Click Next when you are ready to continue further.

技术分享图片

On the next page the recommended option is Use Git from Git Bash only. Select a different option only if you know what you are doing in order to prevent problems with any of the other services on your computer.

技术分享图片

On the next stop pick the Use the OpenSSL Binary option and click Next.

技术分享图片

On the next step of the installation process it is recommended to choose the Checkout Windows-style, commit Unix-style line endings.

技术分享图片

Choose the Use MinTTY option on the next step in order to use GIT with the built-in MinTTY terminal. Choosing the other option will allow you to use Git commands with the Windows command prompt tool, but this is not recommended as it is not designed to be used with GIT.

技术分享图片

On the last step leave the default options enabled and click the Install button to start the installation process of the software.

技术分享图片

The installation will start and you can follow it via the progress bar that appears.

技术分享图片

Once the installation is completed you will see a confirmation message.

技术分享图片

That‘s it! You can now start using GIT on your Windows computer to manage your projects.

GIT Windows Installation(在windows上安装git)

原文:https://www.cnblogs.com/karmapeng/p/12178769.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!