On Fri, 2 Sept 2022 at 09:24, <marcandre.lur...@redhat.com> wrote: > > From: Marc-André Lureau <marcandre.lur...@redhat.com> > > The following changes since commit 93fac696d241dccb04ebb9d23da55fc1e9d8ee36: > > Open 7.2 development tree (2022-08-30 09:40:41 -0700) > > are available in the Git repository at: > > g...@gitlab.com:marcandre.lureau/qemu.git tags/char-pull-request
Hi Marc-André, Please update .git/config to separate the push URL from the fetch URL: [remote "gitlab"] url = https://gitlab.com/marcandre.lureau/qemu.git pushUrl = g...@gitlab.com:marcandre.lureau/qemu.git That way future pull requests will include an https URL that allows fetches without ssh or a GitLab account. Thanks! Stefan