windows 安装gitolite

运行git bash

git config --global user.name "yourname"
git config --global user.email "yourname@email.address"

ssh-keygen.exe -C "yourname@email.address" -t rsa

 

putty生成的pub文件格式不正确,需求转换

 ssh-keygen -i -f your_name_o.pub > your_name.pub

posted on 2013-09-25 12:21  Moon Bear  阅读(275)  评论(0)    收藏  举报

导航