Lesson 11: IPFS Install Issues #503
Answered
by
cromewar
brownandrew1390
asked this question in
Q&A
-
Having some issues trying to install IPFS on my machine. I was able to follow all the steps with no errors until I got to step 7, where I try to load my Powershell profile that I had created:
Here is the error that I got:
I'm not too familiar with Powershell, I mostly use Bash. Let me know if I'm missing something here! |
Beta Was this translation helpful? Give feedback.
Answered by
cromewar
Dec 6, 2021
Replies: 1 comment 2 replies
-
Hello @brownandrew1390 as a security measure windows blocks script execution by default so to allow them you should:
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
brownandrew1390
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @brownandrew1390 as a security measure windows blocks script execution by default so to allow them you should:
set-executionpolicy remotesigned