<div dir="ltr"><div>Hi Regina,</div><div><br></div><div>I think our g script only works on Cygwin but not in the Git for windows. (I run into the same issue, earlier):</div><div><br></div><div><a href="https://opengrok.libreoffice.org/xref/core/g?r=cd013e66&mo=3121&fi=108#108">https://opengrok.libreoffice.org/xref/core/g?r=cd013e66&mo=3121&fi=108#108</a></div><div>
<p>$ ./g -z</p>
<p>Your hooks not right, solve this in cygwin with</p>
<p>./g -z</p><p>Some additional info:<br></p>
<p>This is because under Windows, common users do not have permission to create links:</p>
<p><a href="https://superuser.com/questions/129299/got-not-sufficient-privileges-message-in-cmd-when-logged-on-as-administrator" class="external">https://superuser.com/questions/129299/got-not-sufficient-privileges-message-in-cmd-when-logged-on-as-administrator</a></p>
<p>.git-hooks/README recommends to run the following  as admin:</p>
<p>When you using GIT for Windows, you need Windows links</p>
<p>Open a Dos-Box with admin rights then</p>
<p>cd .git/hooks</p>
<p>FOR /F " usebackq " %i IN (<code>dir /b ..\..\.git-hooks</code>) DO del /as /f %i & del %i & mklink %i .....git-hooks%i</p>
<p>However, if I run this as a common user from cmd with a /J switch added
 to mklink, that one succeeds and creates the same type of links as 
cygwin. So integrating this into the g script could help on this issue.</p><p><br></p><p>Best,</p><p>Balázs<br></p>

</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Regina Henschel <<a href="mailto:rb.henschel@t-online.de">rb.henschel@t-online.de</a>> ezt írta (időpont: 2024. okt. 24., Cs, 15:52):<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Michael,<br>
<br>
Michael Weghorn schrieb am 24.10.2024 um 14:20:<br>
> Hi Regina,<br>
> <br>
> On 2024-10-24 00:01, Regina Henschel wrote:<br>
>> I still on getting build with WSL correct.<br>
>><br>
>> Using command<br>
>> $ make<br>
>> I get the error message<br>
>> Your hooks not right, solve this in cygwin with<br>
>>     ./g -z<br>
>><br>
>> But I'm not in cygwin and using ./g -z only repeats the error message.<br>
>><br>
>> Nevertheless, command make works. Can I ignore this error message or <br>
>> what do I need to do?<br>
> Does following the steps described in `.git-hooks/README` help?<br>
> (I'd first try the "GIT for Windows" case for a WSL setup.)<br>
<br>
No, those does not help.<br>
<br>
Kind regards,<br>
Regina<br>
<br>
</blockquote></div>