标签:http path zha repo push www git htm hang
git 仓库迁移两步就够了。
git clone --bare git://192.168.10.XX/git_repo/project_name.git
cd project_name.git
git push --mirror git@192.168.20.XX/path/to/path/new_project_name.git
参考:https://www.cnblogs.com/ZhangRuoXu/p/6706530.html
标签:http path zha repo push www git htm hang
原文地址:https://www.cnblogs.com/ramlife/p/13199250.html