Error while cloning repo to colab

I am trying to clone my repo to colab but it gives the following error:
!git clone -v https://github.com/Sriram192/hw1-ai1-fall2019.git

Cloning into ‘hw1-ai1-fall2019’…
fatal: could not read Username for ‘https://github.com’: No such device or address

I tried doing this instead as found from stack:
!git clone git@hithub.com:Sriram192/hw1-ai1-fall2019.git

This leads to this :
ssh: connect to host hithub.com port 22: Connection timed out
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.