About 99,700 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. 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, …

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

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

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

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

  8. Github actions: set environment variable for Windows build with ...

    Mar 21, 2021 · An important thing to note for anyone coming here because they can't get an environment variable to set in PowerShell: If you set the variable and then get it in the same step, it …

  9. git - Clone a private repository (GitHub) - Stack Overflow

    I added a new SSH key to my GitHub account for the laptop and was successful in cloning and making changes to a public test repository that I set up. However, I couldn't clone the private repository.

  10. What is the difference between Git for Windows and Github Desktop ...

    Oct 30, 2015 · Git for Windows includes "Git BASH" (uses MINGW64) and "Git GUI" (git-gui). There is folder context menu (windows shell integration) to access these. Includes the latest release of git. It …