Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64168 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60544 invoked from network); 5 Dec 2012 23:38:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Dec 2012 23:38:59 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.223.170 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.223.170 mail-ie0-f170.google.com Received: from [209.85.223.170] ([209.85.223.170:38362] helo=mail-ie0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 86/EB-04278-21BDFB05 for ; Wed, 05 Dec 2012 18:38:59 -0500 Received: by mail-ie0-f170.google.com with SMTP id k10so10192737iea.29 for ; Wed, 05 Dec 2012 15:38:56 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:x-originating-ip:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :x-gm-message-state; bh=7aTpbBUWjIvwh60akDx8erB3K3LVH3r3FnXM2MMBPvM=; b=AXQWh8KNSef5JKeTs5cRZbgTxqY/Zyyda/OQSP2zhWO+fvglAcDanNW70PP5TL5t+n 7IT02DKbGxlxXhwhVnVQs+ykOEBl7bkV6mI6Db2UASenIoPzT5lHbcGeGKwJ3QigSWUQ 2wqqPvyJ2SnhJcVGEENZaSveurhF5RDs9YXlXjk4RJ7ju6SSJAKpC92vv3UgSv17UHuI T86p3TKVUQxKng8TwzVGqUuRENbHnhpXBEAtiAaAGYfxYL8AWPhSlft5fCz4nhBaITXM N/15jVo5w/c/dYj1ZGaYtDyaobzP0uL8JWCI9RDDa4nDwB0YmgcudunFDyVI7X51UL92 xOww== MIME-Version: 1.0 Received: by 10.50.222.226 with SMTP id qp2mr3871574igc.74.1354750736193; Wed, 05 Dec 2012 15:38:56 -0800 (PST) Sender: php@golemon.com Received: by 10.64.21.193 with HTTP; Wed, 5 Dec 2012 15:38:56 -0800 (PST) X-Originating-IP: [98.210.180.187] In-Reply-To: <50BFC727.8070107@lerdorf.com> References: <50BFC727.8070107@lerdorf.com> Date: Wed, 5 Dec 2012 15:38:56 -0800 X-Google-Sender-Auth: 5DDv9R-w_JqD8nnqfcl_Tb2owrw Message-ID: To: Rasmus Lerdorf Cc: PHP internals Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQlvlm9YohPsjc69Q3FfFm6altom4wKyBxC+pYGPH8KXQcCbQBA21bprUgRcZGqHo5KfVE1I Subject: Re: [PHP-DEV] Git Access From: pollita@php.net (Sara Golemon) RTFMing is hard, thanks. :) remote: Welcome pollita. remote: Changesets accepted. Thank you for your contribution. remote: remote: Attempting to push to mirror git@github.com:php/php-src.git remote: Write failed: Broken pipe remote: fatal: The remote end hung up unexpectedly To https://git.php.net/push/php-src.git c058ed5..5ac3577 master -> master The push to git.php.net succeeded, but its push to github failed. Is there a process that deals with keeping the repos in sync in events like this? -Sara On Wed, Dec 5, 2012 at 2:13 PM, Rasmus Lerdorf wrote: > On 12/05/2012 05:02 PM, Sara Golemon wrote: >> It's been awhile since I last commited (pre git, in fact) and now I'm >> getting a failure during 'git push'. It asks for my password, I enter >> it, it asks again, I enter again, and I get a permission denied error. >> Do I need to do something to update my access? I've done a password >> change on master.php.net hoping that'd propagate out but still no >> love. > > See the "Using SSH" section of the Git FAQ - https://wiki.php.net/vcs/gitfaq > > You didn't add your ssh key. > > -Rasmus