How to make sublime saving files without asking for permissions?

Viewed 16661

I am using Sublime Text 2 on my Mac (10.9)

It's quite weird that for over 3 months, it works fine. Today it suddenly prompts me to enter the administrator's password to save a file.

I installed this very popular plugin today. But I don't know why this is connected.

It's quite annoying to enter admin's password every time I save a file (actually not every time but quite often)

Is there anything I need to check?

Thanks!

6 Answers

You may use,

sudo chown $USER -R .

To change current user permissions.

Related