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)によって取得されたソックスプロキシを介して接続する方法はありますか?代わりは。
bzr はhttp_proxy環境変数を尊重します。設定してみてください:
http_proxy
set http_proxy=http://localhost:3128/
または、それらの線に沿った何か。