-
Notifications
You must be signed in to change notification settings - Fork 329
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
cannot load embed while compiling #465
Comments
I also am unable to install and config on ubuntu. I get same message about the malformed "embed". Please suggest a work around. |
@ridvankaratas @dco5000 I cannot reproduce the behavior. VP compiles fine for me. Could you please describe your operating environment, the version and provide the error and in general just throw a bunch of information here. If you end up providing logs and conf, that will go in a |
@ridvankaratas wrt to compiled binaries, that's a dup of #108 |
a quick search reveals this.. pjvds/tunl#5 (comment) what version of Go are you using? |
hello. thank you for the quick response. using go 1.16 solved goget issue. on the other hand, as I explained in the initial post, build command is not running as expected (I think)
|
@ridvankaratas what operating environment are you using? Did you search for that error? What did you find? Try |
I found this that I thought might be relevant golang/go#34266 |
@ridvankaratas did you try..
What happened? |
hi, adding output from go build command
|
This one seems a bit closer when searching for "exit status 128: fatal: git fetch-pack: expected shallow list" There appears to be something wrong with the setup of either go or git or both in your operating environment. Are you able to build other golang programs? |
I removed go1.16 and installed go1.18 we won't know whether it was related to go1.16 or go1.16 setup itself. bu we do know go1.18 works at least for the compile. again thank you for the quick response. |
@ridvankaratas glad to hear VP is working. Thanks for the kind words. @dco5000 I'm going to close this but feel free to continue the thread if you're still having problems |
hi,
I wanted to compile the source via ./do.sh goget and I got this error:
when I want to ./do.sh build, it doesn't just run and it gives some flags to use
is it possible to get a compiled binary?
The text was updated successfully, but these errors were encountered: