romkatv / gitstatus

Git status for Bash and Zsh prompt
GNU General Public License v3.0
1.65k stars 101 forks source link

[ERROR]: gitstatus failed to initialize. #435

Open DiaoWang opened 1 month ago

DiaoWang commented 1 month ago

I use the powerlevel10k theme of zsh with Oh My Zsh on "FreeBSD rpi-b 13.3-RELEASE FreeBSD 13.3-RELEASE releng/13.3-n257428-80d2b634ddf0 RPI-B arm"

But it reports an error every time starts: [ERROR]: gitstatus failed to initialize.

There is no prebuilt gitstatusd for freebsd arm.

See: https://github.com/romkatv/gitstatus#compiling

Do I have to compile gitstatus from source code? I have read the compilation instructions. It seems I have to use the GCC compiler...... So, is there an easier way?

romkatv commented 1 month ago

If you want to compile gitstatus, you'll have to follow the instructions.

DiaoWang commented 1 month ago

OK, thank you sir, I'll try it.