About 103,000 results
Open links in new tab
  1. How to fix Git for Windows keeps asking for Github credentials

    Apr 6, 2023 · On Windows use manager-core and specify the provider. For github we want the github provider, Bitbucket has a bitbucket provider and there is a generic one for normal use. …

  2. Multiple GitHub accounts on the same computer? - Stack Overflow

    Oct 5, 2010 · Trying to work on both my actual "work" repos, and my repos on GitHub, from my computer. The work account was set up first, and everything works flawlessly. My …

  3. Where to store my Git personal access token? - Stack Overflow

    Is it necessary to store the personal access token somewhere locally on the machine after generating it in GitHub? If yes, is there any preferred way where it could be stored?

  4. 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 …

  5. github - How to remove git account from local machine and add …

    Apr 23, 2017 · 44 I have a github account which is configured in my windows pc. Now I have created a new Github account and want to use the new one. How will I remove my old account …

  6. How to fix "ssh: connect to host github.com port 22: Connection …

    Host github.com Hostname ssh.github.com Port 443 Then, run the command ssh -T [email protected] to confirm if the issue is fixed. According to this Sometimes, firewalls refuse to …

  7. github - How to re-authorize the OAuth Application 'Git Credential ...

    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 …

  8. How to update a GitHub access token via command line

    Dec 9, 2021 · 60 If you want to update your GitHub Personal Access Token in VSCode, you can install the GitHub Extension. You can also update your token via the command line. Note that …

  9. windows - Where is git.exe located? - Stack Overflow

    I have PyCharm and I am looking around trying to find git.exe to set it up with my repo. What is the PATH to git.exe?

  10. Git: Installing Git in PATH with GitHub client for Windows

    How do I install Git in my PATH when using the GitHub client for Windows? I'm running into errors because apparently Git is not installed in PATH. For example, using Atom, trying to install the Li...