Lesson 15: bash: ./frpc: Permission denied #858
Unanswered
BrysonHall
asked this question in
Q&A
Replies: 3 comments 8 replies
-
Hey there, I am on WSL too and faced the same error for the latest |
Beta Was this translation helpful? Give feedback.
3 replies
-
did you add
to your .env?? |
Beta Was this translation helpful? Give feedback.
5 replies
-
#1022 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I tried to connect my local hardhat blockchain to moralis LINK I get this error
./frpc: Permission denied
. I am on windows and running WSL. I downloaded frp_0.43.0_linux_386.tar.gz and putfprc.exe
andfprc. ini
in the frp folder. When I was running./frpc -c frpc.ini
from the frp folder I got the error./frpc: Permission denied
. I have also tried to download frp_0.43.0_windows_386.zip and but then I get the errorNo such file or directory -windows
When i run
ls -al
in the terminal inside the frp folder I get thisdrwxr-xr-x 2 root root 4096 Jul 10 07:52 . drwxr-xr-x 11 root root 4096 Jul 9 21:14 .. -rw-r--r-- 1 root root 10190848 Jul 10 07:52 frpc -rw-r--r-- 1 root root 185 Jul 10 07:53 frpc.ini
My
frpc.ini
Beta Was this translation helpful? Give feedback.
All reactions