悲剧,绝对的悲剧,悲剧中的悲剧。
分类: 系统运维
2016-03-08 00:41:52
Ensure ssh-agent is enabled:
# start the ssh-agent in the background eval "$(ssh-agent -s)" Agent pid 59566
Add your SSH key to the ssh-agent:
ssh-add ~/.ssh/id_rsa
ssh-add ~/.ssh/id_rsa &>/dev/null
Or try this on OS X?
It enables git to use Keychain.app to store username and password and to retrieve the passphrase to your private ssh key from the keychain.
For windows use: