来源:自学PHP网 时间:2015-04-17 17:13 作者: 阅读:次
[导读] git在windows上配置ssh公钥一 .设置git的user name和email:$ git config --global user.name lxyz$ git config --global user.email 1129103472@qq.com二 生成密钥ssh-keygen -t rsa -C 1......
git在windows上配置ssh公钥
一 .设置git的user name和email:
$ git config --global user.name "lxyz"
$ git config --global user.email "1129103472@qq.com"
二 生成密钥
ssh-keygen -t rsa -C “1129103472@qq.com”
按3个回车,密码为空。(不要输密码)
然后到.ssh下面将id_rsa.pub里的内容复制出来粘贴到github个人中心的账户设置的ssh key里面
git for windows下载地址:
http://code.google.com/p/msysgit/downloads/list
|
自学PHP网专注网站建设学习,PHP程序学习,平面设计学习,以及操作系统学习
京ICP备14009008号-1@版权所有www.zixuephp.com
网站声明:本站所有视频,教程都由网友上传,站长收集和分享给大家学习使用,如由牵扯版权问题请联系站长邮箱904561283@qq.com