[Insight-developers] Problem with git hooks
Brad King
brad.king at kitware.com
Mon Aug 23 09:47:40 EDT 2010
On 08/21/2010 11:06 AM, Bill Lorensen wrote:
> So it seems that the instructions given:
> -----------------------------------
> Please initialize your local Git hooks.
> Paste the following commands into a shell:
>
> cd "c:/lorensen/ProjectsGIT/ITK/.git/hooks"
> git init
> git pull .. remotes/origin/hooks
> cd ../..
>
> See http://www.itk.org/Wiki/Git/Hooks for more details.
> -----------------------------------
>
> are incorrect?
They've worked for developers in ParaView and VTK so far, and they
work for me with ITK. IIRC you even reported success on the VTK
list, at least with VTK.
>> git pull .. remotes/origin/hooks
>> fatal: Couldn't find remote ref remotes/origin/hooks
>> fatal: The remote end hung up unexpectedly
Let's diagnose the problem. What is the output of
cd "c:/lorensen/ProjectsGIT/ITK"
git for-each-ref refs/remotes/origin
?
Also, can you reproduce it in a fresh clone?
-Brad
More information about the Insight-developers
mailing list