79495467

Date: 2025-03-09 05:41:37
Score: 1
Natty:
Report link

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.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Asi Godi