sudo apt-get install git
sshkeygen -t rsa cat .ssh/id_rsa.pub
github -> Profile -> SSH keys Add -> SSH Key, 复制到Key中
git clone [email protected]:OpenMindClub/pythoncamp0.git
git add -A git commit git push
git pull