Estoy con mis primeros pinitos en doodba y llevo dos días bloqueado sin poder hacer visible un repositorio privado de github en doodba.
Pongo aquí la situación ahora mismo (aunque creo haber probado todas las combinaciones possibles).
repos.yaml:
./custom-addons:
En odoo>custom>ssh>id_rsa
hay la clave correpondiente a la que he puesto en github.
Pruebo connexion con ssh a github con el mismo fichero (id_rsa) puesto en mi ~/.ssh:
quim:~$ ssh -T git@github.com
sign_and_send_pubkey: signing failed for ED25519 "quim@example.com" from agent: agent refused operation
Hi example-quim/test_doodba! You've successfully authenticated, but GitHub does not provide shell access.
A pesar de ello en el git-agregate me salta con error:
load pubkey "/home/odoo/.ssh/id_rsa": invalid format
Warning: Permanently added the RSA host key for IP address '140.82.121.3' to the list of known hosts.
Load key "/home/odoo/.ssh/id_rsa": invalid format
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Seguro que es una tontería pero no doy con ello. ¿Alguien podria indicarme cómo informa los repositorios privados en doodba? ¿Qué me dejo?