What are the GIT versions supported by GITLAB? -


i started use gitlab. version of gitlab 8.7.5-ee. wanted know git version supported , unsupported gitlab.

i try elaborate:

on pc, have git version 1.5/1.6, gitlab 8.7.5-ee supports version?

i tried information not find.

can has information, please provide in form of chart or links?

thanks , regards, vijay reddy.

in official installation page suggest >= 2.7.4:

(...) make sure have right version of git installed

# install git sudo apt-get install -y git-core  # make sure git version 2.7.4 or higher git --version 

but can try older one.


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -