Skip to content

'git: 'credential-Advanced' is not a git command. #756

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

Closed
maybeec opened this issue May 19, 2018 · 1 comment
Closed

'git: 'credential-Advanced' is not a git command. #756

maybeec opened this issue May 19, 2018 · 1 comment

Comments

@maybeec
Copy link

maybeec commented May 19, 2018

Based on the winstore configuration as specified here: https://stackoverflow.com/a/18286076
I get

Python\Python36\lib\site-packages\git\cmd.py", line 820, in execute
    raise GitCommandError(command, status, stderr_value, stdout_value)
git.exc.GitCommandError: Cmd('git') failed due to: exit code(1)
  cmdline: git pull
  stderr: 'git: 'credential-Advanced' is not a git command. See 'git --help'.
You are not currently on a branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.

    git pull <remote> <branch>

I did not reconfigure anything manually, just installing winstore.
The global .gitconfig contains

[credential]
	helper = Advanced

I do not have any issues with git on my machine using it in my daily work.

Context: Win 7 x64, Python 3.6.2

@maybeec
Copy link
Author

maybeec commented May 19, 2018

I manually fixed it by setting the helper to manager.

@maybeec maybeec closed this as completed May 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant