# 使用 GitLab 镜像仓库
镜像仓库:当你往 A 仓库 Push 的时候,会自动把新的提交同步到 B 仓库。
比如,
远程仓库为:gitee.com
远程仓库账号:12345@qq.com
远程仓库密码:123456
远程仓库地址:https://gitee.com/abc123/test.git
那么,
填写的 Git repository URL 为:https://12345@qq.com@gitee.com/abc123/test.git
填写的 Password 为:123456
输入完成后点击 Mirror repository 就开始镜像仓库了。