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
