Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64165 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46803 invoked from network); 5 Dec 2012 22:14:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Dec 2012 22:14:08 -0000 Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.216.170 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.216.170 mail-qc0-f170.google.com Received: from [209.85.216.170] ([209.85.216.170:51169] helo=mail-qc0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 62/89-04278-C27CFB05 for ; Wed, 05 Dec 2012 17:14:08 -0500 Received: by mail-qc0-f170.google.com with SMTP id d42so3383620qca.29 for ; Wed, 05 Dec 2012 14:14:02 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding:x-gm-message-state; bh=sSF3EWIH16DfRpC9KHsSZyj5Tg6C6xhe7WTElVZhELM=; b=aVlzSyAbw6sOTTog/7CCVGQu/E9J2a3UutAzbFONWHd7g/N5GTtyikqWaAcEyBUZnE B5um9wsTzxZVkw7XF3WdW3V8t9JBj8xx1eVhA0SeWdmFxxWelN/h6Jg/nXuA7ymB9w/e MfQC3Mq6DlPEqdHHkztHrkZUwwRzsJdx9EymnYVjHHrif1BwjQ26N3iSzY5uEFEGuXuC LHHITY9ESSF/A7KW9ZMU8pIXjP1CJtwawYyDeXTntvLu/yKHqVEJyx7Qs9CdbZ0b9FGE A893Orcp+zJu0nciBEyNXFvCSD6aiQ7FM1xOuBY700uvheA70rRl8QbwCO8KN30FTWxD 0NEg== Received: by 10.49.74.198 with SMTP id w6mr23979680qev.57.1354745641849; Wed, 05 Dec 2012 14:14:01 -0800 (PST) Received: from [10.252.1.93] ([64.124.192.210]) by mx.google.com with ESMTPS id q14sm3625244qaa.15.2012.12.05.14.14.00 (version=SSLv3 cipher=OTHER); Wed, 05 Dec 2012 14:14:00 -0800 (PST) Message-ID: <50BFC727.8070107@lerdorf.com> Date: Wed, 05 Dec 2012 17:13:59 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Sara Golemon CC: PHP internals References: In-Reply-To: X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQnKFJUct6VibD1prBJ/asXvRDUEz4fLAGzACVkA8PpWjTKMyygkiACHA0ZzsRNkHghFUJkW Subject: Re: [PHP-DEV] Git Access From: rasmus@lerdorf.com (Rasmus Lerdorf) 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