git hub发布key

 git config --global user.name xxx

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

 ssh-keygen -t rsa -C "[email protected]"

 cat ~/.ssh/id_rsa.pub

ssh -T [email protected]  测试配置是否成功

猜你喜欢

转载自blog.csdn.net/qnzhangqing/article/details/80823941
今日推荐