摘要: 1 下载git-1.7.6.tar.bz2 2 [root@localhost html]# tar -xvjf git-1.7.6.tar.bz2 3 [root@localhost html]# cd git-1.7.6 4 [root@localhost html]# ./configure 5 [root@localhost html]# make 6 [root@local... 阅读全文
posted @ 2013-04-08 12:32 daly2008 阅读(148) 评论(0) 推荐(0)
摘要: 如果执行 git --version 的时候,提示git: error while loading shared libraries: libiconv.so.2: cannot open shared object file: No such file or directory错误的话,解决办法如下:1.在/etc/ld.so.conf中加一行/usr/local/lib2.然后运行/sbin/ldconfig,文件解决,没有报错 阅读全文
posted @ 2013-04-08 12:27 daly2008 阅读(913) 评论(0) 推荐(0)