- How to generate key ====
- ssh_keygen -C -t rsa
- cat ~/.ssh/id_rsa.pub
- copy the content to github.com->Account Settings->SSH Keys
-
How to pull the repository from remote ==== git pull git@github.com:peteryj/vim.git
-
How to push the repository to remote ==== git push git@github.com:peteryj/vim.git
-
For GO Language ==== You need to disable 'syntax on' in '/etc/vim/vimrc', otherwise it will not work correctly.