Tagged Questions
1
vote
2answers
166 views
How can I get the git-all meta package on RHEL 6.2
I believe I'm missing some of the common git addons, such as gitk, and I suspect it is because I installed git using
sudo yum install git
as the information for that package lists:
: The ...
0
votes
3answers
2k views
How can I get the “base” repository for yum in RHEL 6?
My goal is to try and install git on a RHEL 6 machine.
I've seen the post here: How can I install git on RHEL 6?
And the answer refers to a download link that appears part of centOS: ...
4
votes
1answer
122 views
AD GIT SELinux RHEL 6 : Can not get SELinux to allow connetion to git
I have a problem with SELinux!
I have installed git on Red Hat Enterprise 6 with AD group control and SSL Cert .
Everything works fine if I do setenforce 0 ( set SELinux in detection only mode ) or
...
4
votes
2answers
5k views
How can I install git on RHEL 6?
I'm trying to install Git on a RHEL6 development server, I have experience with Ubuntu but this is my first time working with RHEL (I'm a developer trying to fill in for a recently departed Linux ...