About 100,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. So to setup …

  2. How to fix "ssh: connect to host github.com port 22: Connection timed ...

    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 allow SSH connections …

  3. 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 account, …

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

  5. How to add a github personal access token into windows credentials ...

    Jan 5, 2022 · How can i properly assign the new token to windows credential ? i did the same thing in macos : put the token in the keychain access and it works, no more filling user/pass manually. In …

  6. 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 this method …

  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 config --global …

  8. github - Git keeps prompting me for a password - Stack Overflow

    I've been using Git for a while now, but the constant requests for a password are starting to drive me up the wall. I'm using Mac OS X and GitHub, and I set up Git and my SSH keys as

  9. github - How to remove git account from local machine and add new ...

    Apr 24, 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 from my …

  10. github - Change Git repository directory location. - Stack Overflow

    I use Github Desktop for Windows and I wanted to move location of a repository. No problem if you move your directory and choose the new location in the software.