摘要: GIT生成 SSH Key步骤 git config --global user.name "liuchao" git config --global user.email "liuchao102@163.com" ssh-keygen -t rsa -C "liuchao102@163.com" 阅读全文
posted @ 2016-08-25 09:53 jerry心 阅读(27752) 评论(0) 推荐(0)