shekhargulati / 52-technologies-in-2016

Let's learn a new technology every week. A new technology blog every Sunday in 2016.
https://shekhargulati.com/
MIT License
7.19k stars 598 forks source link

ssh error while cloning docker repo example #64

Open Sudip7 opened 7 years ago

Sudip7 commented 7 years ago

working on week 39: Docker in my Ubuntu machine. Encountered with an ssh related error. Here are two StackOverflow links to share the similarity.

http://stackoverflow.com/questions/21255438/permission-denied-publickey-fatal-could-not-read-from-remote-repository-whil http://stackoverflow.com/questions/13509293/git-fatal-could-not-read-from-remote-repository

Though I could not find the solution yet, found one workaround .

precise command: git clone https://github.com/shekhargulati/taskman.git

please add this option to your readme file along with the original command

git clone git@github.com:shekhargulati/taskman.git