Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot run the script #7

Open
daptheHuman opened this issue Jan 1, 2022 · 1 comment
Open

Cannot run the script #7

daptheHuman opened this issue Jan 1, 2022 · 1 comment

Comments

@daptheHuman
Copy link

PS C:\Users\dafaa\Documents\Project\FUN PROJECT\instagram-clone> exec 3<&1;bash <&3 <(curl https://raw.githubusercontent.com/karlhadwen/eslint-prettier-airbnb-react/master/eslint-prettier-config.sh 2> /dev/null)
At line:1 char:8
+ exec 3<&1;bash <&3 <(curl https://raw.githubusercontent.com/karlhadwe ...
+        ~
The ampersand (&) character is not allowed. The & operator is reserved for future use; wrap an ampersand in double quotation marks ("&") to pass it as part of a   
string.
At line:1 char:17
+ exec 3<&1;bash <&3 <(curl https://raw.githubusercontent.com/karlhadwe ...
+                 ~
Missing file specification after redirection operator.
At line:1 char:16
+ exec 3<&1;bash <&3 <(curl https://raw.githubusercontent.com/karlhadwe ...
+                ~
The '<' operator is reserved for future use.
At line:1 char:17
+ exec 3<&1;bash <&3 <(curl https://raw.githubusercontent.com/karlhadwe ...
+                 ~
The ampersand (&) character is not allowed. The & operator is reserved for future use; wrap an ampersand in double quotation marks ("&") to pass it as part of a   
string.
At line:1 char:20
+ exec 3<&1;bash <&3 <(curl https://raw.githubusercontent.com/karlhadwe ...
+                    ~
The '<' operator is reserved for future use.
    + CategoryInfo          : ParserError: (:) [], ParentContainsErrorRecordException
    + FullyQualifiedErrorId : AmpersandNotAllowed
@imReset
Copy link

imReset commented Feb 4, 2023

Run it in a git bash terminal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants