Scroll down to the script below, click on any sentence (including terminal blocks) to jump to that spot in the video!
To view this video please enable JavaScript, and consider upgrading to a web browser that supports HTML5 video
When I use: git clone git@github.com:symfony/symfony.git
I get:git@github.com: Permission denied (publickey).fatal: Could not read from remote repository.
Hey Robertas,
Looks like you didn't set up GitHub SSH key properly. As a workaround, you can clone by HTTPS instead of SSH, just use this command:
$ git clone https://github.com/symfony/symfony.git
On GitHub you can choose what way you would like to clone the repo when you click on "Clone or download" green button, notice "Use HTTPS" link in the dropdown.
To be able to clone by SSH, you would need to register your key on GitHub, here's the page where you can do this: https://github.com/settings/keys . Just follow the official guide for this: https://help.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh
Cheers!
Hi Victor,
Thank you for help, I will give a try.
"Houston: no signs of life" Start the conversation!
Whoops, an error! Please, try again later.
3 Comments
When I use:
git clone git@github.com:symfony/symfony.git
I get:
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Hey Robertas,
Looks like you didn't set up GitHub SSH key properly. As a workaround, you can clone by HTTPS instead of SSH, just use this command:
On GitHub you can choose what way you would like to clone the repo when you click on "Clone or download" green button, notice "Use HTTPS" link in the dropdown.
To be able to clone by SSH, you would need to register your key on GitHub, here's the page where you can do this: https://github.com/settings/keys . Just follow the official guide for this: https://help.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh
Cheers!
Hi Victor,
Thank you for help, I will give a try.
"Houston: no signs of life"
Start the conversation!