I wonder if anyone could help here. I am installing a BaselineOf in Pharo 6.1 (Windows) using a script like the following: Iceberg enableMetacelloIntegration: true; remoteTypeSelector: #httpsUrl. Metacello new baseline: 'MyProject'; repository: 'github://user/repo/src'; load. Unfortunately the repository is private and I cannot share the URL. When I open the Iceberg UI all downloaded packages has "Local repository missing" (see screenshots). To fix this currently I assign manually the local directory (assuming they were correctly downloaded). Also I tried adding repository information in the #baseline: method baseline: spec <baseline> spec baseline: 'MyProject' with: [ spec repository: 'github://user/repo' ]. .... Any idea how could I debug this? Cheers, Hernán