超好用的git 客户端 SmartGit(Windows 8/7/XP MacMac OS 10.7.3+ Linux)

分类:软件问题| 发布:kuabaobao| 查看: | 发表时间:2014/12/26

一,下载linux版smartgit

下载地址:http://www.syntevo.com/smartgit/download

对于windows下的安装,更简单。这里就不再说明了。

二,安装git

  1. # yum install git  

三,生成公钥和私钥

 
  1. # ssh-keygen -t rsa -C “你的邮箱”  
  2.   
  3. [camnpr@localhost .ssh]$ pwd   //默认是在~/.ssh目录下  
  4. /home/camnpr/.ssh  
  5.   
  6. [camnpr@localhost .ssh]$ ls  
  7. id_rsa  id_rsa.pub               //.pub是公钥,没后缀的是私钥  

四,把公钥上传到git的服务器

把.pub的文件传到git的服务端,或者是把.pub的内容放到服务端,这要看你服务端用的是什么管理工具了。

五,启动smartgit

启动很简单,解压后运行一个/home/camnpr/download/smartgithg-generic-6_5_1/bin/smartgithg.sh就行了。

在这里要注意有二点:

1,要用root运行

 

2,在添加私钥的时候,只能识别openssh的方式。windows下的.ppk文件,smartgit根本无法识别。

看一下效果图:

smartgit

365据说看到好文章不转的人,服务器容易宕机
原创文章如转载,请注明:转载自郑州网建-前端开发 http://camnpr.com/
本文链接:http://camnpr.com/software-wiki/1850.html