About 50 results
Open links in new tab
  1. How do I log in using the Git terminal? - Stack Overflow

    git credential-manager reject would actually sign the user out, but it has since been changed to erase. Documentation about command line usage is available on the project's github page.

  2. github - Configuring user and password with Git Bash - Stack Overflow

    I am using Git Bash on Windows 7. We are using GitHub as our repository origin. Every time I push or pull I have to provide user and password credentials. I know that my SSH keys are set up correc...

  3. authentication - How can I "login" to git? - Stack Overflow

    Jun 13, 2019 · You don't login to Git. You do login to a Git repository hosting server, which requests an authentication, but Git itself has no authentication nor authorization. (As an example of a Git …

  4. Log in to GitHub from the command line with multiple accounts

    The only way I managed to push right now is by specifying the username: password@github.com / in the URL in the git push command.

  5. Changing the Git user inside Visual Studio Code - Stack Overflow

    It doesn't store it anywhere in the settings. As question says, Changing the Git user inside Visual Studio Code, is not inside rather outside. Search for or go to Credential Manager (Windows control panel) …

  6. How do I implement social login with GitHub accounts?

    Apr 4, 2022 · The back-end, while polling GitHub every few seconds as previously mentioned, receives the access_token and refresh_token, and as mentioned while describing the "web app flow", sends a …

  7. I have 2 GitHub accounts. How can I use both when I am working in VS ...

    Jun 28, 2020 · It will let you choose between signing in with Microsoft or GitHub. With this login, you can choose either, but I by far prefer to use my GitHub account, as I use Linux. Depending on what you …

  8. GitHub API get user's last login - Stack Overflow

    Jan 24, 2017 · Neither the GitHub User API nor Event API would include that information. I suspect a user's last login time is considered "private", meaning you are not suppose to know when a user last …

  9. Get the login of a user that issued a comment on GitHub actions

    Oct 30, 2022 · I made a test with this workflow generating the following workflow run after adding a comment to an ISSUE. According to the Github context of this event (cf body below) it seems you …

  10. GitHub Copilot - please login to github and try again

    Aug 5, 2022 · I have already done the following: Authenticated GitHub Copilot with my GitHub user and password. Allowed GitHub Copilot in GitHub account profile. Restarted the IDE multiple times after …