git - 如果我将其他人的私有(private) Github 存储库 fork 到我的帐户中,它是否会作为公共(public)存储库出现在我的帐户中?

标签 git github repository private

有人让我可以访问他们在 Github 上的一个私有(private)仓库。我想做的是将该项目 fork 到我自己的帐户中,这样我就可以利用 Github 的 pull 请求功能。

我在 Github 上只有一个基本账户,所以我不能自己做私有(private)仓库,但是如果我将别人的私有(private)仓库 fork 到我的账户中,它会在我的账户中显示为公开吗?

最佳答案

没有。你可以 fork 它,它仍然是私有(private)的。

Private collaborators may fork any private repository you’ve added them to without their own paid plan. Their forks do not count against your private repository quota.

https://github.com/plans

关于git - 如果我将其他人的私有(private) Github 存储库 fork 到我的帐户中,它是否会作为公共(public)存储库出现在我的帐户中?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9629538/

相关文章:

python - GAE - 包括外部 python 模块而不将它们添加到存储库?

git - Debian 压缩 : gitolite +ssh +apache2 +suexec +http-backend

git - 如何在 Git rebase 中用另一个提交替换提交?

git - 使用 Git 获取或 pull 自动修剪

git - 为什么 GitHub 推荐 https 而不是 ssh url?

github - 使用octopress将本 map 片插入到博客文章中

git:所有本地分支都在远程后面。我怎样才能将它们全部带到远程状态?

git pull突然停止工作,排查 "Repository not found"

entity-framework - 不需要在 EF 中配置 DataContext/ObjectContext?

c# - 使用 Rhino Mocks 创建内存数据库以供开发代码和用户界面时使用