摘要: 1.配置本地git $git config --global user.name "xxx" $git config --global user.email "xxxxxx@xxx"2.生成密钥 $ssh-keygen -t rsa -C "xxxxxxx@xxx" 生成过程中需要创建密码,... 阅读全文
posted @ 2015-10-23 14:28 Hello_2018 阅读(177) 评论(0) 推荐(0) 编辑