You are trying to do the following:
git remote add origin https://github.com/stefanovic80/physicsComplementsITISstudents
The remote is not actually set up right and should be this:
git remote add origin https://github.com/stefanovic80/physicsComplementsITISstudents.git
You are missing a ".git" at the end.