Permission Denied to make Directory #97
Unanswered
AdlyAlimin
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I see you're using the I just ran this inside of my WSL2 machine (Ubuntu) and I was able to get it to work. If that doesn't work, run a Here are my results. You can see the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello, im new to docker and i have found this from browsing. Im using Pop OS and want to use Spin. Installation was successfully but when i want to add spin to existing project or create new spin it show permission denied.
panda@pop-os:~/Documents/Laravel$ spin new laravel mythirdapp
🔄 Downloading template...
Cloning from [email protected]:serversideup/spin-template-laravel-basic.git
Cloning into '/tmp/tmp.nuhMfkGOQK'...
remote: Enumerating objects: 417, done.
remote: Counting objects: 100% (32/32), done.
remote: Compressing objects: 100% (24/24), done.
remote: Total 417 (delta 11), reused 21 (delta 6), pack-reused 385 (from 1)
Receiving objects: 100% (417/417), 125.41 KiB | 439.00 KiB/s, done.
Resolving deltas: 100% (237/237), done.
8.3-cli: Pulling from serversideup/php
Digest: sha256:2b5b84509fa91622fcd9439a1b1c535feeec0ffed1f61c40b623b5a7a930fa58
Status: Image is up to date for serversideup/php:8.3-cli
docker.io/serversideup/php:8.3-cli
What's next:
View a summary of image vulnerabilities and recommendations → docker scout quickview serversideup/php:8.3-cli
Creating a "laravel/laravel" project at "./mythirdapp"
Installing laravel/laravel (v11.1.4)
In ProjectInstaller.php line 69:
mkdir(): Permission denied
create-project [-s|--stability STABILITY] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--repository REPOSITORY] [--repository-url REPOSITORY-URL] [--add-repository] [--dev] [--no-dev] [--no-custom-installers] [--no-scripts] [--no-progress] [--no-secure-http] [--keep-vcs] [--remove-vcs] [--no-install] [--no-audit] [--audit-format AUDIT-FORMAT] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--ask] [--] [ [ []]]
any solution for this?
Beta Was this translation helpful? Give feedback.
All reactions