From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Marcin Borkowski Newsgroups: gmane.emacs.devel Subject: Re: Request for write permissions Date: Wed, 29 Mar 2017 08:21:47 +0200 Message-ID: <87vaqsob5w.fsf@jane> References: <8760jk5l2i.fsf@jane> <871sthpotr.fsf@jane> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1490768557 19382 195.159.176.226 (29 Mar 2017 06:22:37 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 29 Mar 2017 06:22:37 +0000 (UTC) User-Agent: mu4e 0.9.19; emacs 26.0.50 Cc: John Wiegley , Emacs developers , Phillip Lord To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 29 08:22:33 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ct6zx-0003w7-DI for ged-emacs-devel@m.gmane.org; Wed, 29 Mar 2017 08:22:25 +0200 Original-Received: from localhost ([::1]:56822 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ct703-000632-7o for ged-emacs-devel@m.gmane.org; Wed, 29 Mar 2017 02:22:31 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38474) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ct6zU-000612-Hj for emacs-devel@gnu.org; Wed, 29 Mar 2017 02:21:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ct6zS-0007ct-5r for emacs-devel@gnu.org; Wed, 29 Mar 2017 02:21:56 -0400 Original-Received: from mail.mojserwer.eu ([195.110.48.8]:50205) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ct6zR-0007ck-VR for emacs-devel@gnu.org; Wed, 29 Mar 2017 02:21:54 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by mail.mojserwer.eu (Postfix) with ESMTP id 48431E69D3; Wed, 29 Mar 2017 08:21:53 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail.mojserwer.eu Original-Received: from mail.mojserwer.eu ([127.0.0.1]) by localhost (mail.mojserwer.eu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3lhm80APEyGY; Wed, 29 Mar 2017 08:21:48 +0200 (CEST) Original-Received: from localhost (static-dwadziewiec-jedenpiec7.echostar.pl [109.232.29.157]) by mail.mojserwer.eu (Postfix) with ESMTPSA id 20CFCE6819; Wed, 29 Mar 2017 08:21:48 +0200 (CEST) In-reply-to: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.110.48.8 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:213478 Archived-At: On 2017-03-28, at 15:03, Andreas Schwab wrote: > On M=C3=A4r 28 2017, "Phillip Lord" wrote: > >> On Tue, March 28, 2017 12:29 pm, Marcin Borkowski wrote: >> >>> Thanks. I got the email telling me that I was granted the permission= s, >>> however, it seems I cannot push. Here's what I did (using Magit): >>> >>> git push -v origin fix-21072-patch:refs/heads/fix-21072-patch >>> >>> Pushing to git://git.savannah.gnu.org/emacs.git >>> Looking up git.savannah.gnu.org ... done. >>> Connecting to git.savannah.gnu.org (port 9418) ... 208.118.235.201 do= ne. >>> fatal: remote error: access denied or repository not exported: /emacs= .git >>> >>> >>> Am I doing something wrong? >> >> git clone @git.sv.gnu.org:/srv/git/emacs.git > > git remote set-url origin ssh://git.sv.gnu.org/srv/git/emacs Out of curiosity: would making such change "in the middle of work" (i.e., after cloning, some fetching etc.) disrupt anything? I guess not, but I'm not sure. Thanks, --=20 Marcin Borkowski