Private bitbucket maven repo

北战南征 提交于 2019-12-07 08:15:29

问题


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.


回答1:


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.



来源:https://stackoverflow.com/questions/27320119/private-bitbucket-maven-repo

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!