KasperskyLab/klara

cannot clone klara.git

cuckoo-linux opened this issue · 2 comments

aoa
receiving following errors:
git clone https://github.com:kasperskylab/klara.git ~/klara-github-repo
Cloning into '/home/cuckoo/klara-github-repo'...
fatal: repository 'https://github.com:kasperskylab/klara.git/' not found

Hi,
Try other url: https://github.com/KasperskyLab/klara.git

Kind regards, Valentyn

xdanx commented

as @javadev pointed out, if you want to clone using https, you need to use URL
https://github.com/KasperskyLab/klara.git
else, for SSH cloning you need to use
git@github.com:KasperskyLab/klara.git

Please check #9 as well