I need to restrict my developers from copying the code to their local machine by cloning. He should be doing his development only on cloud.
The main purpose is to secure our codebase and prevent unauthorized copy and replication.
Regards
Jeevan
Welcome to the Atlassian Community!
If you allow people access to a data set, you can not stop them copying it down to another system. There's no way a service like Bitbucket can even restrict downloads once someone has access, and, in fact, Bitbucket is supposed to be used this way - git is intended to be used for distributed repositories.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.