-
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
相关文章
- 07-16Git+码云配置SSH公钥(tortoise git )
- 07-16git 在windows上 生成ssh公钥
- 07-16Git+阿里云配置SSH公钥(tortoise git )
- 07-16生成私钥、公钥,配置到Git上
- 07-16Git配置教程:在一台设备上同时配置github和gitlab的SSH
- 07-16Windows上安装配置SSH教程(2)——在Windows XP和Windows 10上安装并配置OpenSSH for Windows
- 07-16最简单有效的关于linux下配置Git操作免登录ssh公钥
- 07-16Windows上安装配置SSH教程(6)——综合应用:在Windows上实现SSH远程登陆与文件传输
- 07-16Windows上安装配置SSH教程(2)——在Windows XP和Windows 10上安装并配置OpenSSH for Windows
- 07-16Windows上安装配置SSH教程(4)——WinSCP+OpenSSH 使用公钥自动登陆