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

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

    Jun 28, 2020 · I have 2 different GitHub accounts: A personal account for my own needs, and a company GitHub account that I manage. I use V.S. Code for both company & personal projects, …

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

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

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

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

  9. How to change Github user for Github Copilot in IntelliJ

    Sep 17, 2024 · I accidently logged into wrong github user for activating GitHub Copilot. I am not able to switch and continue to validate against the same user. Neither restart nor reinstall plugin helps here.

  10. git - How do I check my github settings or who I'm signed in as on my ...

    May 23, 2016 · My friend set up my github for me and cloned a project onto my desktop. I want to see what is my profile name on the Github account he gave me. Is there a command to do that?