Re: Git push account

2020-01-26 Thread Feng Xue OS
As pointed out by Andreas, I used wrong git repo URL. Now it works. Thanks, Feng From: Jeff Law Sent: Sunday, January 26, 2020 12:18 AM To: Feng Xue OS; gcc@gcc.gnu.org Subject: Re: Git push account On Sat, 2020-01-25 at 12:39 +, Feng Xue OS wrote

Re: Git push account

2020-01-25 Thread Jeff Law
On Sat, 2020-01-25 at 12:39 +, Feng Xue OS wrote: > Which account should I use to push my local patch to git repo of gcc? > I have a sourceware account that works for svn, but now it doesn't for git. > Actually both below commands were tried, but failed. > git push ssh://f...@sourceware.org/

Re: Git push account

2020-01-25 Thread Feng Xue OS
Thanks. Feng From: Andreas Schwab Sent: Saturday, January 25, 2020 10:07 PM To: Feng Xue OS Cc: gcc@gcc.gnu.org Subject: Re: Git push account On Jan 25 2020, Feng Xue OS wrote: > Which account should I use to push my local patch to git repo of gcc?

Re: Git push account

2020-01-25 Thread Andreas Schwab
On Jan 25 2020, Feng Xue OS wrote: > Which account should I use to push my local patch to git repo of gcc? See . > I have a sourceware account that works for svn, but now it doesn't for git. > Actually both below commands were tried, but failed. >

Git push account

2020-01-25 Thread Feng Xue OS
Which account should I use to push my local patch to git repo of gcc? I have a sourceware account that works for svn, but now it doesn't for git. Actually both below commands were tried, but failed. git push ssh://f...@sourceware.org/gcc/gcc.git ..., git push ssh://f...@gcc.gnu.org/gcc/gcc.gi