-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installing luvit fails! [Windows] #248
Comments
can reproduce windows 10 x64 |
Not specific to Windows. Caused by #247 |
squeek502
added a commit
to squeek502/lit
that referenced
this issue
Mar 13, 2019
This was referenced Mar 13, 2019
Should be fixed on the server-side now (#250). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I did strip most of the outputs, only the input and the error are shown.
C:\luvit>PowerShell -NoProfile -ExecutionPolicy unrestricted -Command "[Net.ServicePointManager]::SecurityProtocol = 'Tls12'; iex ((new-object net.webclient).DownloadString('https://github.com/luvit/lit/raw/master/get-lit.ps1'))"
fail: [string "bundle:libs/codec.lua"]:123: No such hash: 6e805fb6a48f25304cc6553f18a01ecc30f10e30
stack traceback:
[C]: in function 'assert'
[string "bundle:libs/codec.lua"]:123: in function 'read'
[string "bundle:libs/codec.lua"]:128: in function 'readAs'
[string "bundle:libs/rdb.lua"]:165: in function 'fetch'
[string "bundle:libs/rdb.lua"]:140: in function 'load'
[string "bundle:deps/git/db.lua"]:395: in function 'loadAny'
[string "bundle:libs/pkg.lua"]:132: in function 'queryDb'
[string "bundle:libs/core.lua"]:378: in function 'makeUrl'
[string "bundle:commands/make.lua"]:13: in function <[string "bundle:commands/make.lua"]:1>
[string "bundle:main.lua"]:69: in function <[string "bundle:main.lua"]:56>
[C]: in function 'xpcall'
[string "bundle:main.lua"]:56: in function <[string "bundle:main.lua"]:48>
The text was updated successfully, but these errors were encountered: