From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 57393 invoked by alias); 25 Sep 2019 02:35:20 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 57021 invoked by uid 89); 25 Sep 2019 02:35:19 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy=somebody X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 25 Sep 2019 02:35:18 +0000 Received: from [10.0.0.11] (unknown [192.222.164.54]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 06FEF1E512; Tue, 24 Sep 2019 22:35:16 -0400 (EDT) Subject: Re: [PATCH v2] gdb: CTF support To: Wei-min Pan , gdb-patches@sourceware.org References: <1564530195-27659-1-git-send-email-weimin.pan@oracle.com> <206312d5-cc32-15f0-dd20-25f8d7dbb369@oracle.com> <99d30cd3-4c97-2455-b9f1-f44290f136d8@simark.ca> <7a453cbb-de35-289a-7343-733825422980@oracle.com> From: Simon Marchi Message-ID: <2ee85185-546e-915b-ddb6-86c7440e1ef4@simark.ca> Date: Wed, 25 Sep 2019 02:35:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.0 MIME-Version: 1.0 In-Reply-To: <7a453cbb-de35-289a-7343-733825422980@oracle.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2019-09/txt/msg00478.txt.bz2 On 2019-09-24 10:03 p.m., Wei-min Pan wrote: > Hi Simon, > > Thanks for the info. But it didn't make any difference (: > > % git push upstream oracle/ctf:users/weimin/ctf > Permission denied (publickey). > fatal: Could not read from remote repository. > > Please make sure you have the correct access rights > and the repository exists. Hmm, I just tried it (branch users/simark/fortran) and it worked, and somebody else (Christian) did too. The error message suggests an SSH key problem. Are you able to fetch from upstream (git fetch upstream)? If not, then verify that you are using the right private key (the one that matches the public key you have uploaded on sourceware). Otherwise, feel free to use some other git host (though having a working access to sourceware is always a nice to have). Simon