Git SSH generation and registration in SSH-agent $ ssh-keygen -t rsa -b 4096 -C "[email protected]" $ eval $(ssh-agent -s) $ ssh-add ~/.ssh/id_rsa How to config gist up under win10