如果存储库被镜像,删除后会发生什么?

What happens after repository deleting if it was mirrored?

我有一个带有 webhook 的 git 存储库(在 Github 上),以便镜像存储库(也在 GitHub 上)始终保持同步。

如果我删除 "source" 存储库,镜像存储库会发生什么情况?是保存还是删除?

If I delete the "source" repo, what happens to the mirrored repo?

没有。每个存储库都独立于任何其他存储库。

当然,任何在镜像上运行git fetch origin的尝试都会失败,但这意味着镜像中什么也没有发生。