I am new to sql Source control. I have linked a database to sql source control, with local repository folder. When I make any change, commit and push it , I get error as "Push rejected. expected committer name 'xy' but found 'x yabc'. When i commit and push from eclipse ide, I dont see any issue. Where do I need to change committer name for sql source control?
Comments
1 comment
-
Hi @manoop
Sounds like a Git configuration issue, I would advise looking at some of the steps in this page here: https://stackoverflow.com/questions/33008916/expected-committer-name-git-push-issue
Add comment
Please sign in to leave a comment.