About 7,210,000 results
Open links in new tab
  1. Does Git publicly expose my e-mail address? - Stack Overflow

    May 22, 2009 · GitHub has supported using an alternate "noreply" email address to author web-based commits for a while now. Starting today, there's another way to ensure you don't …

  2. Change email address in Git - Stack Overflow

    Jun 14, 2016 · 797 Locally set email-address (separately for each repository) Open Git Bash. Change the current working directory to the local repository in which you want to set your Git …

  3. Meaning of the GitHub message: push declined due to email …

    I have accepted and merged a pull request on GitHub, and now I cannot pull my commits any more. The message is: ! [remote rejected] master -> master (push declined due to email …

  4. gitlab - "Make sure you configure your 'user.email' and …

    Feb 26, 2019 · I tried setting user.name and user.email with the global flag, in the programfiles/git/bin, nothing worked, apart from @alelom's suggestion, thank you!: (1) Ensure …

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

    Generally, Visual Studio Code uses the GitHub credentials from the system's credential manager. It doesn't store it anywhere in the settings. As question says, Changing the Git user inside …

  6. github - How to see contributor's email address on Git commit …

    Mar 22, 2017 · 79 I can't see how to email a contributor on github after lengthy attempts, and google searches. Why does every beginners guide encourage us to immediately configure our …

  7. git - How do I change the author and committer name/email for …

    git config --global user.email "<[email protected]>" This is optional, but it will also make sure to reset the committer name, too, assuming that's what you need. To rewrite metadata for …

  8. github - Git: Set local user.name and user.email different for each ...

    Feb 10, 2017 · You can check your Git settings with: git config user.name && git config user.email If you are in a specific repo which you setup a new user/config for (different to global) then it …

  9. github - How to tell git to use the correct identity (name and email ...

    17 If you use git config user.email " [email protected] " it will be bound to the current project you are in. That is what I do for my projects. I set the appropriate identity when I clone/init the repo.

  10. Error "Your push would publish a private email address"

    May 9, 2017 · Open Terminal. Change the current working directory to the local repository where you want to configure the email address that you associate with your Git commits. Find your …