1,用戶名 && 郵箱
git config --global user.name "liucol"
git config --global user.email "1545766219@qq.com"
2,生成秘鑰
ssh-keygen -t rsa -C “1545766219@qq.com”
圖片.png
復(fù)制生成的秘鑰到github上
圖片.png
git config --global user.name "liucol"
git config --global user.email "1545766219@qq.com"
ssh-keygen -t rsa -C “1545766219@qq.com”