I’ve had all kinds of issues installing GIT on our MediaTemple servers. They are not default installs but are pretty close. I’ve done a lot of reading and found some great answers on sites like themattharris.com. Most of what I’ve read hasn’t worked because I cannot get YUM to install correctly. After much digging here are the answers I’ve found on how to install GIT on a MediaTemple box.
- ssh root@your-domain.com
- rpm -Uvh http://mirror.centos.org/centos/5/os/i386/CentOS/python-iniparse-0.2.3-4.el5.noarch.rpm
- rpm -Uvh http://mirror.centos.org/centos/5/os/i386/CentOS/yum-3.2.22-26.el5.centos.noarch.rpm
- rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm
- rpm -Uvh http://mirror.centos.org/centos-5/5/os/i386/CentOS/rpm-libs-4.4.2.3-18.el5.i386.rpm–replacefiles –replacepkgs –oldpackage –nodeps
- yum -y update
- yum install git
Hope that helps.
I started using SnagIt a few years back while working a job at Accenture. We primarily used the tool for grabbing development errors to share back and forth with the team.