I have a private repo I want to build with gradient.
Therefore I've given gradient access via a ssh key (services.gradient.organizations.<name>.private_key_file = "/run/id_ed25519"), however gradient still fails to fetch the repository with the error shown below
failed to clone git+ssh://forgejo@git.example.com:16682/krauterbaquette/config.git: authentication required but no callback set; class=Ssh (23); code=Auth (-16)
I am using gradient version 1.2.2 (60bc60c7aa7a3a938fa2598764d1917580b17f23)
I have a private repo I want to build with gradient.
Therefore I've given gradient access via a ssh key (
services.gradient.organizations.<name>.private_key_file = "/run/id_ed25519"), however gradient still fails to fetch the repository with the error shown belowI am using gradient version
1.2.2(60bc60c7aa7a3a938fa2598764d1917580b17f23)