endless-ships
endless-ships copied to clipboard
Request for info: Building on Windows (or on Github)
Thanks for your work developing this!
I am interested in learning how to run the program in order to generate a site for Endless Sky Delta; either running it locally or on Github via actions.
I am currently trying to run it locally on a Windows machine. I have boot and yarn installed (as well as node.js), but when I get to the last step of this section:
$ git clone [email protected]:7even/endless-ships.git
$ cd endless-ships
$ git submodule update --init
I get an error
Please make sure you have the correct access rights
and the repository exists.```
I tried swapping that out for zitchas/endless-ships.git to pull from my fork instead, but that didn't change anything.