(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
이며 어떻게 사용합니까? 더 중요한 것은 인증 프록시를 통한 액세스를 활성화 할 수 있습니까? 터널을 만들어야합니까?