On Tue, Jul 01, 2025 at 08:38:09AM -0700, Junio C Hamano wrote: > Michal Suchánek <msuchanek@xxxxxxx> writes: > > > Is there any way to see what the server is returning? > > If this is going over http(s)://, then > > export GIT_TRACE_CURL=true > With that I can see that the forge instance in question reports indiscriminately 401 while their demo site running the current development code correctly returns 403. Probably a case for upgrading to a more recent version. Thanks Michal