yunde110 发表于 2018-9-16 14:43:24

源码编译安装 Git 2.13.1-Professor哥

cd git-master  
make configure
  
./configure --prefix=/usr/local/git --datarootdir=/usr/share --datadir=/usr/share --mandir=/usr/share/man --docdir=/usr/share/doc/git --with-openssl --with-curl --with-expat --with-editor=vim
  
make all doc
  
make install install-doc install-html


页: [1]
查看完整版本: 源码编译安装 Git 2.13.1-Professor哥