I was able to push my assignment to GitHub, but I am unable to open it
Here is what I see on GitHub after the push:
Check first if assignment, on your local computer, has a .git
subfolder in it.
That would make it a nested Git repository inside your main repository, and pushing it would only push a gitlink entry (a special entry in the index)
Ideally, each of those folders would need to be pushed in their own matching Git repositories.