mam8cc opened a new issue, #7533: URL: https://github.com/apache/incubator-devlake/issues/7533
### 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 When attempting to setup the Github connector with a private Github repo I receive the below error while it tries to clone the repositories. ``` devlake-1 | time="2024-05-28 19:27:13" level=error msg=" [pipeline service] [pipeline #2] [task #9] subtask Clone Git Repo ended unexpectedly\n\tWraps: (2) failed to deepen the cloned repo\n\tWraps: (3) exit status 128\n\tError types: (1) *hintdetail.withDetail (2) *hintdetail.withDetail (3) *exec.ExitError" ``` ### What do you expect to happen I expect the onboarding wizard to setup my Github integration. ### How to reproduce Using the v0.21.0 Docker Compose... 1. Navigate to the onboarding wizard/workflow 2. Add Github as a data source. 3. Create a PAT with the required scopes for [private repository access](https://devlake.apache.org/docs/Configuration/GitHub/#github-personal-access-tokensrecommended) 4. Select a repository from the private org to import ### Anything else This issue happens consistently even with a fresh database, and local state. Have attempted to set `NO_SHALLOW_CLONE=true` based on the feedback <img width="1280" alt="Screenshot 2024-05-28 at 2 33 28 PM" src="https://github.com/apache/incubator-devlake/assets/1774337/795cbe20-0625-434d-a636-8126dca41b3b"> ### Version v0.21.0 ### Are you willing to submit PR? - [ ] 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: dev-unsubscr...@devlake.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org