mindlesscloud opened a new issue, #4558: URL: https://github.com/apache/incubator-devlake/issues/4558
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues. ### What happened The Gitextractor plugin runs into an error: ``` time="2023-03-01 13:10:17" level=error msg=" [pipeline service] [pipeline #267] run tasks failed caused by: Error running task 784. Wraps: (2) error preparing task data for gitextractor Wraps: (3) remote authentication required but no callback set Wraps: (4) remote authentication required but no callback set Error types: (1) *hintdetail.withDetail (2) *hintdetail.withDetail (3) *hintdetail.withDetail (4) *git.GitError " time="2023-03-01 13:10:17" level=info msg=" [pipeline service] [pipeline #267] pipeline finished in 1247 ms: Error running task 784. Wraps: (2) error preparing task data for gitextractor Wraps: (3) remote authentication required but no callback set Wraps: (4) remote authentication required but no callback set Error types: (1) *hintdetail.withDetail (2) *hintdetail.withDetail (3) *hintdetail.withDetail (4) *git.GitError " ``` ### What do you expect to happen Cloning should always be successful, whether the repo is public or private ### How to reproduce - setup the DevLake - create a bitbucket connection - create a blueprint from the last connection - set the scope to be a private repo - run the blueprint ### Anything else _No response_ ### Version main ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
