Skip to content

Instantly share code, notes, and snippets.

@89465127
Created May 14, 2013 03:25
Show Gist options
  • Save 89465127/5573446 to your computer and use it in GitHub Desktop.
Save 89465127/5573446 to your computer and use it in GitHub Desktop.
How to get up and running with git on windows, FAST.
<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