gg icon indicating copy to clipboard operation
gg copied to clipboard

Fetching with wrong password produces wrong output

Open bluenex opened this issue 8 years ago • 1 comments

Normally, when entering the wrong password, git fetch output should be

remote: Invalid username or password.
fatal: Authentication failed for ...

but gg f doesn't produce any error, only shows

[✔] Fetched!


bluenex avatar Aug 20 '15 09:08 bluenex

Hmm, this is strange as the error catching implementation for fetch() is identical to that of every other function. Perhaps git fetch does not return an error code if the fetch was not successfully completed?

qw3rtman avatar Oct 13 '15 03:10 qw3rtman