On Tue, Jan 19, 2021 at 8:01 PM Paolo Bonzini <pbonz...@redhat.com> wrote: > > The qemu.git repository on git.qemu.org is now a mirror of gitlab. The > git mirror is updated every 15 minutes. > > New changes to qemu.git therefore must go through > g...@gitlab.com:qemu-project/qemu.git. > > As a result, the "qemu" and "qemu-stable" groups on the qemu.org server > do not exist anymore. The following repositories are now read only (no > one can push to them): > > - qemu-jeos.git (last commit Wed Jan 18 10:22:32 2012 -0600) > - qemu-stable-0.10.git (last commit Mon Aug 31 04:58:19 2009 -0400) > - qemu-stable-0.14.git (last commit Wed May 4 13:50:56 2011 -0500) > - qemu-stable-0.15.git (last commit Thu Nov 22 17:19:35 2012 +0100) > - qemu-stable-1.0.git (last commit Sun Feb 19 16:31:27 2012 -0600) > - qemu-stable-1.1.git (last commit Wed Sep 5 10:38:39 2012 -0500) > - qemu-stable-1.2.git (last commit Tue Dec 11 15:09:44 2012 -0600) > - qemu-stable-1.3.git (last commit Mon Jan 28 10:38:28 2013 -0600) > - qemu-stable-1.4.git (last commit Thu May 23 17:12:44 2013 -0500)
I see the following error in a previously cloned repo: $ git fetch origin fatal: remote error: access denied or repository not exported: /qemu.git $ git remote -v origin git://git.qemu.org/qemu.git (fetch) origin git://git.qemu.org/qemu.git (push) Is this expected? Looks I need to set-url to the new gitlab URL? Regards, Bin