+[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]gunchyoand all open and closed issues +[2019-06-15T17:37:45Z]R2robotissues aren't part of git, so you can't clone those via git +[2019-06-15T18:38:03Z]gunchyoi am looking at httrack to just make HTML copies +[2019-06-15T18:38:16Z]gunchyothanks
+[2019-06-16T00:27:58Z]dmartzolI 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]R2robotshouldn't if you clone over https +[2019-06-16T00:29:34Z]R2robotdmartzol: what was the command you used? +[2019-06-16T00:29:54Z]dmartzoloh, I used git@github.com:... +[2019-06-16T00:30:34Z]dmartzolgit clone git@github<username>/etc