+ [2017-04-12T23:17:44Z] SrPx_ Also, it asks my user/password, it shouldn't ask anything as I have the keys set up.
+ [2017-04-12T23:34:31Z] sonOfRa SrPx_: sounds like your remotes are misconfigured
+ [2017-04-12T23:34:43Z] sonOfRa git remote -v will have something like https://github.com/srpx/repo
+ [2017-04-12T23:34:59Z] sonOfRa It should be git@github.com:srpx/repo (or whatever the repository address is)
+ [2017-04-12T23:35:35Z] sonOfRa git remote set-url <remotename> git@github.com:srpx/repo should fix this.

message no. 167417

Posted by Dougie187 in #github at 2017-04-12T20:16:22Z

NP. Glad I could help
+ [2017-04-13T00:02:04Z] SrPx_ sonOfRa: that was it, thanks!
+ [2017-04-13T02:30:06Z] PrestonL Wanting to clone a project with the pull request in there, tried "git clone -b pr/123 git://project/path.git" but says branch not find, cloned the master and ran "git branch -r" How would I clone the project with the pull request? I am not the owner of the project.
+ [2017-04-13T05:17:37Z] nchambers using octokit-ruby, does anyone know what api call I can make to show all of the events that user sees on the initial dashboard?
+ [2017-04-13T06:25:43Z] ap4lmtree how can i add a repository from the github website to github desktop?