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