You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error is related to lack of permissions to access the directory /usr/local/bin when trying to create "jx.new". This directory has 755 permissions.
The command fails even when running with sudo.
The error disappears when the permissions of the directory are changed to 757 or 777.
There should be a note in the documentation alerting that the upgrade fails when running it with an user different to root, or providing the instructions to modify the permissions for the /usr/local/bin directory
There is an error that appears when running
jx upgrade cli
with a non-root account, using an installation as describe below:The error is related to lack of permissions to access the directory /usr/local/bin when trying to create "jx.new". This directory has 755 permissions.
The command fails even when running with sudo.
The error disappears when the permissions of the directory are changed to 757 or 777.
There should be a note in the documentation alerting that the upgrade fails when running it with an user different to root, or providing the instructions to modify the permissions for the /usr/local/bin directory
Signed-off-by: gonzalochief [email protected]
The text was updated successfully, but these errors were encountered: