Truecharts not installing.

imsocold

Dabbler
Joined
Dec 13, 2021
Messages
43
I run the command to add the catalog, it runs to 40% and then boom!
Fail.

[nas]> app catalog create label="TrueCharts" repository="https://github.com/truecharts/truecharts" branch="main" preferred_trains=stable [40%] Validating 'TRUECHARTS' catalog... Validation errors: * catalog_create.label: Failed to validate catalog: [EFAULT] Failed to checkout 'main' branch for 'https://github.com/truecharts/truecharts' repository: Cmd('git') failed due to: exit code(1) cmdline: git checkout main stderr: 'error: pathspec 'main' did not match any file(s) known to git'
 

imsocold

Dabbler
Joined
Dec 13, 2021
Messages
43
I tried changing the url to:

app catalog create label="TrueCharts" repository="https://github.com/truecharts/apps" branch="master" preferred_trains=stable

to reflect what I saw on GitHub and get a different error.

Help :(
 

truecharts

Guru
Joined
Aug 19, 2021
Messages
788
The command method to add catalogs is still there, but rather ancient by now for general-use...

Anyway: It might be wise to take a peak out our "quick-start-guides" on our website ;-)
 
Top