admin管理员组文章数量:1023764
I have a CI pipeline which runs a basic Python unit test command. It uses the python:3.11
Docker base image.
When the pipeline runs in the main repo, everything works fine. However, when running the pipeline in a fork, I get the following error message.
Preparing environment
Running on runner-xxx-concurrent-0 via runner-xxx...
Getting source from Git repository
Fetching changes with git depth set to 20...
Initialized empty Git repository in /builds/<username>/<project_name>/.git
Created fresh repository.
fatal: mismatched algorithms: client sha1; server sha256
Cleaning up project directory and file based variables
ERROR: Job failed: exit code 1
I've confirmed that my repo, my local git, and all commits in the repo, are using SHA256 (in both the main repo and the fork).
I have a CI pipeline which runs a basic Python unit test command. It uses the python:3.11
Docker base image.
When the pipeline runs in the main repo, everything works fine. However, when running the pipeline in a fork, I get the following error message.
Preparing environment
Running on runner-xxx-concurrent-0 via runner-xxx...
Getting source from Git repository
Fetching changes with git depth set to 20...
Initialized empty Git repository in /builds/<username>/<project_name>/.git
Created fresh repository.
fatal: mismatched algorithms: client sha1; server sha256
Cleaning up project directory and file based variables
ERROR: Job failed: exit code 1
I've confirmed that my repo, my local git, and all commits in the repo, are using SHA256 (in both the main repo and the fork).
本文标签:
版权声明:本文标题:With GitLab, getting "fatal: mismatched algorithms: client sha1; server sha256" error when running pipeline on 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://it.en369.cn/questions/1745585746a2157583.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论