learn-co-curriculum / dsc-data-science-env-installation-v2-1

Other
1 stars 23 forks source link

issue getting to cloned directory #1

Open billyadm123 opened 4 years ago

billyadm123 commented 4 years ago

Receiving the following error message: Permission denied (publickey). fatal: Could not read from remote repository.

lauravlad commented 4 years ago

I received the same message. Were you able to find a solution?

billyadm123 commented 4 years ago

No. But I think eugina sent me a solution. I can send it to you.

Get Outlook for Androidhttps://aka.ms/ghei36


From: lauravlad notifications@github.com Sent: Wednesday, December 11, 2019 2:09:14 AM To: learn-co-curriculum/dsc-data-science-env-installation-v2-1 dsc-data-science-env-installation-v2-1@noreply.github.com Cc: billyadm123 william.adams120193@outlook.com; Author author@noreply.github.com Subject: Re: [learn-co-curriculum/dsc-data-science-env-installation-v2-1] issue getting to cloned directory (#1)

I received the same message. Were you able to find a solution?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Flearn-co-curriculum%2Fdsc-data-science-env-installation-v2-1%2Fissues%2F1%3Femail_source%3Dnotifications%26email_token%3DAMRM2MGHCX5O4GOWQNOL3WTQYCGZVA5CNFSM4JYUPV62YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGSDOAY%23issuecomment-564410115&data=02%7C01%7C%7Cb51760139a1c492267ea08d77e09084e%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637116449563118441&sdata=h8Rddi4rNPcvAyqYk5OK7YDgGXVJchuycXsBf5Co61A%3D&reserved=0, or unsubscribehttps://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAMRM2MAXB5VE2ZODWNKWFXDQYCGZVANCNFSM4JYUPV6Q&data=02%7C01%7C%7Cb51760139a1c492267ea08d77e09084e%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637116449563118441&sdata=kjhQ7ujztdR54gcw0RhhKZn3d9W9hvTt2KRarKPXAy0%3D&reserved=0.

lauravlad commented 4 years ago

yes, please. Can you send it to me?

billyadm123 commented 4 years ago

1)Generate SSH key using ssh-keygen -t rsa -b 4096 -C "your_email@foo.com". 2)Copy the output of cat ~/.ssh/id_rsa.pub 3)Paste the above copied outpur into your Github profile -> Settings -> SSH and GPG Keys -> Add new SSH key.

try this one. It helped me to solve this problem

This is what I was sent. I haven't tried it yet but I hope it helps

hoffm386 commented 4 years ago

The quick fix is to change the link you are cloning to the HTTPS version, which does not require as complicated of setup. So, the bash command to run would be:

git clone https://github.com/learn-co-curriculum/dsc-data-science-env-installation-v2-1.git

Complete setup instructions for SSH are here