Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我(在 ubuntu 上)需要在研究所的代理后面使用 bzr,它限制 bzr 连接。所以,有没有办法通过 tor(vidalia)获得的 socks 代理连接它,因为我无法使用 tor 成功设置 polipo 以获取 http 代理反而。
bzr 尊重http_proxy环境变量。尝试设置:
http_proxy
set http_proxy=http://localhost:3128/
或类似的规定。