包子个人博客
努力上进小coder
用户数
165
文章数
157
评论数
11
阅读量
454390
一言一句话
-「」
最新文章
方法 1 git clone --bare old.git cd old.git git push --mirror new.git 方法 2 git clone --mirror old.git cd old.git git remote set-url origin new.git git push -f origin 报错解决 **![remote rejected]*...