(Windows) proxy arkasında Ubuntu kullanıyorum. cabal
Yardımcı programı kullanmak istiyorum .
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
Proxy URL'si ortamdan okundu. Proxy'm kimlik doğrulaması gerektiriyor, ancak cabal proxy URL'sinin bir ana bilgisayar adıyla başlamasını istiyor, bu yüzden belki de kimlik bilgilerini isteyecektir ...
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)"'
Nedir setAuthorityGen
ve nasıl kullanılır? Daha da önemlisi, kimlik doğrulama proxy'si aracılığıyla erişimi etkinleştirebilir miyim? Tünel açmam gerekecek mi?