-
Notifications
You must be signed in to change notification settings - Fork 77
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
Migrate support for OS MINGW64 #94
Closed
Comments
This may be a duplicate of #58 . |
ooops sorry! Ok, maybe I send PR to Appassembler. thanks! |
I close this issue for duplication. Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello guys!
I'm currently using MinGW (http://www.mingw.org/) as my default shell environment over windows 10. It's currently distributed with GIT client for windows and very useful for windows users.
When I try to run migrate in this bash, I receive this error:
I historically solve this problem editing the migrate script *nix, adding the next line in the resolution of OS specific support to support MINGW64:
The system identification in mingw is:
I dont know if this is the best solution and if is reasonable to add this support.
Thanks!
The text was updated successfully, but these errors were encountered: