Complete all the steps described in the chapter 1 of the book. As a result, you should have a public repository on Github with the name my-project.
To verify that you have successfully completed the assignment, you can run the following command in your terminal:
git clone https://github.com/mcallara/autograder
cd autograder
git clone https://github.com/your-github-username/my-project
uv run autograder tests_assignment_1 my-projectThis will run the autograder tests for assignment 1 against your repository. If all tests pass, you have successfully completed the assignment.
Common issues and troubleshooting¶
Remember to replace
your-github-usernamewith your actual GitHub username in the clone URL.If the clone command fails, make sure that the repository exists and it is public.