1. 从原git上clone bare下到本地

git clone --bare https://***.git

 

2. push mirror到目标仓库

git push --mirror https://***.git

 

相关文章:

  • 2021-07-07
  • 2021-08-15
  • 2021-09-26
  • 2021-07-17
  • 2022-12-23
  • 2021-08-05
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2018-10-24
  • 2022-02-09
  • 2021-10-15
  • 2021-07-20
相关资源
相似解决方案