Hi Lorenzo, On Sun, Nov 15, 2009 at 5:07 AM, Lorenzo Bettini <bettini@xxxxxxxxxxxx> wrote: > url = git://... > isn't this enough to be able to push the experiments branch? not normally. The "git://" protocol is a read-only protocol by default. Since it is completely unauthenticated, enabling push via git:// is not a good idea in general. > url = git@... This is a shortcut for something like ssh://git@..., which then allows write also. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html