安裝Git客戶端git
sudo apt-get install gitgithub
2. 生成密鑰對,這樣項目能夠push到GitHub上ssh
$ssh-keygen -t rsa -C "xxxx@xxx.com"spa
3, 將生成的xxx.pub文件拷貝到github上get