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

    Login to your GitHub account in the browser and create a new repository Follow the instructions to add a sample file README.md into your repo and push the desired files

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

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

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

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

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

    Jun 28, 2020 · 119 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, and …

  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. visual studio code - How do I use VSCode Tunnels using only a …

    Nov 30, 2023 · On your home PC, you can start a tunnel with the code CLI with those commands: code tunnel user login --provider microsoft code tunnel The first command log you with a Microsoft …

  9. Where can I find the GitHub ID in my account? - Stack Overflow

    If you do have the GitHub Id but need to find the username / login you can do it like this with the List users endpoint: Subtract the id by 1 and run the following query.

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