Windows - Cannot add any git directory
Steps to reproduce:
- Start via pnpm tauri dev
- Press Add New Project
- Wait for the prompt
- Using windows file picker select a folder w/ a valid git repo.
ipc->add_project: {"path":"C:\Users\username\Documents\websites\git"} Error: Something went wrong at UserError.fromError (ipc.ts:30:10) at ipc.ts:81:33 at async ProjectService.add (projects.ts:79:19) at async HTMLButtonElement.onNewProject (Welcome.svelte:17:23) {code: 'errors.unknown', message: 'Something went wrong'}
I even tried creating a new git repo from scratch in a different directory and disk, but the issue still happened.
Unfortunately windows support is not there yet, the issue is rooted in libgit2/openssl iirc. @Qix- do we wanna make an issue here on GitHub to track it?
Yeah, so far we've only gotten builds working on Windows, there's a number of issues with actually running it. We're doing some refactoring to move stuff to core crates and have a much better foundation on which we can build the app that will all be Windows-tested. It'll take some time though.
We're looking into ways to use GitButler on windows in the meantime though.
Since there is an MSI based installer for Windows, I'd think that it is more usable now. Is this specific issue fixed?
You can open a repo now. But a lot of buttons still seem to have no function at all. Not a usable state (yet)…
@lennybacon would you mind opening new issues for buttons that aren't working? Going to close this for now as this is probably no longer an issue (please let me know if that's not the case).