+ [2019-06-15T15:37:10Z] gunchyo Hi alll. Is there a way to do a full, complete git clone, including all exact commit changes and commit comments
+ [2019-06-15T15:37:16Z] gunchyo and all open and closed issues
+ [2019-06-15T17:37:45Z] R2robot issues aren't part of git, so you can't clone those via git
+ [2019-06-15T18:38:03Z] gunchyo i am looking at httrack to just make HTML copies
+ [2019-06-15T18:38:16Z] gunchyo thanks

message no. 173386

Posted by gunchyo in #github at 2019-06-15T18:38:16Z

thanks
+ [2019-06-16T00:27:58Z] dmartzol I was using git for the first time in my raspberry pi to clone a public repository and it gives me error 'Permission denied (publickey).'. Do I have to setup keys just for cloning a public repo?
+ [2019-06-16T00:28:54Z] R2robot shouldn't if you clone over https
+ [2019-06-16T00:29:34Z] R2robot dmartzol: what was the command you used?
+ [2019-06-16T00:29:54Z] dmartzol oh, I used git@github.com:...
+ [2019-06-16T00:30:34Z] dmartzol git clone git@github<username>/etc