-
Notifications
You must be signed in to change notification settings - Fork 634
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
Go build error when trying to generate "generator" file #1117
Comments
What do you get for:
|
no such file or directory |
|
Your checkout is owned by root, your user can not write to that. |
how do i chown the checkout? |
nevermind i figured it out. Thanks for your help |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi. I'm tryin to build the generator file and I am getting a permission denied error. The error happens when trying to open the generator file.
I've been using go build version 1.22.0 and have installed all dependencies.
Host operating system: output of
uname -a
Linux mitchell-virtual-machine 5.15.0-94-generic #104~20.04.1-Ubuntu SMP Tue Jan 16 13:34:09 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
What did you do that produced an error?
ran go build
What did you expect to see?
generator file
What did you see instead?
permission denied
The text was updated successfully, but these errors were encountered: