在评估SBCL中的(quicklisp-quickstart:install)
时,我得到(linux):
debugger invoked on a SB-BSD-SOCKETS:CONNECTION-REFUSED-ERROR in thread
#<THREAD "main thread" RUNNING {1002978FF3}>:
Socket error in "connect": ECONNREFUSED (Connection refused)
Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [ABORT] Exit debugger, returning to top level.
(SB-BSD-SOCKETS:SOCKET-ERROR "connect")
在CMUCL中我得到:
CONNECT-TO-INET-SOCKET功能出错:连接套接字时出错 到[beta.quicklisp.org:80]:连接被拒绝[类型的条件 SOCKET-ERROR]
重启:0:[ABORT]返回顶级。
调试(输入H代表帮助)
(CONNECT-TO-INET-SOCKET&#34; beta.quicklisp.org&#34; 80:STREAM:LOCAL-HOST ...)
答案 0 :(得分:1)
如果涉及代理,可能会发生这种情况。许多系统程序(如wget,Web浏览器等)将查看环境变量或其他配置以自动正确使用代理,但必须明确告知Quicklisp。
您可能会在环境变量中看到代理设置。
如果您知道自己的代理网址,则可以在安装过程中使用:proxy
选项将其设置为install
。