[Kicad-developers] Help with Gitlab, push failed to my fork

2020-03-28 Thread Mário Luzeiro
Hi all, It worked all the time, now I cannot push to my fork on gitlab. I got this error: remote: GitLab: Author 'alexandr.shuklin biovitrum.ru' is not a member of team ! [remote rejected] master -> master (pre-receive hook declined) Looks it is related with this recent commit:

Re: [Kicad-developers] Help with Gitlab, push failed to my fork

2020-03-28 Thread Mário Luzeiro
Solved, thanks Seth! project > settings > repository and then push rules Then uncheck: Check whether author is a GitLab user Restrict commits by author (email) to existing GitLab user From: Kicad-developers on behalf of Seth Hillbrand Sent: 28 March

Re: [Kicad-developers] Help with Gitlab, push failed to my fork

2020-03-28 Thread Mário Luzeiro
Hi Brian, The remote origin is correct, I was pushing to my branch address as I did other times. It is pushing to 'g...@gitlab.com:KammutierSpule/kicad.git' git push Counting objects: 5674, done. Delta compression using up to 8 threads. Compressing objects: 100% (2789/2789), done. Writing

Re: [Kicad-developers] Help with Gitlab, push failed to my fork

2020-03-28 Thread Seth Hillbrand
On 2020-03-28 14:11, Mário Luzeiro wrote: Hi all, It worked all the time, now I cannot push to my fork on gitlab. I got this error: remote: GitLab: Author 'alexandr.shuklin biovitrum.ru' is not a member of team ! [remote rejected] master -> master (pre-receive hook declined) Looks it is

Re: [Kicad-developers] Help with Gitlab, push failed to my fork

2020-03-28 Thread Ian McInerney
I am able to push to branches on my fork with no problem, so I wonder if this is because you are trying to push to master. Try creating a new branch and pushing that to your personal fork. -Ian On Sat, Mar 28, 2020 at 7:11 PM Mário Luzeiro wrote: > Hi all, > It worked all the time, now I

Re: [Kicad-developers] Help with Gitlab, push failed to my fork

2020-03-28 Thread Brian Piccioni
Mario I don't know if this is your problem but some projects are set up to mirror the kicad source repository automatically (as mine was). In other words, remote origin did point like this origin  https://gitlab.com/kicad/code/kicad.git (fetch) origin  https://gitlab.com/kicad/code/kicad.git