flathub / com.axosoft.GitKraken

https://flathub.org/apps/details/com.axosoft.GitKraken
8 stars 9 forks source link

git: 'remote-https' is not a git command. See 'git --help'. #138

Closed autonomobil closed 2 years ago

autonomobil commented 2 years ago

When wanting to commit with gitkraken installed via flatpak, the following error pops up:

git: 'remote-https' is not a git command. See 'git --help'.

This seems to indicate a missing library:

I'm quite new to flatpak, how can I add this library to the flatpak install? Somewhere here https://github.com/flathub/com.axosoft.GitKraken/blob/master/com.axosoft.GitKraken.json?

Lctrs commented 2 years ago

That's weird. I'm cloning from https without any problem and curl is definitively present in the Platform.

Anyway, with the addition of GitKraken Terminal, I was considering switching to the Sdk as runtime and stop importing git binaries from it. I think your issue achieves to convince me. I'll do some local tests before pushing the change.

autonomobil commented 2 years ago

ok, good to know. Then I'll wait for the changes

Lctrs commented 2 years ago

May you test #117 please ?