We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Smart-pull is stalling after I successfully authenticate.
$ git smart-pull - Starting: smart-pull on branch 'master' - Executing: git fetch origin Username for 'https://github.com': mrazzari Password for 'https://[email protected]':
I have multiple users on this Ubuntu machine. User A gets stuck here. But for user B, or for root, things work perfectly.
So it looks like a permissions or user config issue...
How can I debug this? (Debug mode, verbose param, or where to add some "print" statements? etc).
The text was updated successfully, but these errors were encountered:
So, after diffing the git configs for user A and B, this one turned out to be the problem: credential.helper=cache --timeout=43200
credential.helper=cache --timeout=43200
I "fixed" it by removing it from my config... git config --global --unset credential.helper
git config --global --unset credential.helper
Leaving the issue open in case you want to provide a workaround / fallback / warning for this pretty common setting.
Sorry, something went wrong.
No branches or pull requests
Smart-pull is stalling after I successfully authenticate.
I have multiple users on this Ubuntu machine.
User A gets stuck here.
But for user B, or for root, things work perfectly.
So it looks like a permissions or user config issue...
How can I debug this?
(Debug mode, verbose param, or where to add some "print" statements? etc).
The text was updated successfully, but these errors were encountered: