摘要: how to setup the client to use a specific ssh keyXin@XQ-T410 ~/tmp/temp/testproject (master)$ cat ~/bin/gitsshwrap.sh#!/bin/bashssh -i ~/.ssh/id_rsa $@Xin@XQ-T410 ~/tmp/temp/testproject (master)$ GIT_SSH=gitsshwrap.sh git clone git@192.168.1.111:user/testproject.githow to create ssh key and upload p 阅读全文
posted @ 2013-11-30 03:10 Xin Qian 阅读(309) 评论(0) 推荐(0)