Skip to content

Instantly share code, notes, and snippets.

@honktang
Created September 21, 2012 04:35
Show Gist options
  • Save honktang/3759726 to your computer and use it in GitHub Desktop.
Save honktang/3759726 to your computer and use it in GitHub Desktop.
git pull/push without password , msysgit on windows
#eval `ssh-agent`
#ssh-add
#scp .ssh/id_rsa.pub user@remote:/home/user/
#cat id_rsa.pub >> .ssh/authorized_keys
#chmod 600 .ssh/authorized_keys
#chmod g-w .ssh/authorized_keys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment