This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
Re: git commits to Systemtap
Dave Nomura <dcnltc@us.ibm.com> writes:
> One other piece possible important piece is that the my username on
> the machine where I am doing the commit is different than the redhat
> username when I requested git write permission.
Yes, that would do it. One fix is to a clause like
Host sources.redhat.com sourceware.org
User dcnomura
to your $HOME/.ssh/config file and try again. This same problem would
have arisen with CVS too.
- FChE