Skip to content

Instantly share code, notes, and snippets.

@dmitryd
Created May 28, 2015 07:16
Show Gist options
  • Save dmitryd/1112bb0d098097b2438a to your computer and use it in GitHub Desktop.
Save dmitryd/1112bb0d098097b2438a to your computer and use it in GitHub Desktop.
(Mac) Fix PhpStorm prompt for accepting incoming connections
#!/bin/bash
#
# @see https://youtrack.jetbrains.com/issue/IDEA-129941
#
# Make sure you have Wi-Fi on and automatic time zone on on your Mac!
sudo codesign --force --deep --sign - /Applications/PhpStorm.app/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment