When trying to clone with "https://" always getting error of "fatal: read error: Invalid argument". BUt the same is working when i replace the url with "git://"
$ git clone https://github.com/DiyanTonchev/Issue-Tracking-System.git Cloning into 'Issue-Tracking-System'... fatal: read error: Invalid argument
When I try with "git clone git://github.com/DiyanTonchev/Issue-Tracking-System.git". i can able to clone properly