Step:#1 - Install GIT
sudo yum install git
Step:#2 - Configure SSH [After GIT Installation]
1. goto cd/home
2. cd .ssh
3. ssh -keygen -t rsa
4. cat id_rsa.pub
5. Copy the key generated and send it to System Admin
sudo yum install git
Step:#2 - Configure SSH [After GIT Installation]
1. goto cd/home
2. cd .ssh
3. ssh -keygen -t rsa
4. cat id_rsa.pub
5. Copy the key generated and send it to System Admin