kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #43608
Re: Help with Gitlab, push failed to my fork
-
To:
Brian Piccioni <brian@xxxxxxxxxxxxxxxxxxxxx>, "kicad-developers@xxxxxxxxxxxxxxxxxxx" <kicad-developers@xxxxxxxxxxxxxxxxxxx>
-
From:
Mário Luzeiro <mrluzeiro@xxxxx>
-
Date:
Sat, 28 Mar 2020 19:37:11 +0000
-
Accept-language:
en-GB, en-US
-
Arc-authentication-results:
i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=ua.pt; dmarc=pass action=none header.from=ua.pt; dkim=pass header.d=ua.pt; arc=none
-
Arc-message-signature:
i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=1XmWkUFCR9a8tY5fHlMJX4DbXYDaL98lSBEHNAue3FY=; b=G4FsEj4pkCQbxo2hAAhy84kbD9L599+8SqS8yR+LqE7nK/vI/FmNjtIJoksAnPP3gb5dMFYigSKq5SRzN4dDLR7DGUyhZvUEoRLAgkMMEcE/sLMMdSldn3DgpSsw+RytWpl6lPccRepUmNO4mJ512j/ItMQtBI6Pz/9dOvkpOicdtTrDKgRaMkHcuVZhJwG2wy52qgy6YgLm5Q+M2tHwiM7IMsFzAOKbmaOSvJV5bSzJ/YGdXbFGJHP9PveO5qpXEcRxtsi8C2qQaapcvZMZl2rK0beMvOmngXQ2yLhYAaMfni2B7JlU/tucoj5Jvp0AgRqFjlGj/HDO8hN4GGdbqA==
-
Arc-seal:
i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=iWDA/A7jZj/q8Y+779Ft9JSEOAl1Ylm3d+Cx7TYjdKfQJoe4VQdYBmf742k61SoVD3io1+YIDcgKX3/rcNSKH0zF8M6bfA/RQ7qcLy7fHdHXHFkBt313+1lNVapO53wKLWnY8+D+kNK3yghr2vgHNkhFokmTO0tvKwed41UsjnOMzDKTDzTcPsLI361pUc38c4WP10zn6V8RHWFCYEWebcAVvylY/1uLINh807KnIrmCHBJzoUuTfxpVHF257vJ08pgV3tbqPpalQbbkhkFu/q+evCxAKO50d1jPUdlrIAugFdFUStGEW3gHHtg8XJ91m1lMO5Iq0B2oKaaz0EtapA==
-
Authentication-results:
spf=none (sender IP is ) smtp.mailfrom=mrluzeiro@xxxxx;
-
In-reply-to:
<a8ab3e38-5d15-d998-0f5e-468114efd2f6@documenteddesigns.com>
-
Thread-index:
AQHWBTSntnt2vAUiWEmVfaFMYT501qheYY8AgAACXqo=
-
Thread-topic:
[Kicad-developers] Help with Gitlab, push failed to my fork
Hi Brian,
The remote origin is correct, I was pushing to my branch address as I did other times.
It is pushing to 'git@xxxxxxxxxx: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.shuklin@xxxxxxxxxxxx' 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 'git@xxxxxxxxxx:KammutierSpule/kicad.git'
Mario
________________________________________
From: Kicad-developers <kicad-developers-bounces+mrluzeiro=ua.pt@xxxxxxxxxxxxxxxxxxx> on behalf of Brian Piccioni <brian@xxxxxxxxxxxxxxxxxxxxx>
Sent: 28 March 2020 19:20
To: kicad-developers@xxxxxxxxxxxxxxxxxxx
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@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help : https://help.launchpad.net/ListHelp
_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~kicad-developers
More help : https://help.launchpad.net/ListHelp
References