On 29-11-2015 23:19, Paul Offord wrote:
Hi,

I’m trying to setup git so that I can submit a change to gerrit.
Although I can use git pull to update the code, when I try git review I get:

C:\Development\Wireshark>git review

bash: /dev/tty: No such device or address

error: failed to execute prompt script (exit code 1)

fatal: could not read Username for 'https://code.wireshark.org': Invalid
argument

I’m pretty sure this is an authentication issue.  I’ve set my SSH public
key in gerrit and an HTTPS password.  Details of the access are:

C:\Development\Wireshark>git remote -v

origin  https://code.wireshark.org/review/wireshark (fetch)

origin  https://code.wireshark.org/review/wireshark (push)

What should git remote –v look like if I have things setup correctly?

origin ssh://[email protected]:29418/wireshark (fetch)
origin ssh://[email protected]:29418/wireshark (push)
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <[email protected]>
Archives:    https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
            mailto:[email protected]?subject=unsubscribe

Reply via email to