admins-MacBook-Pro:Dev sam$ git clone https://github.com/pr.git
Cloning into 'pr'...
fatal: remote error:
Repository not found.
admins-MacBook-Pro:Dev sam$ git clone [email protected]:pr.git
Cloning into 'pr'...
...
Checking connectivity... done.
As you see, git clone with ssh works, but not with https.
How can I make it works with https?