Git - zelenko/go GitHub Wiki
Line endings on Windows:
git config --global user.name usernamegit config --global user.email [email protected]git config --global core.autocrlf inputgit config --global core.eol lf
Generate key par:
ssh-keygen -t rsa -b 4096 -C "[email protected]"