joeferraro / MavensMate-SublimeText

Sublime Text plugin for Salesforce developers. Aims to replace the Eclipse-based Force.com IDE.
http://mavensmate.com
GNU General Public License v3.0
290 stars 119 forks source link

Cannot create/Open a Project on mac. Permission Denied #834

Closed cchandu02 closed 7 years ago

cchandu02 commented 8 years ago

Hi,

I'm getting a permissions issue while creating/opening a project using sublime/mavensmate.

MAVENSMATE: attempting to open project at -->

Traceback (most recent call last): File "/Users/cvadlapatla/Library/Application Support/Sublime Text 3/Packages/MavensMate/mavensmate.py", line 1670, in panel_done process = subprocess.Popen([subl_executable_location, '--project', project_file_location], stdout=subprocess.PIPE, stderr=subprocess.STDOUT) File "./python3.3/subprocess.py", line 819, in init File "./python3.3/subprocess.py", line 1448, in _execute_child PermissionError: [Errno 13] Permission denied

I'm trying this on my new mac. Have spent a lot of time on the TLS 1.1 issue and now stuck with this issue. Please help !!