On Fri, May 01, 2020 at 08:16:13PM +0200, Christopher Witt wrote: > Hi Quentin, > > I hope it's fine to chime in here, since I just stumbled across the same > issue. Could you explain what you mean by using the git protocol? > > I'm wondering because cloning the repo, changing and pushing is exactly > what is being described under https://suckless.org/wiki/ . > > Best wishes, > > Christopher > > On 2020-05-01 00:18, Quentin Rameau wrote: > > Hi Cris, > > > >> I'm not sure what's going on. > >> > >> sites % git remote -v > >> origin https://git.suckless.org/sites (fetch) > >> origin https://git.suckless.org/sites (push) > >> > >> Maybe someone with access to the git server can see what's going on here? > >> :-) > > You can't push suckless git over http(s), I'm not even sure since when > > it's activated for cloning. > > > > Use the git protocol instead. > > >
'git protocol' here means prefixing the url with git:// instead of http(s):// -- Hayden