My site is at: ~/Sites/webwork
- In the "Next step" section, when I'm already in ~/Sites/webwork/webwork2 from prior steps, the instructions say to do "cd webwork_docker" and then "ls ww-webwork-data". That's wrong! Should be, first do "cd .." and then do "ls ww-docker-data" (both the working directory for the command and the actual command seem to be wrong in the instructions). Note that the next instruction given, "ls ww-docker-data/courses" is correct.
- In the "MISC" section, after doing "cd ~/Sites/webwork/webwork2;docker container exec -it webwork2_app_1 bash", I do "cd pg". OK so far. But then doing "git fetch origin" gives error: "fatal: not a git repository (or any of the parent directories): .git".