<div dir="ltr"><div>Hi All,</div><div><br></div><div>I'm trying to load a Git project I have that is hosted on a private GitLab host and am running into some trouble.</div><div><br></div><div>When I try the following in a Workspace:</div><div><br></div><div>```</div><div>Metacello new<br>     repository: '<a href="https://source.mnt.re/darth-cheney/squeak-reform-tools.git/">https://source.mnt.re/darth-cheney/squeak-reform-tools.git/</a>';<br>     baseline: 'Reform';<br>     load.</div><div>```<br></div><div>I am getting inscrutable Metacello errors. I have tried to step through and debug what's going on but this part of things is inscrutable to me (I can't even find where the remote request is being made).</div><div>  <br></div><div>Unless I have really messed this up, I think that my Baseline is configured correctly: <a href="https://source.mnt.re/darth-cheney/squeak-reform-tools/-/blob/main/BaselineOfReform.package/BaselineOfReform.class/instance/baseline..st">https://source.mnt.re/darth-cheney/squeak-reform-tools/-/blob/main/BaselineOfReform.package/BaselineOfReform.class/instance/baseline..st</a></div><div>  <br></div><div>One issue that might be tripping this up is that this particular GitLab server uses `main` instead of `master`. I don't have any other branches in the repository, however. Should I have to manually specify the main branch when loading, and, if so, how do I go about doing that?</div><div><br></div><div>Thanks for any hints,<br></div><div><br>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Eric</div></div></div></div></div>