Hi, On Mon, May 27, 2024 at 1:54 PM Micha Silver via grass-user <[email protected]> wrote: > > (cc-ing the list also) > > > I can confirm this problem. The `g.extension` module is looking at the > wrong URL, it seems.
The solution would be a backport to older GRASS GIS versions of https://github.com/OSGeo/grass/pull/2895 which replaces SVN checkout (no longer supported by GitHub) with git sparse checkout. best, Markus > $ g.extension r.traveltime > > Unable to connect to a repository at URL > 'https://github.com/OSGeo/grass-addons/branches/grass8/src/raster/r.traveltime' > > > Here is the correct source for the addon: > > https://github.com/OSGeo/grass-addons/tree/grass8/src/raster/r.traveltime > > > I submitted an issue for this on github: > > https://github.com/OSGeo/grass-addons/issues/1089 > > > Regards, > > Micha > _______________________________________________ grass-user mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/grass-user
