git之添加ssh

1.ssh-keygen

2.cat ~/.ssh/id_rsa.pub

3.git config user.email "huangsy1314@163.com"

4.git config user.name huangsy13

 
原文地址:https://www.cnblogs.com/huangshiyu13/p/5927579.html