git clone --mirror https://github.com/quarkusio/quarkus.git
cd ./quarkus.git
git remote set-url origin https://git.code.tencent.com/foobar/quarkus.git
git push --mirror origin
引用
https://stackoverflow.com/a/26552740
https://stackoverflow.com/a/58246301