Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save garretfick/85e8bab2b7f32bb045d3331912703933 to your computer and use it in GitHub Desktop.
Save garretfick/85e8bab2b7f32bb045d3331912703933 to your computer and use it in GitHub Desktop.
Start SSH for pushing to Git on Windows
eval $(ssh-agent -s)
ssh-add ~/.ssh/id_rsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment