Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fetching with wrong password produces wrong output #53

Open
bluenex opened this issue Aug 20, 2015 · 1 comment
Open

Fetching with wrong password produces wrong output #53

bluenex opened this issue Aug 20, 2015 · 1 comment

Comments

@bluenex
Copy link

bluenex commented Aug 20, 2015

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!


@qw3rtman
Copy link
Owner

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants