Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to share a private Bitbucket repository via link?

Tags:

bitbucket

Is it possible to share a private repository with other users on a bitbucket by sending a link? I do not mean the "Add user and group access" option, because I know who exactly will be the recipient. I can only send a link.

like image 410
Joanna14071 Avatar asked Feb 08 '18 11:02

Joanna14071


2 Answers

No, the link to the repository is restricted to people who have been added to the repository. If you want to share a link to the repo without adding someone it needs to be public.

If you just want to share the code upload a zip to Google Drive and share that.

like image 88
dimo414 Avatar answered Oct 20 '22 16:10

dimo414


You may share the link publicly by changing the settings from Private to Public under Repository details which can be seen after clicking settings on your repository.

Repository Settings

like image 23
Neil Avatar answered Oct 20 '22 16:10

Neil