You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure this is possible, but the below shows a scenario where I have been using non-versioned modules (Git refs) and doing force-pushing ... I would love it if hugo mod get -u could somehow get me out of that situation.
➜ hugo-alpine-test git:(master) hugo mod get -u
hugo: downloading modules …
go: github.com/bep/hugo-jslibs/alpinejs@v0.0.0-20200129213657-ca4c28551e8d: invalid version: unknown revision ca4c28551e8d
hugo: collected modules in 2509 ms
Error: failed to download modules: go command failed: go: github.com/bep/hugo-jslibs/alpinejs@v0.0.0-20200129213657-ca4c28551e8d: invalid version: unknown revision ca4c28551e8d
The text was updated successfully, but these errors were encountered:
I'm not sure this is possible, but the below shows a scenario where I have been using non-versioned modules (Git refs) and doing force-pushing ... I would love it if
hugo mod get -u
could somehow get me out of that situation.The text was updated successfully, but these errors were encountered: