Score:5

Can Wine run Fork, the git client?

cn flag

I'm new to Linux and the only contact I have had with Wine-like software is through Steam's Proton, which works surprisingly well (though it is taylored for their platform, so it makes sense to work so well).

The thing is that I'm planning on 100% move my operations to Linux (Ubuntu) and that includes my software development operations too. I have a Fork license and the developer says they won't be developing a Linux version, and I quote their exact reply, "until a modern UI library appears on Linux.", whatever they mean by "modern".

That being said, I've never tried random software on Wine. Does anybody know if Fork (or any other software that relies so much in the filesystem) works in it?

Thanks

Score:6
us flag

Fork is rated as "Garbage" in Wine's database, so we can safely assume that it would not work. However, free and open source alternatives are available.

GitHub Desktop is an excellent GUI git client, and it works natively (without Wine).

GH Image source: README

You can enter the following commands one by one to add its repository to your system,

wget -qO - https://packagecloud.io/shiftkey/desktop/gpgkey | sudo tee /etc/apt/trusted.gpg.d/shiftkey-desktop.asc > /dev/null

sudo sh -c 'echo "deb [arch=amd64] https://packagecloud.io/shiftkey/desktop/any/ any main" > /etc/apt/sources.list.d/packagecloud-shiftky-desktop.list'

sudo apt-get update

Then install GitHub Desktop with the command

sudo apt install github-desktop

Alternatively, you can download the .deb package from https://github.com/shiftkey/desktop/releases and install it.

Guilherme Taffarel Bergamin avatar
cn flag
Thanks. I'm taking a look at the options and I do like GitHub Desktop. I think I'll go for it. The main reason that made me purchase Fork is that git graph that helps me immediately understand what's going on the repo and GitKraken's paid version is a subscription instead of a single payment like Fork. I suppose I can now instead of that, use the graph in VSCode, through the Git Graph extension, which is pretty good too and use GitHub Desktop for the merges and such
cn flag
I have your same issue @GuilhermeTaffarelBergamin. I wish we could run Fork on Linux. I have tried out SmartGit which seems to be slightly similar.
Guilherme Taffarel Bergamin avatar
cn flag
Thanks, @GavinR. I'll check that one out as well!
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.