You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On centos 7 minimial install downloaded latest git source version and included developer tools, resulted in the docker-compose to not fail on this specific point.
wget https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.9.5.tar.gz
yum group install "Development Tools"
yum install perl-devel
yum install zlib-devel.x86_64
tar xvfz git-2.9.5.tar.gz
cd git-2.9.5
./configure ; make; make install
mv /bin/git /var/tmp/
ln -s /usr/local/bin/git /bin/git
git --version
git version 2.9.5
# docker-compose up
Building webserver
ERROR: error fetching: fatal: Unable to find remote helper for 'https'
: exit status 128
yum install curl-devel
cd git-2-9-5
./configure ; make ; make install
git clone then docker-compose up fails
Docker Version -
docker-compose version
git version
git version 1.8.3.1
cat /etc/redhat-release
CentOS Linux release 7.8.2003 (Core)
The text was updated successfully, but these errors were encountered: