Matthew Lopez

Results 73 comments of Matthew Lopez

It looks like the key is fine, but the script output gives me another idea about what might be going wrong. By default, when you use Git in Windows to...

Interesting. What's your Git version? `git --version`

What are the line endings of the scripts? ``` file ./scripts/* file ./scripts/internal/* ```

The script files in the repo - just run those two commands and send the output here.

``` file ./scripts/* file ./scripts/internal/* ```

That is definitely the problem: half of your scripts have CRLF line endings, so those scripts won't work. That is also very strange - I have no idea why half...

Re-run the setup script, it should be fixed if I'm right about the cause of the error.

Can you check if the scripts all have the correct line endings now? Run this and send the output here. ``` file ./scripts/* file ./scripts/internal/* file ./scripts/run-in-container/* ```

I am not sure what the problem is at this point, since fixing the line endings didn't solve it.

> Oh right, I wanted to try again with WSL but the problem is that I can't do the “cd” command I'm not sure what you mean here. The Ubuntu...