nus-cs2113-AY2324S2 / forum

2 stars 0 forks source link

Seeking help to resolve Error code 126 #31

Open daryltay415 opened 6 months ago

daryltay415 commented 6 months ago

image

How do i resolve this error?

clarencepohh commented 6 months ago

Looks like there may be a lack of permissions for the GitHub runner to execute your shell script. Perhaps you might want to look at this or this to try and fix it? It looks like you will either have to: 1) update your gradle.yml file or 2) update the file locally and push it to your fork.

Hope it helps!