Configure Android Studio with Bitbucket team repo

前端 未结 7 1779
长情又很酷
长情又很酷 2021-01-31 02:59

I am trying to configure Android Studio to work with my team repo on Bitbucket. What I would like to do in the first place is to push my local project onto my team\'s repo.

7条回答
  •  感情败类
    2021-01-31 03:24

    There is a bug in the third-party Bitbucket plug-in which is preventing it from working, although you can still configure Android Studio to work with Version Control.

    1. Create a repository on Bitbucket.
    2. Clone it via VCS > Checkout from Version Control > Mercurial or Version Control > Git.
    3. Use the HTTPS or SSH URL shown in the "Clone" tab for the repository on Bitbucket as the Repository URL.
    4. Copy and paste your local project into your cloned repository.
    5. You may now use Android Studio to work the repository.

提交回复
热议问题