1、設(shè)置一下身份的名字和郵箱
git config --global user.name "用戶名"
git config --global user.email "郵箱地址"
2、創(chuàng)建一個ssh key椎椰,git 輸入以下命令
ssh-keygen -t rsa -C "請?zhí)钅阍O(shè)置的郵箱地址"
接著出現(xiàn)的全部回車就行了
3用含、git使用以下命令磕诊,獲取公鑰
?cat ~/.ssh/id_rsa.pub
git config --global user.name "用戶名"
git config --global user.email "郵箱地址"
ssh-keygen -t rsa -C "請?zhí)钅阍O(shè)置的郵箱地址"
接著出現(xiàn)的全部回車就行了
?cat ~/.ssh/id_rsa.pub