Fatal: repository 'https://github.com/letsenscrypt/letsenscrypt/' not found

Hi guys,
I tried to follow the Get Started but after the first step I have got a problem:

user@user:~$ git clone https://github.com/letsenscrypt/letsenscrypt
Cloning into ‘letsenscrypt’…
Username for ‘https://github.com’: Gituser
Password for ‘https://Gituser@github.com’:
remote: Repository not found.
fatal: repository ‘https://github.com/letsenscrypt/letsenscrypt/’ not found

Do you have any suggestions how to solve this problem?
Thank you in advance

PS: By the way, I use Ubuntu 14.10

Yes, you need to spell it correctly as “letsencrypt”, not “letsenscrypt”!

1 Like

Hello @mseleznova,

Yes, use the right url :wink:

git clone https://github.com/letsencrypt/letsencrypt

Cheers,
sahsanu

1 Like

Thanks @schoen and @sahsanu! You are right, now it works.
Spelling was not correct.