1. 程式人生 > >使用git拉檔案

使用git拉檔案

使用git拉檔案

yum install git

git config --global user.name "xxx"
git config --global user.email "[email protected]"

生成祕鑰對
ssh-keygen -t rsa -C "[email protected]"
cat ~/.ssh/id_rsa.pub

新增公鑰到你的遠端倉庫
登陸你的github帳戶。點選你的頭像,然後 Settings -> 左欄點選 SSH and GPG keys -> 點選 New SSH key

git clone [email protected]
mydir