Git setup
Installation on windows machine
Download git form
http://git-scm.com/
and install on your windows machine
2) Run exe file and follow steps.
It will create folder og name git in programme files.
Setting up path variable in windows.
1)Right click on my computer
2)GO to properties
3)GO to advanced system settings
4)Go to Environment variables
5)Click on path variables and go to values
6)End of values append path of bin folder according to your computer
e.g.
C:\Program Files\Git\bin
7)Go to command prompt and run below command
C:\Users\Sagar>git --version
it will give you below output means you have successfully installed git
git version 2.6.2.windows.1
Installation on windows machine
Download git form
http://git-scm.com/
and install on your windows machine
2) Run exe file and follow steps.
It will create folder og name git in programme files.
Setting up path variable in windows.
1)Right click on my computer
2)GO to properties
3)GO to advanced system settings
4)Go to Environment variables
5)Click on path variables and go to values
6)End of values append path of bin folder according to your computer
e.g.
C:\Program Files\Git\bin
7)Go to command prompt and run below command
C:\Users\Sagar>git --version
it will give you below output means you have successfully installed git
git version 2.6.2.windows.1
No comments:
Post a Comment