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

Crashes on macOS High Sierra ... #9

Closed
gamecubate opened this issue Nov 13, 2020 · 4 comments
Closed

Crashes on macOS High Sierra ... #9

gamecubate opened this issue Nov 13, 2020 · 4 comments

Comments

@gamecubate
Copy link

immediately after dropping the git commit card onto the panel above

@ciacci1234
Copy link

I have the same scenario ✔️ App starts up, but crashing when dragging git init card

macOS High Sierra Version 10.13.3

@ghost
Copy link

ghost commented Nov 16, 2020

Same issue on Catalina. I was able to grab this screenshot before the crash:
Screen Shot 2020-11-15 at 8 20 48 PM

@blinry
Copy link
Member

blinry commented Nov 17, 2020

Thanks for reporting this issue! :)

@ayacksmith, hehe, that screenshot made it very clear to us what was wrong: the Mac implementation of sed does not seem to support the -r option – but it turns out we don't need it here. We deleted it, and it seems to work now.

Feel free to let us know if you encounter more issues! <3

@tasmo
Copy link

tasmo commented Nov 23, 2020

Another approach can be using awk:

awk 'sub(/^\.\.\./,"")'

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

4 participants