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 2020 19:34
To: kicad-developers@lists.launchpad.net
Subject: Re: [Kicad-developers] Help with Gitlab, push failed to my fork

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 related with this recent commit:
> https://gitlab.com/kicad/code/kicad/-/commit/cf259758761d48628b7fbca91b1083e45b2fb34f
>
> Is that happening only to me? how can it be fixed?
>
> Mario

Hi Mario-

Please see GitLab support
https://gitlab.com/gitlab-com/support-forum/issues/1459 for the solution
to this issue in your repository.

Seth Hillbrand
KiCad Services Corporation
https://www.kipro-pcb.com
+1 530 302 5483 | +1 212 603 9372

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


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 objects: 100% (5674/5674), 1.91 MiB | 7.75 MiB/s, done.
Total 5674 (delta 4899), reused 3497 (delta 2875)
remote: Resolving deltas: 100% (4899/4899), completed with 1011 local objects.
remote: GitLab: Author 'alexandr.shuk...@biovitrum.ru' is not a member of team
To gitlab.com:KammutierSpule/kicad.git
 ! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'g...@gitlab.com:KammutierSpule/kicad.git'

Mario


From: Kicad-developers 
 on behalf of 
Brian Piccioni 
Sent: 28 March 2020 19:20
To: kicad-developers@lists.launchpad.net
Subject: Re: [Kicad-developers] Help with Gitlab, push failed to my fork

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 (push)

it pointed to

https://gitlab.com/bjpiccioni/kicad.git (fetch)

This caused all sorts of problems for me. In addition, Git stopped
mirroring forks (I might not be using the right term)

I had to switch over to origin as /kicad/kicad.git

Brian


On 2020-03-28 3:11 p.m., 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 related with this recent commit:
> https://gitlab.com/kicad/code/kicad/-/commit/cf259758761d48628b7fbca91b1083e45b2fb34f
>
> Is that happening only to me? how can it be fixed?
>
> Mario
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


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 related with this recent commit:
https://gitlab.com/kicad/code/kicad/-/commit/cf259758761d48628b7fbca91b1083e45b2fb34f

Is that happening only to me? how can it be fixed?

Mario


Hi Mario-

Please see GitLab support 
https://gitlab.com/gitlab-com/support-forum/issues/1459 for the solution 
to this issue in your repository.


Seth Hillbrand
KiCad Services Corporation
https://www.kipro-pcb.com
+1 530 302 5483 | +1 212 603 9372

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


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 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:
>
> https://gitlab.com/kicad/code/kicad/-/commit/cf259758761d48628b7fbca91b1083e45b2fb34f
>
> Is that happening only to me? how can it be fixed?
>
> Mario
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
>
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


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 (push)

it pointed to

https://gitlab.com/bjpiccioni/kicad.git (fetch)

This caused all sorts of problems for me. In addition, Git stopped 
mirroring forks (I might not be using the right term)


I had to switch over to origin as /kicad/kicad.git

Brian


On 2020-03-28 3:11 p.m., 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 related with this recent commit:
https://gitlab.com/kicad/code/kicad/-/commit/cf259758761d48628b7fbca91b1083e45b2fb34f

Is that happening only to me? how can it be fixed?

Mario
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp