문제

I am trying to add git client to my google compute engine debian-7 instance, and I am running into following problem:

Err http://security.debian.org/ wheezy/updates/main libcurl3-gnutls amd64 7.26.0-1+wheezy6
  404  Not Found [IP: 212.211.132.32 80]
Failed to fetch http://security.debian.org/pool/updates/main/c/curl/libcurl3-gnutls_7.26.0-1+wheezy6_amd64.deb  404  Not Found [IP: 212.211.132.32 80]

wget to http://security.debian.org works.

Any ideas?

Thanks!

도움이 되었습니까?

해결책

Did you do

apt-get update

before?

There was a critical bug found in GNUTLS recently, so it might have been updated in the meantime.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top