Message ID | 20220907080353.111926-1-alistair.francis@wdc.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/7.2 for any user-visible changes.
On Wed, 7 Sept 2022 at 04:32, Alistair Francis via <qemu-devel@nongnu.org> wrote: > > The following changes since commit 946e9bccf12f2bcc3ca471b820738fb22d14fc80: > > Merge tag 'samuel-thibault' of https://people.debian.org/~sthibault/qemu into staging (2022-09-06 08:31:24 -0400) > > are available in the Git repository at: > > git@github.com:alistair23/qemu.git tags/pull-riscv-to-apply-20220907 Hi Alistair, Please update .git/config to separate the push URL from the fetch URL: [remote "github"] url = https://github.com/alistair23/qemu.git pushUrl = git@gitlab.com:alistair23/qemu.git That way future pull requests will include an https URL that allows fetches without ssh or a GitHub account. Thanks! Stefan
On Wed, Sep 7, 2022 at 4:18 PM Stefan Hajnoczi <stefanha@gmail.com> wrote: > > On Wed, 7 Sept 2022 at 04:32, Alistair Francis via > <qemu-devel@nongnu.org> wrote: > > > > The following changes since commit 946e9bccf12f2bcc3ca471b820738fb22d14fc80: > > > > Merge tag 'samuel-thibault' of https://people.debian.org/~sthibault/qemu into staging (2022-09-06 08:31:24 -0400) > > > > are available in the Git repository at: > > > > git@github.com:alistair23/qemu.git tags/pull-riscv-to-apply-20220907 > > Hi Alistair, > Please update .git/config to separate the push URL from the fetch URL: > > [remote "github"] > url = https://github.com/alistair23/qemu.git > pushUrl = git@gitlab.com:alistair23/qemu.git > > That way future pull requests will include an https URL that allows > fetches without ssh or a GitHub account. Thanks! Done! Sorry about that Alistair > > Stefan