[BETA] - Loading Branches forever when building Mac Desktop 32-bit

It loads everything fine up to this point and then it just sits here indefinitely: Imgur: The magic of the Internet . Project and what not loads fine, just stays here forever.

Are you using a self hosted git server? It looks like there was an error listing the branches in your repo and the website just isn’t handling that error appropriately.

We use ‘git ls-remote’ to list the branches in your repo, so double check that you didn’t change access permissions for the ssh key cloud build is using for your project, and that you can successfully run an ls-remote on command line against your git repo.