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 support #34

Closed
wernight opened this issue Oct 23, 2012 · 8 comments
Closed

Windows support #34

wernight opened this issue Oct 23, 2012 · 8 comments

Comments

@wernight
Copy link

Most issues are on grit side but basically to make it work on Windows in a msysgit I had to:

Possibly using https://github.com/schacon/grit would works without most of those patches.Using another coloring system in place of the current one would be advisable as it is deprecated.

@aanand
Copy link
Owner

aanand commented Oct 24, 2012

Do you have a local version of git-up with the changes you describe? Care to fork/pull-request if so, so I can have a look?

@wernight
Copy link
Author

Yes on my profile page. I'm using it daily exactly with ansicon.

@youcandanch
Copy link

Specifically, applying both of these:

wernight/grit@bdc23bd
stereobooster/posix-spawn@67a73c6

To grit and posix (respectively) fixes the issue. I have it working, though I haven't really bothered with the coloring issue. Black and white is just fine for now.

@wernight
Copy link
Author

Yes correct, I forgot about the second one.

Coloring wouldn't such an issue if it didn't display the ANSI code. HA HA

@youcandanch
Copy link

True, and ansicon is pretty great anyway. Not too hard to throw it in path and alias over it. Figured that out about 5 minutes after my post ;]

@youcandanch
Copy link

If, like me, you're an idiot and let the msysGit install put it in the default directory (C:\Program Files (x86)), you're going to get some errors when trying to rebase (command line doesn't escape the parens or spaces properly). Uninstalling / reinstalling in a proper directory structure fixes that.

@aanand
Copy link
Owner

aanand commented Jan 14, 2013

@alexdancho @wernight Would one of you care to fork git-up and write a WINDOWS.md describing how to get it running under Windows?

@wernight
Copy link
Author

I've updated the summary to describe all the steps. That should be similar. As the commands are pretty advanced I'd advise against doing it manually in an official read-me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants