sh git repo sync

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh git repo sync相关的知识,希望对你有一定的参考价值。

ORIGIN=<ORIGIN_REPO_URL>
MIRROR1=<MIRROR_REPO_URL>
git clone --bare $ORIGIN
cd $ORIGIN
git remote add --mirror=fetch mirror1 $MIRROR1
git fetch origin --tags
git push mirror1 --all
git push mirror1 --tags

以上是关于sh git repo sync的主要内容,如果未能解决你的问题,请参考以下文章

求助!!我刚使用repo管理git服务器的项目,在repo sync 时报错。什么回事???

repo sync更新git仓库报错:已拒绝,会破坏现有的标签

repo sync 出现git@172.26.65.7's password: Permission denied (publickey,password).

sh 计算git repo #git中的行数

sh 备用git repos,mu mu_repo

sh 转换git repo以使用git lfs