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
I got this error when install awscli, here is the command and error:
jenkins@c236aff3753b:/$ asdf install awscli 2.7.24
checkdir: cannot create extraction directory: ./AWSCLIV2
Permission denied
asdf-awscli: Could not extract /home/jenkins/.asdf/installs/awscli/2.7.24/awscli-2.7.24.zip
asdf-awscli: An error ocurred while installing awscli 2.7.24.
Steps to reproduce
# install plugin.
asdf plugin add awscli
# go to a directory that the current user doesn't have permission.
cd /
# install awscli and error happen.
asdf install awscli 2.7.24
Expected behavior
We should not use current directory for extracting temporary files.
The text was updated successfully, but these errors were encountered:
Describe the bug
I got this error when install awscli, here is the command and error:
Steps to reproduce
Expected behavior
We should not use current directory for extracting temporary files.
The text was updated successfully, but these errors were encountered: