[txmt-dev] Re: permissions on bundle folder?

Allan Odgaard mailinglist at textmate.org
Sun Feb 21 10:56:35 UTC 2016


On 21 Feb 2016, at 17:54, Allan Odgaard wrote:

>> permissions are:
>> -rw-r--r--  1 502  staff  814 24 Jan  2012 new variable.tmSnippet
> Would need to see permissions for all ancestor folders as well.

Looking at this again, it shows ‘502’ for owner.

Is that your user id? I assume it is not, since a symbolic name is not shown.

So you should probably run something like this to fix your issue:

	cd /path/to/bundles
    sudo chown -R "$USER" .


More information about the textmate-dev mailing list