Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] error initializing git review

From: Ed Beroset <beroset@xxxxxxxxxxxxxx>
Date: Thu, 5 Feb 2015 13:02:12 -0500 (GMT-05:00)
Graham Bloice wrote:
>On 5 February 2015 at 17:48, Ed Beroset <beroset@xxxxxxxxxxxxxx> wrote:
>

>> Problems encountered installing commit-msg hook
>> The following command failed with exit code 104
>>     "GET https://beroset@xxxxxxxxxxxxxxxxxx/tools/hooks/commit-msg";
>> -----------------------
[...]

>>
>> I don't really know how to go about troubleshooting this since I haven't
>> ever used it and don't know what it's supposed to do.  If it's relevant,
>> I'm behind a corporate firewall that forces me to use https: instead of
>> ssh: Any clues?
>
>Is the URL correct?  

I have no idea.

>Shouldn't it be
>https://beroset@xxxxxxxxxxxxxxxxxx/wireshark/tools/hooks/commit-msg
>
>What does git remote -v show?

origin	https://beroset@xxxxxxxxxxxxxxxxxx/review/wireshark (fetch)
origin	https://beroset@xxxxxxxxxxxxxxxxxx/review/wireshark (push)

Ed