Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
3848 Vistas

In several of our Odoo SH projects, when a branch is uploaded to the staging section, the branch tries to build but fails and the logs are empty. 

It only shows "Failed to checkout the repository" on the red icon.

We did not have any issues for more than a year now. There have been no changes to the code or submodules of our projects that might affect it. This error started on Monday, January 19, 2023.


Avatar
Descartar
Mejor respuesta

I have same problem with V15

Avatar
Descartar
Mejor respuesta

This error message typically indicates that there is a problem with the git repository that Odoo is trying to checkout on the staging branches. Possible causes include incorrect repository URL or credentials, network issues, or problems with the local git installation.

You can try the following troubleshooting steps to resolve the issue:

  1. Check that the repository URL and credentials are correct and have the necessary permissions.
  2. Test the connection to the repository by running git ls-remote --heads in the command line.
  3. Check that your local git installation is up-to-date and properly configured.
  4. Try running the command with the -v or --verbose flag to see more detailed error information.
  5. Try to clone the repository locally to check if there is any issue with the repository.

If the problem persists, it may be necessary to seek assistance from the repository maintainer or your IT support team.

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
2
ene 23
2262
1
ago 22
3633
0
may 21
2305
1
dic 24
3612
0
may 22
2255