Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issues cloning git repo #9

Closed
UeeSoft opened this issue Apr 6, 2018 · 1 comment
Closed

issues cloning git repo #9

UeeSoft opened this issue Apr 6, 2018 · 1 comment
Assignees

Comments

@UeeSoft
Copy link

UeeSoft commented Apr 6, 2018

Had issue cloning using the instructions...

projects@GhostCatcher:/var/projects$ git clone [email protected]:kasperskylab/klara.git ~/klara-github-repo
Cloning into '/home/projects/klara-github-repo'...
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

Made a slight modification to the line and it worked.

projects@GhostCatcher:/var/projects$ git clone https://github.com/kasperskylab/klara.git ~/klara-github-repo
Cloning into '/home/projects/klara-github-repo'...
remote: Counting objects: 706, done.
remote: Compressing objects: 100% (424/424), done.
remote: Total 706 (delta 277), reused 700 (delta 275), pack-reused 0
Receiving objects: 100% (706/706), 2.86 MiB | 477.00 KiB/s, done.
Resolving deltas: 100% (277/277), done.
Checking connectivity... done.

Just in case others are having the same issue.

@xdanx
Copy link
Member

xdanx commented Apr 16, 2018

Hey, happy to hear your issue was fixed 👍

For future references, you must set up a SSH key if you want to clone using [email protected] (which is SSH git cloning): https://help.github.com/articles/connecting-to-github-with-ssh/

@xdanx xdanx closed this as completed Apr 16, 2018
@xdanx xdanx self-assigned this Apr 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants