varabyte / kobweb

A modern framework for full stack web apps in Kotlin, built upon Compose HTML
https://kobweb.varabyte.com
Apache License 2.0
1.56k stars 70 forks source link

Failed to install Kobweb with brew in MacOS Apple Silicon #217

Closed jeluchu closed 11 months ago

jeluchu commented 1 year ago

Hi, I have tried to follow the steps correctly as indicated in the README documentation in order to install Kobweb, but for some reason I am not managing to install it. I show image below:

Captura de Pantalla 2023-03-27 a las 10 22 43

I run the command brew install varabyte/tap/kobweb as indicated (I have brew installed), but for some reason when running the brew process it shows an error when performing git clone

If relevant, specify:

bitspittle commented 1 year ago

I am so sorry! I just saw this.

Can you install other things with homebrew? This looks like an error with the way things homebrew set things up, but I'm not sure.

I saw this answer on SO: https://stackoverflow.com/a/64350235

Can you try running

git config --global init.defaultBranch main

?

Does that help?

bitspittle commented 11 months ago

I just randomly noticed this issue in my backlog. Since there was no reply for a while and I haven't had any one else bring up this issue, I'm going to close it. However, if you happen to see this and want to continue the conversation, you are welcome to ping this issue, especially if you're seeing it's still happening.