Git installation for AngularJS 2 in Windows 10

Download Git latest version from https://git-scm.com/downloads or you click on the below link to download directly for windows https://git-scm.com/download/win. Once download completes, click on executable file to start installation process and choose Yes to allow the software installation in windows 10.
Click on Next button to continue further installation.
Browse the isntallation directory and click on Next button to continue.
Select the list of components which you want to be installed and click on Next button to proced further installation.
Type the shortcut name for Start menu and click on Next button.
Select how you want to use the Git and click on Next button. For Windows no need to change anything, let it be the default one.
Choose the Use the OpenSSL library and click on Next button.
Select how should Git treat line ending in text files and click on Next button.
Select which terminal emulator to use with Git and click on Next button.
Configure extra configurations which are available to use in Git, if you want? and click on Install button to start installation process.
You can see the Git installation process in above screenshot. It will take a while to install, please wait until it will complete.
Finally click on Finish button to complete the Git installation process. Enable checkboxes if you want to Launch and view release notes of Git.

Popular posts from this blog

how to count the page views by using JSP

Exception in thread "main" java.lang.NoClassDefFoundError: javax/transaction/SystemException

Multithreading in java with example