GitHub error gh007 with SQL Source Control
JoshB
Posts: 2 New member
We recently switched from TFS to GitHub for our SQL repo. My account in GitHub has both "Keep my email address private" and "Block command line pushes that expose my email" turned on. It says it will use a GitHub no-reply email instead of my private email anywhere my email would appear.
I'm able to use GitHub with a dozen other repos in our account without issue. But when I try to seed our GitHub repo for objects in our SQL Server, I receive this error:
remote: error: GH007: Your push would publish a private email address.
If I turn off "Block command line pushes that expose my email", I don't receive this error. But I can't tell why it would be adding my private email to any push, or why this push would warn me, but not other GH pushes in other repos tied to the same GH user name and email address.
I'm able to use GitHub with a dozen other repos in our account without issue. But when I try to seed our GitHub repo for objects in our SQL Server, I receive this error:
remote: error: GH007: Your push would publish a private email address.
If I turn off "Block command line pushes that expose my email", I don't receive this error. But I can't tell why it would be adding my private email to any push, or why this push would warn me, but not other GH pushes in other repos tied to the same GH user name and email address.
Tagged:
Best Answer
-
DanC Posts: 637 Gold 5Hi @JoshB
Have you had a look at the following page? https://stackoverflow.com/questions/43863522/error-your-push-would-publish-a-private-email-addressKind regards
Dan Calver | Redgate Software
Have you visited our Help Center?
Answers