دوستان روی centos 6 هر دستوری با yum میزنم یه خطایی میده مثلا برای دستور
yum install -y git خطای زیر را میده

کد:
[root@cp ~]# yum install -y git
Loaded plugins: fastestmirror
Setting up Install Process
Determining fastest mirrors
base                                                     | 3.7 kB     00:00
base/primary_db                                          | 3.6 MB     00:10
extras                                                   | 3.4 kB     00:00
extras/primary_db                                        |  29 kB     00:00
updates                                                  | 3.4 kB     00:00
updates/primary_db                                       | 1.9 MB     00:07
http://www.jasonlitka.com/media/EL6/i386/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: utterramblings. Please verify its path and try again
[root@cp ~]# yum clean all
Loaded plugins: fastestmirror
Cleaning repos: base extras updates utterramblings
Cleaning up Everything
Cleaning up list of fastest mirrors
[root@cp ~]#



- - - Updated - - -

up...