[vtk-developers] Adding baselines to VTKData

Marcus D. Hanwell marcus.hanwell at kitware.com
Tue Nov 22 16:35:01 EST 2011


On Tue, Nov 22, 2011 at 4:31 PM, Bill Lorensen <bill.lorensen at gmail.com> wrote:
> Mine is correct I believe:
>        url = git://vtk.org/VTKData.git

No, you need the git@ variant that is authenticated.

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

That line would set it up to use the authenticated. Anything with
git:// is read-only.

Marcus



More information about the vtk-developers mailing list