[Insight-developers] Problem with git hooks
Bill Lorensen
bill.lorensen at gmail.com
Sat Aug 21 10:34:51 EDT 2010
Folks,
I tried to commit to my local repo. I get the message:
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.
Following the instructions I get this when I try
git pull .. remotes/origin/hooks
fatal: Couldn't find remote ref remotes/origin/hooks
fatal: The remote end hung up unexpectedly
Bill
More information about the Insight-developers
mailing list