[vtk-developers] Can't push to VTKLargeData

Marcus D. Hanwell marcus.hanwell at kitware.com
Tue Feb 28 09:33:51 EST 2012


On Tue, Feb 28, 2012 at 8:39 AM, Philippe Pebay
<philippe.pebay at kitware.com> wrote:
> Hello all,
>
> When attempting to
>   git push origin master
> to VTKLargeData, I am receiving the following error:
>   fatal: The remote end hung up unexpectedly

It looks like an issue with the push url, what does

git remote -v

show you? If push is git:// for origin it will need modifying. The
http://www.vtk.org/Wiki/VTK/Git page describes the push and pull URLs
for the repositories, to set it use,

git config remote.origin.pushurl git at vtk.org:VTKLargeData.git

I don't see a quick line on doing this for the data repositories (and
it is not handled by the set up scripts). If that doesn't work ssh
git at vtk.org info will list who we identify you as and what
repositories you have privileges for.

Marcus



More information about the vtk-developers mailing list