Replies: 5 comments 2 replies
|
Hi, we have the same Problem with the sam setup. Thanks for troubleshooting and solution tips... |
1 reply
|
Hello. Thank you for your information. I'll check it... |
0 replies
|
Having a similar problem as we also only allow ssh cloning. Since I run devlake as a container and wouldn't be able to store a pem file on a persistent filesystem. |
1 reply
|
I think a better solution is to:
|
0 replies
|
Will official support for ssh cloning be implemented? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Good morning!
I wanted to find out if anyone had this issue and has resolved it before opening a bug. I can't find anything related to this specific error.
Running Devlake using Docker / Docker-Compose, during the gitextractor step of the pipeline, fails with the error:
subtask cloneGitRepo ended unexpectedly Wraps: (2) plain clone git error Wraps: (3) plain clone git error Error types: (1) *hintdetail.withDetail (2) *hintdetail.withDetail (3) *errors.errorStringThe rest of the git data is collected correctly, so we can view deployments, PR's, etc, however, data related to gitextractor like file-level metrics, is missing.

We are using a self-hosted Gitlab instance, on version 16.9.
Our Devlake version is v0.21.0@ac4f7fe.
All reactions