1

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:

GitHub

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
TsiT
  • 21
  • 4

1 Answers1

0

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.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250