+[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]sonOfRaSrPx_: sounds like your remotes are misconfigured +[2017-04-12T23:34:43Z]sonOfRagit remote -v will have something like https://github.com/srpx/repo +[2017-04-12T23:34:59Z]sonOfRaIt should be git@github.com:srpx/repo (or whatever the repository address is) +[2017-04-12T23:35:35Z]sonOfRagit remote set-url <remotename> git@github.com:srpx/repo should fix this.
Again, I don't know anything about this repo. I'm not involved in it at all.
+[2017-04-13T00:02:04Z]SrPx_sonOfRa: that was it, thanks! +[2017-04-13T02:30:06Z]PrestonLWanting 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]nchambersusing 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:03Z]ap4lmtreehi +[2017-04-13T06:25:43Z]ap4lmtreehow can i add a repository from the github website to github desktop?