Replies: 2 comments
-
It usually happens when you run |
Beta Was this translation helpful? Give feedback.
0 replies
-
Oh I didn't read it properly in the documentation.. how stupid of me... thank you..!!! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Name: Yubin Lee
In HW0-2, in the "Testing Your Code" section, the
dune exec test/[Problem name]Test.exe
command is given.However, when I try to execute this command, I get the following error:
$ dune exec test/zipTest.ml Error: execve(/home/student/cs348-2023-spring-hw0-2-_________/_build/default/test/zipTest.ml): Permission denied
This happens both in the KCLOUD VM and the Docker image.
How can I fix this? I have ownership of all the files...
Beta Was this translation helpful? Give feedback.
All reactions