git clone
gives the message fatal: repository \'url\' not found
I tried the options in the link, but it didn\'t work.
For me the problems occurs because I have my old username/password settings saved for gitlab, so that I need to remove those credentials. I run the following command on my mac:
sudo su
git config --system --unset credential.helper
and do the clone again, enter the username and password. And everything is fine.