This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v2] gdb: CTF support


On 2019-09-24 8:22 p.m., Weimin Pan wrote:
> Hi Simon,
> 
> I have created a combined branch with changes in both binutils and gdb
> on our server and tested it a bit. Trying to send it upstream doesn't work:
> 
> % git remote -v
> origin  git://ca-tools4.us.oracle.com/binutils-gdb.git (fetch)
> origin  git://ca-tools4.us.oracle.com/binutils-gdb.git (push)
> upstream        ssh://sourceware.org/git/binutils-gdb.git (fetch)
> upstream        ssh://sourceware.org/git/binutils-gdb.git (push)
> 
> % git push upstream oracle/ctf:oracle/ctf
> Permission denied (publickey).
> fatal: Could not read from remote repository.
> 
> Please make sure you have the correct access rights
> and the repository exists.
> 
> %
> 
> Weimin

Hi Weimin,

You should be able to push a "user branch" if its name follows the
form "users/*".  You can look at the existing branches for example:

  https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=heads

So, pushing to "users/weimin/ctf" would make sense.

Simon


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]