I am trying to run a Jenkins job which checks out code from a Git repository. When I set the GIT repository, I'm getting the next error:
I am using the next software versions:
- Jenkins 2.289.1 in Windows 7.
- Git client: v2.29.2
- Gitea Versión: 73ce024
User and password is required to access my repositories in Gitea through the web console, so I've added an user/password credential in the repository configuration section.
Checking logs I can see:
What I'm doing wrong?
Thanks in advance!