尝试下载haskell项目模板时出错

时间:2018-03-05 09:35:16

标签: haskell haskell-stack

我正在尝试使用“简单”模板创建一个带有visual studio代码的新haskell项目,并且未下载模板项目,我收到错误消息。

所以我运行以下命令:

$ stack new **fs** simple

我收到以下回复:

?[0mDownloading template "simple" to create project "fs" in fs\ ...?[0m
?[0m
?[93mWarning:?[0m Retry number 0 after a total delay of 0 us
         If you see this warning and stack fails to download, but running the command again solves
         the problem, please report here: https://github.com/commercialhaskell/stack/issues/3510?[0m
?[0m
?[93mWarning:?[0m Retry number 1 after a total delay of 100000 us
         If you see this warning and stack fails to download, but running the command again solves
         the problem, please report here: https://github.com/commercialhaskell/stack/issues/3510?[0m
?[0m
?[93mWarning:?[0m Retry number 2 after a total delay of 200000 us
         If you see this warning and stack fails to download, but running the command again solves
         the problem, please report here: https://github.com/commercialhaskell/stack/issues/3510?[0m
?[0m
?[93mWarning:?[0m Retry number 3 after a total delay of 300000 us
         If you see this warning and stack fails to download, but running the command again solves
         the problem, please report here: https://github.com/commercialhaskell/stack/issues/3510?[0m
HttpExceptionRequest Request {
  host                 = "raw.githubusercontent.com"
  port                 = 443
  secure               = True
  requestHeaders       = []
  path                 = "/commercialhaskell/stack-templates/master/simple.hsfiles"
  queryString          = ""
  method               = "GET"
  proxy                = Nothing
  rawBody              = False
  redirectCount        = 10
  responseTimeout      = ResponseTimeoutDefault
  requestVersion       = HTTP/1.1
}
 (ConnectionFailure Network.Socket.sendBuf: does not exist (No such file or directory))

因为我正在通过公司代理运行,可能会出现问题吗?

0 个答案:

没有答案