简体   繁体   中英

How to stop creating public fork of a private fork in bitbucket?

I have a private repo called PvtRepo in Bitbucket (part of my company. My bitbucket account has access to this repo)

Now i fork this PvtRepo into my account and call it as myproject/PvtFork .

This PvtFork is not public and is not accessible outside; which is as expected.

But now I try to fork the PvtFork ( and call it as PubFork ) and while forking i unselect the Access Level: Private repository check box. Surprisingly it works and creates a public fork called PubFork which is accessible to the whole world.

This is not desirable. If i remember correctly, I couldnt do this in github.

So is there a way to stop creating public fork of a private fork in bitbucket?

Or Is there a way to stop 2 level forking altogether?

Or github is the only way to move forward, if I want to follow, "fork repo" style of working for my company?

Please clarify.

Hope this helps:

Set Forking Permissions

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM