On Thu, Jan 19, 2017 at 10:53:16AM +0000, Daniel P. Berrange wrote: > If you have a checkout, you'll need to replace your "origin" remote. > > git remote rm origin > > then one or these as appropriate: > > git remote add origin ssh://git@xxxxxxxxx/virt-viewer.git (committers) > git remote add origin https://pagure.io/virt-viewer.git (read-only) This should work too, and most likely avoid the need for git rm origin/git branch -u: $ git remote set-url origin https://pagure.io/virt-viewer.git (everyone) $ git remote set-url origin --push ssh://git@xxxxxxxxx/virt-viewer.git (committers) Christophe
Attachment:
signature.asc
Description: PGP signature
_______________________________________________ virt-tools-list mailing list virt-tools-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/virt-tools-list