I want to install git on CentOs, i\'m running this command
yum install git-core
But the problem is, I am getting these errors:
i had the same issue installing git on a remote server and after searching a while i found a gcc dependency the way to resolve it is yum -y install gcc after that yum -y install git
i hope that this can help
find out if everything was ok by searching for the git which git it should give you a path to the git installation and for been more shure git --version