Hi, I want to make my privated Github repository to be completely simultaneously accessible by Github and Bitbucket. What are the steps to doing that?
I have tried importing my private git repo by clicking Import Repository and filling in the fields, but the import fails after I put in my github repo information. I checked the "Needs authorization" box and input my username and password to github. It still gives me an import error.
Hi David and welcome to the community!
What the import option does is perform a clone of the repository you provided, creating a new Bitbucket Cloud repo.
I see that GitHub has deprecated the use of account passwords for Git operations (Bitbucket Cloud has done the same):
Can you try creating a personal access token instead, and use that instead of a password (along with your username), when you import the repo?
Please keep in mind that the new repo that will be created after import doesn't have some sort of link to the original repo for automatic updates. If you want to keep both repos in sync, you will need to push any changes to both remotes.
Please feel free to reach out if you have any questions.
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.