KasperskyLab / klara

Kaspersky's GReAT KLara
https://great.kaspersky.com
Other
693 stars 136 forks source link

cannot clone klara.git #5

Closed cuckoo-linux closed 6 years ago

cuckoo-linux commented 6 years ago

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

javadev commented 6 years ago

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

Kind regards, Valentyn

xdanx commented 6 years ago

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