i fixed it by making sure my email address for the command matched the one i had in gitlab.yml
On Monday, July 14, 2014 12:08:59 PM UTC-4, Cory Dorning wrote: > > did you ever resolve this? having the same issue. :/ > > On Thursday, March 6, 2014 12:30:00 PM UTC-5, Stuart Milton wrote: >> >> Hi Zhang, >> >> I have done as you say, however the error still comes up!? >> >> To be clear, when I run *git config user.name <http://user.name>* it >> comes back with *GitLab*. >> When I run *git config user.email* it comes back with *gitlab@xxx* >> >> This is really confusing me now, I wish someone from gitlab was able to >> explain what the check actually does! >> >> >> >> On Tuesday, 7 January 2014 06:35:56 UTC, Zhang Yongle wrote: >>> >>> Hi Stuart, >>> >>> I don't know if this helps in your condition. >>> >>> I got the same problem when I was trying to install gitlab. >>> I switched to user git: >>> sudo su git >>> and then do the configuration: >>> git config --global user.name "GitLab" >>> git config --global user.email "gitlab@XXX" >>> >>> After that, everything works well. >>> >>> Regards, >>> Yongle >>> >>> On Friday, December 13, 2013 11:22:20 AM UTC-5, Stuart Milton wrote: >>>> >>>> Hey Toni, >>>> >>>> And everyone else, this is still causing me the same issue. I've even >>>> reinstalled the whole machine from scratch!!! >>>> >>>> Anymore ideas? >>>> >>>> Cheers, >>>> Stu >>>> >>> -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/gitlabhq/26a56588-34b3-40cd-a12c-dc8d5692f2de%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
