I'm trying to clone a repo over a local network using the git protocol, but am receiving the following error:
~/foobar$ git clone git://192.168.xxx.yyy/
Cloning into '192.168.xxx.yyy'...
fatal: unable to access 'https://192.168.xxx.yyy/': Failed to connect to 192.168.xxx.yyy port 443: Connection refused
A coworker was successfully able to clone using exactly the same command using a mac as a client (I'm using Ubuntu). Any idea why git clone seems to be trying to use https, or how to fix this?