Created
May 14, 2013 03:25
-
-
Save 89465127/5573446 to your computer and use it in GitHub Desktop.
How to get up and running with git on windows, FAST.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <ul> | |
| <li>Install <a href="http://chocolatey.org/">Chocolatey</a></li> | |
| <li>Open powershell (as admin) and enter "cinst git.commandline"</li> | |
| <li>Environment variable: GIT_SSH = C:\git\bin\ssh.exe</li> | |
| <li>Put your keys into ~/.ssh</li> | |
| </ul> | |
| Optional steps:<br /> | |
| Add C:\git\bin to your PATH, if needed<br /> | |
| SSH stuff can be found in C:\git\bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment