Created
June 26, 2019 17:06
-
-
Save garretfick/85e8bab2b7f32bb045d3331912703933 to your computer and use it in GitHub Desktop.
Start SSH for pushing to Git on Windows
This file contains 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
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