79278988

Date: 2024-12-13 16:40:07
Score: 0.5
Natty:
Report link

The .git at the end of the URL only needs to be present when cloning via SSH. Omit it when cloning via HTTP:

https://github.com/organizationName/myRepo

If checking out the repo using SSH was intended, use:

ssh://[email protected]/organizationName/myRepo.git

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Marsroverr