在 SUSE 版本 12.4 上,git 安装是通过二进制文件 2.12.2(离线)进行的。libcurl
,expat
并且openssl
已经安装
命令:
CPPFLAGS="-I $HOME/include" LDFLAGS="-L$HOME/lib -L$HOME/lib64" ./configure --with-curl=$HOME --with-openssl=$HOME --prefix=$HOME --with-expat=$HOME
make
make install
git clone https://xxxx**
我有以下错误:
git can't find remote helper for https