
For more information, see "Adding an email address to your GitHub account. Git config -global user.email the email address to your account on GitHub, so that your commits are attributed to you and appear in your contributions graph. $ git config -global user.email that you have set the email address correctly in Git: You can use your GitHub-provided no-reply email address or any email address. Setting your email address for every repository on your computer I went to: and checked settings then changed my email in Visual Studio/local computer ! main -> main (push declined due to email privacy restrictions) If you want to fetch and merge the associated changes into your local branch, then you can select one of the merge. This will fetch the remote for your currently checked out branch. Remote: You can make your email public or disable this protection by visiting: If GitKraken Client has not automatically fetched changes, simply click the Pull button in the top toolbar and select the Fetch option from the dropdown menu. Remote: error: GH007: Your push would publish a private email address. Remote: Resolving deltas: 100% (11/11), completed with 10 local objects. Then go to Visual Studio, where your repositories should be back, and all sync/push/pull should work without issues. Run the git status and git fetch commands to validate that it works from the command line. Then git config -l (executed from any git repo) should return only this: Files/Git/mingw64/ssl/certs/ca-bundle.crt Git config -global -unset difftool.prompt Git config -global -unset mergetool.prompt Git config http.sslcainfo "C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt" I had to execute these additional lines to clean the Git global configuration after step 4: git config -global credential.helper wincred I'm not sure why this is happening, and I also don't know if Microsoft are planning to resolving this issue.
#Gitkraken fetch failed for origin update
I have also noticed that every time I update Visual Studio, this problem pops back up, and I have to go through the steps in some of the answers below to get Git working again. It seems that this issue has gotten far more recognition that I thought it would which leads me to believe that this is an issue with how Visual Studio is dealing with Git. Visual Studio 2015 Enterprise Edition (EE) and CE work completely fine for me.
Has anyone else noticed this? It's happened on two of my machines so far.
#Gitkraken fetch failed for origin windows
I installed Git for Windows on the Visual Studio 2017 installer and not only is it failing to work with VSTS, I am unable to work with any of my GitHub repositories too. I can see all my projects and repositories, but when I attempt to pull/fetch/push any changes I get the following error: Error encountered while pushing to the remote repository: Git failed with a fatal error.Īnd accordingly for the fetch and pull commands too. I am using Visual Studio 2017 Community Edition (CE), and I have signed into my Microsoft account and I am connected to VSTS.
