问题描述
我已被添加到拥有一些私人存储库的组织中,并且我需要向他们发送一个带有一些更改的请求,但我不知道我是否可以。
我在GitHub上没有付费账户,那么我该如何分配这个私人回购来修改和发送拉取请求? 解决方案
我已被添加到拥有一些私人存储库的组织中,并且我需要向他们发送一个带有一些更改的请求,但我不知道我是否可以。
我在GitHub上没有付费账户,那么我该如何分配这个私人回购来修改和发送拉取请求? 解决方案
正如在,您可以将私人回购(为此添加为一个私人用户),即使你没有为自己的私人回购付款。
由此产生的回购将仍然是私人的,您将能够提出拉取请求。
I have been added to an organization that has some private repositories and I need to send them a pull request with some changes but I don't know if I can.
I haven't a paid account on GitHub, so how can I fork that private repo to modify and send pull requests?
As mentioned in "If I fork someone else's private Github repo into my account, is it going to appear in my account as a public repo?", you can fork a private repo (for which you were added as a private user), even if you didn't pay yourself for private repos.
The resulting repo will still be private, and you will be able to make pull-requests.
这篇关于Github - 分叉私人回购的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!