Tôi đang sử dụng Ubuntu phía sau proxy (Windows). Tôi muốn sử dụng các cabal
tiện ích.
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 proxy đã được đọc từ môi trường. Proxy của tôi yêu cầu xác thực, nhưng cabal muốn URL proxy bắt đầu bằng tên máy chủ, vì vậy có lẽ nó sẽ nhắc tôi về thông tin đăng nhập ...
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
Tôi sử dụng nó là gì và làm thế nào? Quan trọng hơn, tôi có thể kích hoạt quyền truy cập thông qua proxy xác thực không? Tôi sẽ cần phải đào hầm?