Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make sublime saving files without asking for permissions?

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!

like image 519
AGamePlayer Avatar asked Dec 21 '13 08:12

AGamePlayer


People also ask

How do I save a file in Sublime Text?

Save a File with Sublime TextIn Sublime Text's top menu bar, choose File > New File. An untitled, blank file will appear. Next, choose File > Save or Save As. It's crucial that you use the file extension .

Where does Sublime Text save files?

Program Files \ Sublime Text folder.

How do I save all tabs in Sublime Text?

{ "keys": ["ctrl+shift+alt+s"], "command": "save_all" }, Now Ctrl+Shift+Alt+S will save all open files. Yay.


1 Answers

sudo chown username -R .

this changes file permission of current directory recursively

like image 163
Thamaraiselvam Avatar answered Oct 05 '22 04:10

Thamaraiselvam