Notice that there are two problem scenarios and two solutions.
Problem scenario: When installing Git on CentOS you get this error “http-push.c … fatal error … expat.h: No such file or directory”
Solution
Run this: yum install expat-devel
Problem scenario: When running commands to install Git on CentOS, you use the “make” command.
…
Continue reading “Installing Git 2.x on CentOS and Getting Passed Two Potential Problems”