Wireshark-bugs: [Wireshark-bugs] [Bug 9864] [PATCH] packet-scsi.c small fixes (can't access git
Date: Mon, 10 Mar 2014 19:02:10 +0000

Comment # 3 on bug 9864 from
Not sure it worked: 
yanivk@vd-yanivk:~/wireshark (master)> git push
https://mykaul@code.wireshark.org/review/wireshark
warning: push.default is unset; its implicit value is changing in
Git 2.0 from 'matching' to 'simple'. To squelch this message
and maintain the current behavior after the default changes, use:

  git config --global push.default matching

To squelch this message and adopt the new behavior now, use:

  git config --global push.default simple

See 'git help config' and search for 'push.default' for further information.
(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode
'current' instead of 'simple' if you sometimes use older versions of Git)

Everything up-to-date
yanivk@vd-yanivk:~/wireshark (master)> git push
https://mykaul@code.wireshark.org/review/wireshark
HEAD:refs/for/master/packet-scsi-c
fatal: Authentication failed for
'https://mykaul@code.wireshark.org/review/wireshark/'
yanivk@vd-yanivk:~/wireshark (master)> git push
https://mykaul@code.wireshark.org/review/wireshark
HEAD:refs/for/master/packet-scsi-c
Total 0 (delta 0), reused 0 (delta 0)
remote: Processing changes: refs: 1, done    
To https://mykaul@code.wireshark.org/review/wireshark
 ! [remote rejected] HEAD -> refs/for/master/packet-scsi-c (no new changes)
error: failed to push some refs to
'https://mykaul@code.wireshark.org/review/wireshark'


You are receiving this mail because:
  • You are watching all bug changes.