On Sun, 4 Sept 2022 at 03:27, Stafford Horne <sho...@gmail.com> wrote: > > The following changes since commit 61fd710b8da8aedcea9b4f197283dc38638e4b60: > > Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging > (2022-09-02 13:24:28 -0400) > > are available in the Git repository at: > > g...@github.com:stffrdhrn/qemu.git tags/pull-or1k-20220904
Hi Stafford, Please update .git/config to separate the push URL from the fetch URL: [remote "github"] url = https://github.com/stffrdhrn/qemu.git pushUrl = g...@gitlab.com:stffrdhrn/qemu.git That way future pull requests will include an https URL that allows fetches without ssh or a GitHub account. Thanks! Stefan