nobsun
Windows 11 の WSL Ubuntu に ghcup で、stack を含む開発環境をセットアップしたのですが、stack new hoge をすると
となります。wsl あるいは windows 11 の問題のような気もしますが、もし、なにか対処法にヒントがあれば教えていただけると幸いです。
ネットワークは繋がっていますし、wget で https://api.github.com/... にも繋がるように見えています。
Downloading template new-template to create project hoge in directory hoge/...
Error: [S-1688]
Stack failed to download the template new-template from
.
While downloading, Stack encountered an HTTP error. Stack made the request:
Request {
host = ""
port = 443
secure = True
requestHeaders = [("User-Agent","The Haskell Stack")]
path = "/repos/commercialhaskell/stack-templates/contents/new-template.hsfiles"
queryString = ""
method = "GET"
proxy = Nothing
rawBody = False
redirectCount = 10
responseTimeout = ResponseTimeoutDefault
requestVersion = HTTP/1.1
proxySecureMode = ProxySecureWithConnect
}
and the content of the error was:
ConnectionTimeout となります。wsl あるいは windows 11 の問題のような気もしますが、もし、なにか対処法にヒントがあれば教えていただけると幸いです。
ネットワークは繋がっていますし、wget で https://api.github.com/... にも繋がるように見えています。