Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64164 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45049 invoked from network); 5 Dec 2012 22:02:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Dec 2012 22:02:42 -0000 Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.223.180 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.223.180 mail-ie0-f180.google.com Received: from [209.85.223.180] ([209.85.223.180:61836] helo=mail-ie0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0F/29-04278-184CFB05 for ; Wed, 05 Dec 2012 17:02:42 -0500 Received: by mail-ie0-f180.google.com with SMTP id c10so8421098ieb.25 for ; Wed, 05 Dec 2012 14:02:38 -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:date:x-google-sender-auth :message-id:subject:from:to:content-type:x-gm-message-state; bh=L8A+lZxxudP7xizgpz+sH+RpyMGGpXXMny8vQaePmbU=; b=ICY+H+S7o7Jc2lCvcPR5eG7Yek89NpQFuAbeGF5cMvo9GBoRCKJ/Q8np6BRBfWuSsJ xGaTkYL6n2ZhuTKotSpGAKt7xVTd09YjA9FbDUffd8ODXpDuiflqGzsYXkfY5O+/Ga7F KbHqKfk/esLlWhDbEHqNqpFm7ojOD6/Abv96YWnVolsMApfjZOty6BMBAIUxI/uPk9nX OPLpyvTXQEBcdSCzvhFy/k9mks2KLOG+ECQghssr09nlVsxK4sIy1Hv2AvkVnnKKYc27 53RCfpE2jqupoP4TzW1k8l9oLZLtElOur/KbZe4HSpDimRhhPe03cj5e01Uj0jiep3Sq L4Cw== MIME-Version: 1.0 Received: by 10.50.156.196 with SMTP id wg4mr3682599igb.25.1354744958503; Wed, 05 Dec 2012 14:02:38 -0800 (PST) Sender: php@golemon.com Received: by 10.64.21.193 with HTTP; Wed, 5 Dec 2012 14:02:38 -0800 (PST) X-Originating-IP: [98.210.180.187] Date: Wed, 5 Dec 2012 14:02:38 -0800 X-Google-Sender-Auth: mgXG0rS4q8RtzrkLzf44bmMYS-M Message-ID: To: PHP internals Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQl5C45htdsOKN4MfTuvZ8Ajb/CEOodwf28hIuOlQ57DLsngGtBB0fCi1oW8DDwHLz2/rdNX Subject: Git Access From: pollita@php.net (Sara Golemon) 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. -Sara