Return-Path: X-Original-To: apmail-infrastructure-dev-archive@minotaur.apache.org Delivered-To: apmail-infrastructure-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1C0B9CAD2 for ; Mon, 24 Nov 2014 03:50:53 +0000 (UTC) Received: (qmail 93991 invoked by uid 500); 24 Nov 2014 03:50:53 -0000 Delivered-To: apmail-infrastructure-dev-archive@apache.org Received: (qmail 93841 invoked by uid 500); 24 Nov 2014 03:50:52 -0000 Mailing-List: contact infrastructure-dev-help@apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: infrastructure-dev@apache.org Delivered-To: mailing list infrastructure-dev@apache.org Received: (qmail 93829 invoked by uid 99); 24 Nov 2014 03:50:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Nov 2014 03:50:52 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10 tests=MIME_QP_LONG_LINE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of kurt.stam@gmail.com designates 209.85.216.176 as permitted sender) Received: from [209.85.216.176] (HELO mail-qc0-f176.google.com) (209.85.216.176) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Nov 2014 03:50:24 +0000 Received: by mail-qc0-f176.google.com with SMTP id i17so6255246qcy.21 for ; Sun, 23 Nov 2014 19:49:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=W5blwmGDs14zyNyAl/g6LHbFWiSamFkSai0XyQjvp1I=; b=gfUEbn0jgUPOf1VyxTomUTHj9bxO55+2XqJhJY7qSNx9QZBKi92mKcscf/+QCkz/Z7 +Oat6c14w2Efrp6IkHOtHyk5giLlFavmTY7zd35jgby7MP8R3BgKsTyHrOFScCNt6y4X lfM3KQmYoQjvNSeBtwop7bnsiLDhgSdvwPHvEo415uI8vE+kdsNhKl8t1uzCA/cwpAxR cDTvNH53JFHvwhxfWifYF4TEJYBjdY0tj2v3Lb6d8vdwjhGhThZBBmrKcIzvokwMgN1C njbtNpWfPoyBWqSj/kKM+8/8kBr3pzi1wTtBAKTrV1M4R0cA9WyLFZHuJXaSSSGE6rBy w5mg== X-Received: by 10.224.74.135 with SMTP id u7mr24842082qaj.67.1416800978649; Sun, 23 Nov 2014 19:49:38 -0800 (PST) Received: from [192.168.1.117] (pool-108-20-52-192.bstnma.fios.verizon.net. [108.20.52.192]) by mx.google.com with ESMTPSA id g66sm10884690qgf.37.2014.11.23.19.49.37 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 23 Nov 2014 19:49:37 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: Trouble pushing with git from Mac OS? From: Kurt Stam X-Mailer: iPhone Mail (12B436) In-Reply-To: Date: Sun, 23 Nov 2014 22:49:36 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: "infrastructure-dev@apache.org" X-Virus-Checked: Checked by ClamAV on apache.org You should not be using the http version of the git address but rather the o= ne that starts with 'git' if you want to use keys. That said if you use the h= ttp address it should keep prompting for a password and not give you a 500.=20= > On Nov 23, 2014, at 21:10, Alex O'Ree wrote: >=20 > Anyone else having issues pushing from a mac box? I keep getting getting > 500 error. I'm also a mac newb so that may be part of the problem ;) >=20 > I've followed the basics at https://git-wip-us.apache.org and I can clone > the repo, but I cannot commit. I've added my password and the gip-wip url= > added to the mac os keychain. >=20 > I've tried both from bash git command and from source tree and get the sam= e > error. >=20 > Pushing to https://git-wip-us.apache.org/repos/asf/juddi.git >=20 > fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/juddi.git= /': > The requested URL returned error: 500 >=20 >=20 > any help is appreciated, thanks