我在(Windows)代理后面使用Ubuntu。我想使用该cabal
实用程序。
jem@Respect:~$ cabal update
Config file path source is default config file.
Config file /home/jem/.cabal/config not found.
Writing default configuration to /home/jem/.cabal/config
Downloading the latest package list from hackage.haskell.org
Warning: invalid http proxy uri:
"http://domain\\user:pass@internetproxy:3128/"
Warning: proxy uri must be http with a hostname
Warning: ignoring http proxy, trying a direct connection
^C
已从环境中读取代理URL。我的代理需要身份验证,但cabal希望代理URL以主机名开头,因此也许会提示我输入凭据...
jem@Respect:~$ http_proxy=http://internetproxy:3128/ cabal update
Downloading the latest package list from hackage.haskell.org
No action for prompting/generating user+password credentials provided (use: setAuthorityGen); returning Nothing
cabal: Failed to download index 'ErrorMisc "Unsucessful HTTP code: (4,0,7)"'
什么是setAuthorityGen
?如何使用?更重要的是,我可以通过身份验证代理启用访问吗?我需要隧道吗?
我有类似的问题。如果您找到解决方法,请告诉我。
—
Dilawar
@Dilawar Bugtracker hackage.haskell.org/trac/hackage/ticket/855中有一个滴答声
—
Artem Koshelev 2012年