git迁移
git clone https://192.168.16.8/phantom/phantom-web/phantom-main-web.git
git branch -r | grep -v '\->' | while read remote; do git branch --track "${remote#origin/}" "$remote"; done
git fetch --all
git pull --all
git remote set-url origin https://192.168.16.8/phantom/phantom-web/phantom-main-web.git
git push -u origin --all
git push -u origin --tags