1
jedyu 2014-06-19 17:12:59 +08:00 1
怎么装的?应该是PATH问题吧
|
4
youshen OP |
6
jedyu 2014-06-19 17:24:46 +08:00
|
7
youshen OP @jedyu [root@localhost ~]# find / -name git
find: WARNING: Hard link count is wrong for /sys/devices/virtual/misc: this may be a bug in your filesystem driver. Automatically turning on find's -noleaf option. Earlier results may have failed to include directories that should have been searched. |
9
youshen OP |
10
tywtyw2002 2014-06-19 17:36:19 +08:00 via iPhone
估计是是卡pgp证书了。git没撞上。 重新装git
|
11
jedyu 2014-06-19 17:39:08 +08:00
重装git
|
12
youshen OP 实在不懂 谢谢楼上两位了。
|
14
youshen OP @lu18887 我一点都不会,看这个教程说的那么简单,就买了VPS弄了个centos准备装的,结果不行,现在打算试试http://teddysun.com/339.html 教程。
|
15
taobeier 2014-06-19 18:20:04 +08:00
终端执行
yum list git 看看本机是否已经安装成功git 如果提示已经安装的话,执行 which git 看看在哪里 如果提示木有安装的话, yum install git -y 进行安装即可 |
17
banbanchs 2014-06-19 18:53:22 +08:00
wget https://github.com/madeye/shadowsocks-libev/archive/v1.4.5.tar.gz
tar xvzf shadowsocks-libev-1.4.5.tar.gz cd shadowsocks-libev-1.4.5 ./configure && make make install |
18
lu18887 2014-06-19 20:00:50 +08:00
@youshen 先从虚拟机玩起,当然,vps的钱就当学费咯。。你那个网址里的,是Python版的Shadowsocks了,而且偏长,可能会看的云里雾里的。
|
21
byelims 2014-06-19 21:10:58 +08:00
|