I've looked into this a bit and I think this is a bug in Webstorm.
Webstorm saves files a lot without you actually hitting save, so
that's why I didn't put 2 and 2 together. It appears that any file
change in Webstorm is screwing up the permissions on git's index --
but only in 64b Ubuntu, it wasn'
> That doesn't make sense. If you are the owner of the file, why do you need
> sudo???
I've just never seen a chmod command without sudo. I assumed it was
needed. Is this relevant to the bug that I'm seeing?
On Fri, Aug 9, 2013 at 5:40 AM, Andreas Schwab wrote:
> Justin Collum writes:
>
>>
Andreas Schwab writes:
> Justin Collum writes:
>
>> sudo chmod 644 ./.git/index
>
> That doesn't make sense. If you are the owner of the file, why do you
> need sudo???
I suspect that some over-use of "sudo" resulted in files or directories
belonging to root. What does
find . -user 0
Justin Collum writes:
> sudo chmod 644 ./.git/index
That doesn't make sense. If you are the owner of the file, why do you
need sudo???
Andreas.
--
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something comple
doing
sudo chmod 644 ./.git/index
instead of 777 resulted in the same result a bit later:
$ gs
fatal: index file open failed: Permission denied
On Thu, Aug 8, 2013 at 3:37 PM, Kyle J. McKay wrote:
> On Aug 8, 2013, at 15:18, Andrew Ruder wrote:
>>
>> On Thu, Aug 08, 2013 at 11:35
On Thu, Aug 08, 2013 at 03:33:32PM -0700, Justin Collum wrote:
> On Thu, Aug 8, 2013 at 3:18 PM, Andrew Ruder wrote:
> > he is neither the user dev or the group dev
>
> I am both. There's only one user on this machine and he is me.
If you are running as 'dev', then I'm not sure how the permissio
On Aug 8, 2013, at 15:18, Andrew Ruder wrote:
On Thu, Aug 08, 2013 at 11:35:35PM +0200, Stefan Beller wrote:
On 08/08/2013 10:27 PM, Justin Collum wrote:
[...]
-rwxrwxrwx 1 dev dev 17K Aug 8 13:12 index
[...]
-rw-rw-r-- 1 dev dev 17K Aug 8 13:16 index # <---
The permissi
On Thu, Aug 8, 2013 at 3:18 PM, Andrew Ruder wrote:
> he is neither the user dev or the group dev
I am both. There's only one user on this machine and he is me.
> he is regularly running chmod -R 777
Yes, true. I have a program that I use to edit some of these files
(not the git files) that li
On Thu, Aug 08, 2013 at 11:35:35PM +0200, Stefan Beller wrote:
> On 08/08/2013 10:27 PM, Justin Collum wrote:
> > [...]
> > -rwxrwxrwx 1 dev dev 17K Aug 8 13:12 index
> > [...]
> > -rw-rw-r-- 1 dev dev 17K Aug 8 13:16 index # <---
>
> The permissions are set to reading for al
On 08/08/2013 10:27 PM, Justin Collum wrote:
> I've run into a strange situation with git lately. It seems that
> anything I do involving git will alter the permissions on my index
> file to the point that I can't do anything until I re-add the
> permissions on the file.
>
> Looks like a bug to me
I've run into a strange situation with git lately. It seems that
anything I do involving git will alter the permissions on my index
file to the point that I can't do anything until I re-add the
permissions on the file.
Looks like a bug to me, is it? It does seem like this has started
happening sin
11 matches
Mail list logo