We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: