Skip to content

Instantly share code, notes, and snippets.

@du-song
Last active February 4, 2022 14:52
Show Gist options
  • Save du-song/96f1fbbe3d1601418d796b2e7fb41d17 to your computer and use it in GitHub Desktop.
Save du-song/96f1fbbe3d1601418d796b2e7fb41d17 to your computer and use it in GitHub Desktop.
Run Multipass in macOS as non-admin user
sudo killall -9 multipassd && sleep 5 && sudo chgrp staff /var/run/multipass_socket && multipass list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment