我正在使用reprepro
来创建apt存储库。但是它没有创建Translation-en文件(也没有创建i18n目录)。我已经按照this和this教程了。
所以当我在Ubuntu 12.04服务器上apt-get update
时,我收到警告:
W: Failed to fetch http://download.XXX.com/rep/dists/precise/contrib/i18n/Translation-en Error reading from server. Remote end closed connection [IP: A.B.C.D 80]
我该如何解决这个问题?
答案 0 :(得分:1)
它可能与存储库完全无关。我遇到了同样的问题,一旦我禁用了apt-cacher,它就消失了。您的问题可能与代理有关,而与您的存储库无关,或者可能是两者的组合。禁用该站点的代理可能会有所帮助。