https://img-blog.csdnimg.cn/32db9ce43ef64316a2e37a31f4cee033.gif
编程小鱼酱yu612.com,点击前往

git生成ssh key



  打开 git bash

         mkdir ~/.ssh 

  1.   git config --global user.name "username"  
  2.  git config --global user.email "youremail@163.com" 
         3. ssh-keygen -t rsa -C "youremail@example.com"

posted @ 2017-12-29 11:47  鱼酱  阅读(58)  评论(0编辑  收藏  举报

https://img-blog.csdnimg.cn/32db9ce43ef64316a2e37a31f4cee033.gif
编程小鱼酱yu612.com,点击前往