public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
* Add access to the GCC repository
@ 2019-11-05  2:19 Bin Bin NL Lv
  2019-11-05  2:32 ` Christopher Faylor
  0 siblings, 1 reply; 6+ messages in thread
From: Bin Bin NL Lv @ 2019-11-05  2:19 UTC (permalink / raw)
  To: overseers; +Cc: mrmeissn


Hi dear,

May I have the access for the GCC repository, thanks very much.

Account: shlb@sourceware.org
Sponsor: Michael R Meissner (mrmeissn@us.ibm.com)


Best Regards,

Binbin Lv (吕彬彬)
IBM China Systems & Technology Lab (CSTL)
Address: Building A1, 55 Chuanhe Road, Zhangjiang, Pudong New District,
Shanghai 201210, China
Email: shlb@cn.ibm.com
Mobile Phone: (86)18818203413

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Add access to the GCC repository
  2019-11-05  2:19 Add access to the GCC repository Bin Bin NL Lv
@ 2019-11-05  2:32 ` Christopher Faylor
  2020-03-11  6:11   ` Bin Bin NL Lv
  2020-03-11  7:00   ` Bin Bin NL Lv
  0 siblings, 2 replies; 6+ messages in thread
From: Christopher Faylor @ 2019-11-05  2:32 UTC (permalink / raw)
  To: Bin Bin NL Lv; +Cc: overseers, mrmeissn

On Tue, Nov 05, 2019 at 10:18:05AM +0800, Bin Bin NL Lv wrote:
>May I have the access for the GCC repository, thanks very much.
>
>Account: shlb@sourceware.org
>Sponsor: Michael R Meissner (mrmeissn@us.ibm.com)

You were given access to the gcc repository when you requested it via
the form.  Mail was sent to you informing you of that fact on Nov 4,
6:31 AM UTC.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: Add access to the GCC repository
  2019-11-05  2:32 ` Christopher Faylor
@ 2020-03-11  6:11   ` Bin Bin NL Lv
  2020-03-11 13:24     ` Frank Ch. Eigler
  2020-03-11  7:00   ` Bin Bin NL Lv
  1 sibling, 1 reply; 6+ messages in thread
From: Bin Bin NL Lv @ 2020-03-11  6:11 UTC (permalink / raw)
  To: Christopher Faylor; +Cc: overseers


[-- Attachment #1.1: Type: text/plain, Size: 1594 bytes --]

Hi,

I am really sorry to disturb you.

when I want to access to gcc repository, it reports permission denied
error.

~$ git clone git+ssh://shlb@gcc.gnu.org/git/gcc.git gcc
Cloning into ‘gcc’...
Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.

:~$ ssh shlb@gcc.gnu.org
Permission denied (publickey,gssapi-keyex,gssapi-with-mic).

And I think maybe I forgot the key, and tried different machines I used,
but
it all failed.

So may I have your great help to update the key to the attached one?

Thanks very much for your great help.

(See attached file: id_rsa.pub)

Best Regards,

Binbin Lv (吕彬彬)
IBM China Systems & Technology Lab (CSTL)
Address: Building A1, 55 Chuanhe Road, Zhangjiang, Pudong New District,
Shanghai 201210, China
Email: shlb@cn.ibm.com
Mobile Phone: (86)18818203413



From:	Christopher Faylor <cgf-use-the-mailinglist-please@gnu.org>
To:	Bin Bin NL Lv <shlb@cn.ibm.com>
Cc:	overseers@gcc.gnu.org, mrmeissn@us.ibm.com
Date:	2019/11/05 10:32 AM
Subject:	[EXTERNAL] Re: Add access to the GCC repository



On Tue, Nov 05, 2019 at 10:18:05AM +0800, Bin Bin NL Lv wrote:
>May I have the access for the GCC repository, thanks very much.
>
>Account: shlb@sourceware.org
>Sponsor: Michael R Meissner (mrmeissn@us.ibm.com)

You were given access to the gcc repository when you requested it via
the form.  Mail was sent to you informing you of that fact on Nov 4,
6:31 AM UTC.





[-- Attachment #1.2: graycol.gif --]
[-- Type: image/gif, Size: 105 bytes --]

[-- Attachment #2: id_rsa.pub --]
[-- Type: application/octet-stream, Size: 414 bytes --]

ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrCcVO4+mHeX4af5Vqhd2fp1hF1EOPm2MgDhGxtxQ+BpeKQNhVRuJ/HGH/Wbo88w7+9gQvzg2uV7pjAU0N2ysUKvqdT+gYKZrma8YK/T9aAsb3eG3RB2KMii5Xin9rPfz1SZCDPcT84zRVS9te+YQmNqjjs8NHa/w4DkYRHZw1RPpPd1ts5waqe6HYZO08n/N0Glh88D2hjMeZt8LcFfK4qhF7jGZkcfT8i7hQ518KPc/KmOGXr/kMv6jkWry0QAaM2DhdYC3pAokThXMLxB9mMWo2SWR0mX9+vKpXKImQXfH1LfZaBQ7GcRr2AF9SJMoMzEHx4i9HG6IUSABwriY7 shlb@willow2.pok.stglabs.ibm.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: Add access to the GCC repository
  2019-11-05  2:32 ` Christopher Faylor
  2020-03-11  6:11   ` Bin Bin NL Lv
@ 2020-03-11  7:00   ` Bin Bin NL Lv
  1 sibling, 0 replies; 6+ messages in thread
From: Bin Bin NL Lv @ 2020-03-11  7:00 UTC (permalink / raw)
  To: overseers


[-- Attachment #1.1: Type: text/plain, Size: 1599 bytes --]

Hi dear,

I am really sorry to disturb you.

when I want to access to gcc repository, it reports permission denied
error.

~$ git clone git+ssh://shlb@gcc.gnu.org/git/gcc.git gcc
Cloning into ‘gcc’...
Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.

:~$ ssh shlb@gcc.gnu.org
Permission denied (publickey,gssapi-keyex,gssapi-with-mic).

And I think maybe I forgot the key, and tried different machines I used,
but
it all failed.

So may I have your great help to update the key to the attached one?

Thanks very much for your great help.

(See attached file: id_rsa.pub)

Best Regards,

Binbin Lv (吕彬彬)
IBM China Systems & Technology Lab (CSTL)
Address: Building A1, 55 Chuanhe Road, Zhangjiang, Pudong New District,
Shanghai 201210, China
Email: shlb@cn.ibm.com
Mobile Phone: (86)18818203413



From:	Christopher Faylor <cgf-use-the-mailinglist-please@gnu.org>
To:	Bin Bin NL Lv <shlb@cn.ibm.com>
Cc:	overseers@gcc.gnu.org, mrmeissn@us.ibm.com
Date:	2019/11/05 10:32 AM
Subject:	[EXTERNAL] Re: Add access to the GCC repository



On Tue, Nov 05, 2019 at 10:18:05AM +0800, Bin Bin NL Lv wrote:
>May I have the access for the GCC repository, thanks very much.
>
>Account: shlb@sourceware.org
>Sponsor: Michael R Meissner (mrmeissn@us.ibm.com)

You were given access to the gcc repository when you requested it via
the form.  Mail was sent to you informing you of that fact on Nov 4,
6:31 AM UTC.





[-- Attachment #1.2: graycol.gif --]
[-- Type: image/gif, Size: 105 bytes --]

[-- Attachment #2: id_rsa.pub --]
[-- Type: application/octet-stream, Size: 414 bytes --]

ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrCcVO4+mHeX4af5Vqhd2fp1hF1EOPm2MgDhGxtxQ+BpeKQNhVRuJ/HGH/Wbo88w7+9gQvzg2uV7pjAU0N2ysUKvqdT+gYKZrma8YK/T9aAsb3eG3RB2KMii5Xin9rPfz1SZCDPcT84zRVS9te+YQmNqjjs8NHa/w4DkYRHZw1RPpPd1ts5waqe6HYZO08n/N0Glh88D2hjMeZt8LcFfK4qhF7jGZkcfT8i7hQ518KPc/KmOGXr/kMv6jkWry0QAaM2DhdYC3pAokThXMLxB9mMWo2SWR0mX9+vKpXKImQXfH1LfZaBQ7GcRr2AF9SJMoMzEHx4i9HG6IUSABwriY7 shlb@willow2.pok.stglabs.ibm.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Add access to the GCC repository
  2020-03-11  6:11   ` Bin Bin NL Lv
@ 2020-03-11 13:24     ` Frank Ch. Eigler
  2020-03-12  4:53       ` Bin Bin NL Lv
  0 siblings, 1 reply; 6+ messages in thread
From: Frank Ch. Eigler @ 2020-03-11 13:24 UTC (permalink / raw)
  To: Overseers mailing list; +Cc: Bin Bin NL Lv, overseers

Hi -

> when I want to access to gcc repository, it reports permission denied
> error.

Please try now.  If it does not work still, please report the output of

  ssh -v shlb@sourceware.org alive

- FChE

^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: Add access to the GCC repository
  2020-03-11 13:24     ` Frank Ch. Eigler
@ 2020-03-12  4:53       ` Bin Bin NL Lv
  0 siblings, 0 replies; 6+ messages in thread
From: Bin Bin NL Lv @ 2020-03-12  4:53 UTC (permalink / raw)
  To: Frank Ch. Eigler; +Cc: overseers, Overseers mailing list

[-- Attachment #1: Type: text/plain, Size: 768 bytes --]

Hi

It works now, thanks so much for your great help.

Best Regards,

Binbin Lv (吕彬彬)
IBM China Systems & Technology Lab (CSTL)
Address: Building A1, 55 Chuanhe Road, Zhangjiang, Pudong New District,
Shanghai 201210, China
Email: shlb@cn.ibm.com
Mobile Phone: (86)18818203413



From:	"Frank Ch. Eigler" <fche@elastic.org>
To:	Overseers mailing list <overseers@sourceware.org>
Cc:	Bin Bin NL Lv <shlb@cn.ibm.com>, overseers@gcc.gnu.org
Date:	2020/03/11 09:25 PM
Subject:	[EXTERNAL] Re: Add access to the GCC repository



Hi -

> when I want to access to gcc repository, it reports permission denied
> error.

Please try now.  If it does not work still, please report the output of

  ssh -v shlb@sourceware.org alive

- FChE




[-- Attachment #2: graycol.gif --]
[-- Type: image/gif, Size: 105 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-03-12  5:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-05  2:19 Add access to the GCC repository Bin Bin NL Lv
2019-11-05  2:32 ` Christopher Faylor
2020-03-11  6:11   ` Bin Bin NL Lv
2020-03-11 13:24     ` Frank Ch. Eigler
2020-03-12  4:53       ` Bin Bin NL Lv
2020-03-11  7:00   ` Bin Bin NL Lv

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).