0

Sublime Text 3 build 3047 is changing the owner of files that I edit to Administrator. This happens on Windows 7 Pro 64-bit with cygwin64.

The causes a problem with the ~/.ssh/config file. When I try to clone a git repo with ssh using an alias in the ~/.ssh/config file it refuses to read it because the owner is incorrect. Changing the owner back solves the problem, but I have to do this every time I edit a file.

Is there a setting that can prevent this or is it a bug?

5
  • You could be running Sublime as Administrator. Are you starting it from bash? If so, cygwin could be set to run as admin - see if you can change its settings.
    – MattDMo
    Commented Dec 6, 2013 at 17:33
  • I'm not running Sublime as Administrator. I start it from the Task Bar and I don't use the options to run as Administrator. Commented Dec 7, 2013 at 2:21
  • are any other files you edit having their owner changed, or is it just your ssh config?
    – MattDMo
    Commented Dec 7, 2013 at 2:23
  • All files I edit have ownership changed to Administrator. Commented Dec 7, 2013 at 23:56
  • Having the cygwin64 owner changed to Administrator doesn't matter for most files, but with ssh related files it does matter. Commented Dec 8, 2013 at 0:03

0

You must log in to answer this question.

Browse other questions tagged .