Create-key SSH GIT Config git config --global user.email "my_email@gmail.com" git config --global user.name "trezhywinks" Last commands ssh-keygen -t rsa -b 4096 -C "my_email@gmail.com" && eval "$(ssh-agent -s)" && ssh-add ~/.ssh/id_rsa && cat ~/.ssh/id_rsa.pub