El mar, 06-10-2009 a las 21:57 +0200, Wouter Bolsterlee escribió: > For other projects this seems to work fine, e.g. > http://git.gnome.org/cgit/gtk+/?h=master shows me what I expect to see. > > Any clue what I did wrong?
I asked for help on IRC and Owen Taylor kindly debugged it. It seems to be a permission problem and the setting of the umask in your bashrc caused the problem. You have umask '077', but you should use the default value (Debian-based distros uses '022' and Red Hat/SUSE distros uses '002') So your git commands were correct, but not your configuration. Now everything is OK. Be sure to change it before doing another push :) Cheers, -- Juanjo MarÃn _______________________________________________ Evince-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/evince-list
