Julien,

I recently added bitbucket:// support to metacello[1].

If you follow the installation instructions here[2], you can get the support loaded into Pharo3.0.

Dale

[1] https://groups.google.com/forum/#!topic/metacello/0vOzvQL10cQ
[2] https://github.com/dalehenrich/metacello-work#pharo30

On Wed, Oct 8, 2014 at 1:44 AM, Julien Delplanque <julien@tamere.eu> wrote:
Hello,

Is it possible to use Metacello to load a Pharo project from a private
git repository hosted on bitbucket for example? If it is, how?

To load project from github I use:

Metacello new
�� �� baseline: 'Project';
�� �� repository: 'github://owner/reponame/repository';
�� �� load.

Is there a prefix for a git repository that is not hosted on github?

Also, I think Metacello use HTTP to download the project, am I right? Is
it possible to make it use ssh?

Thanks in advance,

Julien