Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows - Cannot add any git directory #2555

Closed
Inovvia opened this issue Feb 6, 2024 · 5 comments
Closed

Windows - Cannot add any git directory #2555

Inovvia opened this issue Feb 6, 2024 · 5 comments
Labels
os:windows The Windows platform

Comments

@Inovvia
Copy link

Inovvia commented Feb 6, 2024

Steps to reproduce:

  1. Start via pnpm tauri dev
  2. Press Add New Project
  3. Wait for the prompt
  4. 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.

image

@krlvi
Copy link
Member

krlvi commented Feb 6, 2024

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?

@Qix-
Copy link
Contributor

Qix- commented Feb 6, 2024

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.

@schacon schacon added the os:windows The Windows platform label Feb 9, 2024
@Byron
Copy link
Collaborator

Byron commented Apr 21, 2024

Since there is an MSI based installer for Windows, I'd think that it is more usable now. Is this specific issue fixed?

@Byron Byron added the feedback requested Feedback was requested to help resolve the issue label Apr 21, 2024
@lennybacon
Copy link

You can open a repo now. But a lot of buttons still seem to have no function at all. Not a usable state (yet)…

@Byron Byron removed the feedback requested Feedback was requested to help resolve the issue label Apr 21, 2024
@Qix-
Copy link
Contributor

Qix- commented Apr 22, 2024

@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).

@Qix- Qix- closed this as completed Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
os:windows The Windows platform
Projects
None yet
Development

No branches or pull requests

6 participants