修改这一段,把 [#] 号去掉就行了 :
# You can set the default proxies for Wget to use for http and ftp.
# They will override the value in the environment.
#http_proxy = http://proxy.yoyodyne.com:18023/
#ftp_proxy = http://proxy.yoyodyne.com:18023/
# If you do not want to use proxy at all, set this to off.
#use_proxy = on
修改这一段,把 [#] 号去掉就行了 :
# You can set the default proxies for Wget to use for http and ftp.
# They will override the value in the environment.
#http_proxy = http://proxy.yoyodyne.com:18023/
#ftp_proxy = http://proxy.yoyodyne.com:18023/
# If you do not want to use proxy at all, set this to off.
#use_proxy = on
[quote=ebrostig][quote=smigil]I want to install gentoo but when i type
[code]emerge sync
my machine cant connect to gentoo site, it seems like the rsync port is blocked.
Is there a way to connect to another port ( like SSL on GNU Savanah )[/qutote]
If your firewall has an http proxy (most firewalls do), you may be able to use. I do that at work.
You can try to set:
RSYNC_PROXY=www-proxy.domain.com:80 (Replace www-proxy.domain.com with the hostname of your firewall)
vla-li etc # emerge rsync
>>>starting rsync with rsync://rsync.gentoo.org/gentoo-portage...
bad response from proxy - HTTP/1.0 403 Forbidden
rsync: failed to cnnect to my.proxy: Success
rsync: error: error in socket IO (code 10) at clientserver.c (97)