git 简单三步配置

1.
$ git config --global user.name "Your Name"

$ git config --global user.email "[email protected]"


2. 生成ssh-key  ssh-keygen


3.git 添加私钥

你可能感兴趣的:(git 简单三步配置)