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
```powershell
./setup.ps1 : File
C:\Users\XXXXXXXXX\Documents\apprentice-boot-camp-fundamentals-3\exercises\git\reset\setup.ps1 cannot be loaded
because running scripts is disabled on this system. For more information, see about_Execution_Policies at
https:/go.microsoft.com/fwlink/?LinkID=135170.
At line:1 char:1
+ ./setup.ps1
+ ~~~~~~~~~~~
+ CategoryInfo : SecurityError: (:) [], PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess
```
The text was updated successfully, but these errors were encountered:
Slide wasn’t clear that only WIndows users need to use the powershell scripts.
Powershell didn’t run well on Windows. Might have to run this in Powershell (as admin) to run the shell script https://stackoverflow.com/questions/4037939/powershell-says-execution-of-scripts-is-disabled-on-this-system
example:
The text was updated successfully, but these errors were encountered: