How to install Git in CentOS
This video explains how to install Git – It is widely used control system to develop software in Linux distributions. Git tracks and handles the file changes in an efficient manner.
For more explanation on this video: https://www.linuxhelp.com/how-to-install-git-in-centos/
centos 7
Giving this command : yum groupinstall "Development Tools" -y
Getting the error :
http://repos.del.extreme-ix.org/centos/7.6.1810/os/x86_64/Packages/apr-1.4.8-3.el7_4.1.x86_64.rpm: [Errno 12] Timeout on http://repos.del.extreme-ix.org/centos/7.6.1810/os/x86_64/Packages/apr-1.4.8-3.el7_4.1.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
how to resolve this?
Thanks in advance.
Trying
awesome demo. just try some voice modulation
Hi, thx a lot for the tutorial, very useful..! One question, I downloaded the latest version at this time (2.9.5), I followed the steps, and everything went ok, but when I run –version it said 1.8.3, no 2.9.5, should I overwrite anything, or I am missing something..?