I have setup GitforWindows in my Windows 7 64Bit pretty well with Credential manager as "Wincred".
Yet when I run some commands like git remote prune origin
in GitBash, it gives following error in console, though runs the command:
Failed to load advapi32.dll
Why is that ? If there is something need to be done with Credential manager settings, then I need full explanation of how to do those settings and what each setting means.
Note: This problem I have only with some commands, other commands are running just fine without any errors.
If you are using the latest Git for Windows, make sure to set your credential helper to manager, not WinCred (which was obsoleted some times ago)
That will use the GCM (Git-Credential-Manager-for-Windows).
As mentioned here: