jlengstorf / learn-rollup

This is an example project to accompany a tutorial on using Rollup.
https://code.lengstorf.com/learn-rollup-js/
ISC License
191 stars 61 forks source link

`# Clone the repo` not working #13

Closed wellnoidea closed 7 years ago

wellnoidea commented 7 years ago

$ git clone git@github.com:jlengstorf/learn-rollup.git

will yield

Cloning into 'learn-rollup'...
[...]
Permission denied (publickey).
fatal: Could not read from remote repository.

$ git clone https://github.com/jlengstorf/learn-rollup works just fine

jlengstorf commented 7 years ago

That's weird. I've seen this in the past as well, but it seems to be almost arbitrary. I haven't dug into it, though. Does this happen with all repos that you don't own? Or just this one?

If it's all repos, maybe try the GitHub troubleshooting steps. Maybe your SSH key isn't being passed along?

I'm going to close this since it's more of a GitHub issue than an issue with this tutorial/codebase, but if you end up testing this out and figure anything out, I'd love to hear what you tried and what did/didn't work.