About 60,200 results
Open links in new tab
  1. Accessing Windows Credential Manager from PowerShell

    Mar 17, 2015 · I'm using PowerShell 2.0 (necessary because of SP2010) On Windows Server 2008 R2. I need to retrieve credentials for a process from the Windows Credential Manager. I can't seem to …

  2. .NET Core: How to access Windows Credential Manager if running on ...

    Aug 2, 2021 · Now I'd like to go cross-platform. So I need to access the Windows Credential Manager from a .NET Core cross-platform application. If it's running on Windows - use the Credential …

  3. Use the windows credential manager in Java to get credentials for ...

    Dec 4, 2020 · At the moment we store the passwords in a plain text file to sign into git and other services. We want to finaly get rid of it and use the windows credential manager. The only problem …

  4. 'credential-manager' is not a git command - Stack Overflow

    Jul 14, 2023 · It seems something is wrong with your Windows Credential Manager. Try git config --global credential.helper store. It stores the username and password/token in ~/.git-credentials by …

  5. bash - Adding Git credentials on Windows - Stack Overflow

    Oct 23, 2017 · In windows Git's credential.store plugin which store the credentials in CredentialManager utility is named manager. In order to set it as credential store for git (if not already set) use below …

  6. Retrieving password from Windows Credential Manager using CMD

    Feb 12, 2015 · I am trying to add and retrieve credentials from Windows Credential Manager using a command prompt. To add a new credential, I have the command like below and it works perfectly: …

  7. How to use Git credential store on WSL (Ubuntu on Windows)?

    In that repository there are the following message: "The Git Credential Manager for Windows (GCM) provides secure Git credential storage for Windows. It's the successor to the Windows Credential …

  8. How to re-authorize the OAuth Application 'Git Credential Manager'

    Mar 29, 2021 · I fixed this with the following steps. Open Credential Manager in Windows and delete the existing credential for github.com Re-initialise the cred manager in git bash: git config --global …

  9. Git Credential Manager Not Found on WSL2 - Stack Overflow

    Jun 2, 2022 · I think git-credential-manager-core.exe has already been renamed git-credential-wincred.exe, but many tutorials on the internet are already deprecated because they gave us the old …

  10. Getting "fatal: Authentication failed" -error when ... - Stack Overflow

    Mar 16, 2017 · The password is stored in windows credential manager and needs to be updated. Open command prompt and enter the following command to view the list of stored passwords: rundll32.exe …