Search code examples
gitgithubclonepull

Block at 1 clone per person on Github


I would like to know how I can do to let someone clone my private repo once on Github but they cannot do it again.

The constraint is that it can always do pull to update.

Is there a way to do this?

Thank you so much !


Solution

  • You can create a deploy key and revoke it when it's not more usefull.

    Deploy keys can be repo isolated