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

macOS Monterey doesn't work with mvnd #554

Closed
yxxcrtd opened this issue Dec 30, 2021 · 6 comments
Closed

macOS Monterey doesn't work with mvnd #554

yxxcrtd opened this issue Dec 30, 2021 · 6 comments

Comments

@yxxcrtd
Copy link

yxxcrtd commented Dec 30, 2021

No description provided.

@yxxcrtd
Copy link
Author

yxxcrtd commented Dec 30, 2021

I config env in .zshrc
export PATH=$PATH:/Users/yxx/mvnd-0.7.1/bin
then execute mvnd show: zsh: permission denied: mvnd

@yxxcrtd yxxcrtd changed the title macOS Monterey doesn macOS Monterey doesn't work with mvnd Dec 30, 2021
@yxxcrtd
Copy link
Author

yxxcrtd commented Dec 30, 2021

how to fix

@gnodet
Copy link
Contributor

gnodet commented Jan 3, 2022

This has to be an environment issue, I do use Monterey without any problem. Is the execute permission set on the executable ?

@yxxcrtd
Copy link
Author

yxxcrtd commented Jan 3, 2022

I don't known why maven can execute?

@gnodet
Copy link
Contributor

gnodet commented Jan 3, 2022

/Users/yxx/mvnd-0.7.1/bin

Have you tried setting the executable flag ?

chmod +x /Users/yxx/mvnd-0.7.1/bin/mvnd

and can you paste the output of

ls -la /Users/yxx/mvnd-0.7.1/bin/

@yxxcrtd
Copy link
Author

yxxcrtd commented Jan 4, 2022

/Users/yxx/mvnd-0.7.1/bin

Have you tried setting the executable flag ?

chmod +x /Users/yxx/mvnd-0.7.1/bin/mvnd

and can you paste the output of

ls -la /Users/yxx/mvnd-0.7.1/bin/

It works! tks !!!

@yxxcrtd yxxcrtd closed this as completed Jan 4, 2022
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

2 participants