Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/recyclarr/commit/26bab2c0955779fb3bf3b04680dc35a7632165d9 You should set ROOT_URL correctly, otherwise the web may not work correctly.

build: upgrade libgit2sharp to fix ubuntu v20 native lib issue

See: https://github.com/libgit2/libgit2sharp/issues/1747#issuecomment-743185544
pull/47/head
Robert Dailey 4 years ago
parent 785da4bd07
commit 26bab2c095

@ -5,7 +5,7 @@
<PackageReference Include="FluentValidation" />
<PackageReference Include="Flurl" />
<PackageReference Include="Flurl.Http" />
<PackageReference Include="LibGit2Sharp" Version="0.26.2" />
<PackageReference Include="LibGit2Sharp" Version="0.*-*" />
<PackageReference Include="Serilog" />
<PackageReference Include="System.Data.HashFunction.FNV" />
<PackageReference Include="System.IO.Abstractions" />

Loading…
Cancel
Save