摘要: $ git config --global user.name "yourname"$ git config --global user.email "youremail"配置ssh $ ssh-keygen -t rsa -C "youremail"$ eval `ssh-agent -s` 执行... 阅读全文
posted @ 2015-11-18 16:52 djdliu 阅读(191) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2015-11-18 16:13 djdliu 阅读(140) 评论(0) 推荐(0)