How do I set up a private Git repository on GitHub? Is it even possible?

后端 未结 7 1234
执念已碎
执念已碎 2021-01-29 22:14

I intend to share my source code on an invite-only basis to a few dozen users maybe. The source code itself should not be public. Participants are allowed and encouraged to subm

7条回答
  •  难免孤独
    2021-01-29 22:52

    GitHub is a great tool in-all for making repositories. However, it does not do good with private repositories.

    You're forced to pay for private repositories unless you get some sort of plan. I have a couple of projects so far, and if GitHub doesn't do what I want I just go to Bitbucket. It's a bit harder to work with than GitHub, however it's unlimited free repositories.

提交回复
热议问题