-
-
Notifications
You must be signed in to change notification settings - Fork 103
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
gitsh doesn't work on Apple Silicon #384
Comments
here's what I get trying to build manually
|
Hm, I'm not sure what changed since the time I tried above, but I tried again with this recipe and it did work 🎉 I do still get the warnings/errors above in the @brandoncordell maybe something analogous will work for you |
Hi @jjb, unfortunately following those steps (using brew at the beginning instead of MacPorts) didn't do much for me. The |
something like these steps worked for me: #389 (comment) |
I just got an M1 MacBook Pro and installed my preferred development tools but I'm not able to get gitsh working.
Here's the error I get when running
gitsh
:I also tried running it under the old architecture with
arch -x86_64 gitsh
and got the following error:arch: posix_spawnp: gitsh: Bad CPU type in executable
The text was updated successfully, but these errors were encountered: