dstroot / skeleton

Node Express MongoDB Bootstrap Passport... all rolled up into juicy goodness
skeleton-app.jit.su
MIT License
370 stars 47 forks source link

Repo cloning does not work #18

Closed kokujin closed 10 years ago

kokujin commented 10 years ago

I tried to clone the repo according to the instructions

Cloning into 'skeleton'...
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
dstroot commented 10 years ago

Hmmm - could be a git configuration on your side. Are you able to clone other repositories?

kokujin commented 10 years ago

Yes, I can clone other repositories.

dstroot commented 10 years ago

Using this command?

git clone https://github.com/dstroot/skeleton.git

kokujin commented 10 years ago

Yes, copies from github On Jul 4, 2014 9:24 PM, "Dan Stroot" notifications@github.com wrote:

Using this command?

git clone https://github.com/dstroot/skeleton.git

— Reply to this email directly or view it on GitHub https://github.com/dstroot/skeleton/issues/18#issuecomment-48066698.

dstroot commented 10 years ago

I'm stumped! I clone it all the time - doing it right now in a docker container.

dudo commented 10 years ago

I was able to clone just fine, @kokujin ... are you sure you're not trying a command that pushes code into the repository? I can't see any other way that your public key would be involved.

kokujin commented 10 years ago

I'll try it again in an hour or two

On Mon, Jul 7, 2014 at 9:23 PM, Brett Dudo notifications@github.com wrote:

I was able to clone just fine, @kokujin https://github.com/kokujin ... are you sure you're not trying a command that pushes code into the repository? I can't see any other way that your public key would be involved.

— Reply to this email directly or view it on GitHub https://github.com/dstroot/skeleton/issues/18#issuecomment-48228301.

kokujin commented 10 years ago

Sadly, it still does not work. I can clone other repositories fine.

kokujin@zeus:~/research/skel_test$ git clone --depth=1 git@github.com:dstroot/skeleton.git
Cloning into 'skeleton'...
Warning: Permanently added the RSA host key for IP address '192.30.252.130' to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
kokujin commented 10 years ago

This worked! Thanks for your replies.

git clone https://github.com/dstroot/skeleton.git
dstroot commented 10 years ago

Glad to hear!

kokujin commented 10 years ago

Well, the cloning sort of worked. I just tried this on a MacBook pro, I could clone the repo but with an error message stating that I should one of the installation of one of the dependencies as root. It would have failed too.

kokujin commented 10 years ago

I presume the devs only clone the repo as root?