FWIW, I<span></span> have just been doing "git remote set-url origin <url from github error message>" and it has worked well and been easy. <div><br></div><div>Robby<br><br>On Tuesday, December 16, 2014, Sam Tobin-Hochstadt <<a href="mailto:samth@cs.indiana.edu">samth@cs.indiana.edu</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I think this is the case for everyone.<br>
<br>
I've used the `hub` [1] tool to address this. Once I have a checkout,<br>
if I need to push, I do:<br>
<br>
    $ hub remote add -p racket/typed-racket<br>
<br>
and then<br>
<br>
    $ git push racket<br>
<br>
Having an option to `raco pkg update` and `raco pkg install` to use<br>
the corresponding ssh URL for `--clone` would be nice, though, and I<br>
think it should be pretty easy to add. :)<br>
<br>
Sam<br>
<br>
On Tue, Dec 16, 2014 at 4:42 PM, Asumu Takikawa <<a href="javascript:;" onclick="_e(event, 'cvml', 'asumu@ccs.neu.edu')">asumu@ccs.neu.edu</a>> wrote:<br>
> Hi all,<br>
><br>
> I've been trying to adjust to the new package-split workflow now and<br>
> I've bumped into a small usability problem and I wanted to see if anyone<br>
> else has encountered this or if my config is just broken somehow.<br>
><br>
> On a fresh build of Racket, if I do the following:<br>
>   raco pkg update --clone typed-racket<br>
><br>
> it will install TR from github and reinstall. An excerpt from the config<br>
> for that git repo looks like this:<br>
><br>
>   [remote "origin"]<br>
>           url = git://<a href="http://github.com/racket/typed-racket/" target="_blank">github.com/racket/typed-racket/</a><br>
><br>
> The problem is that this URL is not as useful as it could be because<br>
> github won't let you push to it (at least I can't seem to). The<br>
> corresponding SSH URL "git@github.com:racket/typed-racket.git" lets me<br>
> push.<br>
><br>
> Is this something other people have encountered or is there some git<br>
> config that I should fix on my end?<br>
><br>
> Cheers,<br>
> Asumu<br>
> _________________________<br>
>   Racket Developers list:<br>
>   <a href="http://lists.racket-lang.org/dev" target="_blank">http://lists.racket-lang.org/dev</a><br>
_________________________<br>
  Racket Developers list:<br>
  <a href="http://lists.racket-lang.org/dev" target="_blank">http://lists.racket-lang.org/dev</a><br>
</blockquote></div>