Making a Bitbucket Repository Private
Students in my classes submit their work using a private Bitbucket repository. Usually the repository is made private during the forking process, but sometimes folks miss this step. Following are the steps to make a repository private after it has been forked.
- Visit your repository’s page on Bitbucket’s website.
- Go to Settings / Repository details.
- Check This is a private repository.
- Go to Settings / Access Management.
- Add user
twodee
with withAdmin
privileges.
Though the repository is private, I still need access in order to grade.