iceberg
iceberg copied to clipboard
URL is not a valid remote name
Hey, when clicking "Checkout branch" (yes, just "Checkout branch", nothing else afterwards) on a repository, I get this error:

I had this issue yesterday, but I just did a checkout in terminal and that bypassed the issue, but that's not a real solution.
I'll help with finding the issue as much as I can, but there isn't much that wouldn't be standard about my setup. I have two remotes, one is main project origin, the other is my fork, on which (I believe) the current branch is when this error happens.
My version of Iceberg is the one that comes with Pharo 10 portable VM: I'm using Pharo10-SNAPSHOT-64bit-2314c3f.image
can't reproduce it. if you can give me reproducible way, that would help :)
I don't know how to reproduce it exactly. However if there is some memory readout or something that I would be able to provide, I can do that, of course.
@estebanlm Could it be happening because I have the repo cloned locally using terminal and added into Iceberg as an "existing clone"? It seems like the initialization of LGitReference is failing to some degree (the value of upstream in the method LGitReference>>upstream is LGitReference(<not initialized>)), but honestly there is too much for me to dive into and I have no clue what might be relevant.