Unable to get metze's wireshark branch.

Michael Adam obnox at samba.org
Thu Jun 10 04:23:34 MDT 2010


Hi,

Jaideep Padhye wrote:
> 
> 
> I am not sure if this is the correct place to ask this
> question. If it isn't, I'll be grateful if you can redirect me
> to the correct mailer.  I wanted to try out metze's wireshark
> branch for decrypting kerberos AES traffic as per the
> instructions given on the wireshark wiki
> (http://wiki.samba.org/index.php/Wireshark_Keytab).  I'm
> getting following error:
> 
> 
> git clone git://git.samba.org/metze/wireshark/wip.git ws-metze-gsspai
> Initialized empty Git repository in /work/jpadhye/ws-metze-gsspai/.git/
> remote: Counting objects: 194949, done.
> remote: Compressing objects: 100% (40783/40783), done.
> remote: Total 194949 (delta 159143), reused 189682 (delta 153881)
> Receiving objects: 100% (194949/194949), 92.47 MiB | 1983 KiB/s, done.
> Resolving deltas: 100% (159143/159143), done.
> warning: remote HEAD refers to nonexistent ref, unable to checkout.
> 
> I checked the git forums and this doesn't seem like a git
> issue. Can someone fix this issue or suggest a workaround? 

This means that the clone of the repositopry has been created but
that no branch was checked out (because HEAD does not point
anywhere useful).

So after the clone, you just do

 $ cd ws-metze-gsspai
 $ git checkout -b ws-metze-gsspai origin/ws-metze-gsspai

and then you should have a working directory.

Cheers - Michael

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 206 bytes
Desc: not available
URL: <http://lists.samba.org/pipermail/samba-technical/attachments/20100610/35dd1802/attachment.pgp>


More information about the samba-technical mailing list