1. 程式人生 > >git生成public key

git生成public key

nbsp lob pub name xxx pre fig keygen --

1 配置user name和email

git config --global user.name "xxx"

git config --global user.email "xxx"

2 生成秘鑰時指定郵箱

ssh-keygen -t rsa -C "email_name@email"



git生成public key