well the reason is i dont have write access
and i dont have the password for it, should try some default password for it , aka sudo and the id doesnt belong to sudo group either.
c
Casey Brooks
03/17/2020, 4:41 PM
Maybe just change the file permissions on your
buildSrc.jar
and commit that? Something like
chmod +w buildSrc.jar
c
Chills
03/17/2020, 4:46 PM
how can that help?
the user is not in sudo or root
Chills
03/17/2020, 4:46 PM
there is a runneradmin as sudo user
c
Casey Brooks
03/17/2020, 4:56 PM
Well, something has wrong file permissions, that’s what that error is saying. Also, do you have your
build/
directories checked in to the repo? That could be the problem, those directories should be .gitignored