I'm struggling to install the Git on my RHEL 6.5, first i tried 'yum install git' and give me no package found, then I try add those repo by using the rpm -Uvh command and none working.
After i found this link http://tecadmin.net/install-git-2-0-on-centos-rhel-fedora/# and try to follow, but getting nowhere , because I can't do the step1
install the yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel
Keep saying no package found, nothing to do.
Very frustrated, why so difficult...
All I want to do is create a build server by install the GIT, NODE JS , GULP, BOWER, NPM and use Jenkins to auto build the project when new code committed to the git hub.
Thanks for any help.