[Insight-developers] issues updating my local ITK repo

Matt McCormick matt.mccormick at kitware.com
Fri Jan 20 13:03:16 EST 2012


Hi Ziv,

If you do

  git remote -v

and it shows it is using the git protocol (uses a different port), e.g.

  origin git://itk.org/ITK.git

you may have better luck going through http,

  git remote set-url origin http://itk.org/ITK.git

Hope this helps,
Matt

On Fri, Jan 20, 2012 at 12:49 PM, Ziv Yaniv
<zyaniv at childrensnational.org> wrote:
> Hi all,
>
> I am trying to update my local ITK repo (I am on master and do "git pull")
> but am getting a connection refused:
>
> itk.org[0: 66.194.253.19]: errno=Connection refused
> fatal: unable to connect a socket (Connection refused)
>
>
> We have had issues with our network at children's so I'm not sure if this is
> due to a problem on our side or the server side.
>
> When I ping 66.194.253.19 everything is fine.
>
> I'd appreciate any help [I am trying to address a potential bug in the
> amoeba optimizer and would like to work with the latest environment].
>
>                        thanks
>                              Ziv
>
>
> --
> Ziv Yaniv, PhD.,
> Principal Investigator,
> The Sheikh Zayed Institute for Pediatric Surgical Innovation
> Children's National Medical Center
> 6th Floor Main Hospital, Room M7740
> 111 Michigan Ave., N.W
> Washington, D.C 20010
>
> Phone: 202-476-1288
> email: zyaniv at childrensnational.org
> web: http://isiswiki.georgetown.edu/zivy/
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://kitware.com/products/protraining.html
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-developers


More information about the Insight-developers mailing list