简体   繁体   中英

Private bitbucket maven repo

I'm having trouble with a project using a private bitbucket maven repo, it was previously working but since upgrading to android studio RC gradle cannot find the repo whilst it is set to private. Unchecking the "This is a private repository" option on bitbucket resolves the issue but this isn't a viable solution.

I used to struggle against this problem a year ago. The solution was to use synergian plugin . It uses your native git client and its configuration so there is no need to provide your credentials in plain text but use a RSA key. Give it a try and you won't regret.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM