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

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

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

  4. How to add a github personal access token into windows …

    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 …

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

  6. How to solve Permission denied (publickey) error when using Git?

    But since that's your own repo, GitHub may display SSH URL if that's your preference. In this situation, if your remote host's public key is not in your GitHub SSH Keys, your access will be …

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

  8. How to remove github login popup asking for credentials?

    Dec 27, 2020 · and my password for github in .git-credentials. Every time I push to my remote repository Github login pops up asking me for my credentials. And when I cancel it everything …

  9. What is the difference between Git for Windows and Github …

    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 …

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