dosubot[bot] commented on issue #7524: URL: https://github.com/apache/incubator-devlake/issues/7524#issuecomment-2134434870
<!-- Answer --> Yes, you can enable or disable the shallow clone option using the `.env` file or an environment setting. Specifically, you can set the `NoShallowClone` option in the `.env` file to control this behavior. Here is how you can do it: 1. Open your `.env` file. 2. Add the following line to set the `NoShallowClone` option: ```env NO_SHALLOW_CLONE=true ``` This will ensure that the `NoShallowClone` option is enabled, and a full clone will be performed instead of a shallow clone. Make sure to restart your Docker Compose services after making changes to the `.env` file to apply the new settings. <!-- Dosu Comment Footer --> <details> <summary> #### Details </summary> **About Dosu** This response is meant to be useful and save you time. It is **not meant to be a precise solution**, but rather a starting point for your own research. Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant. </details> *To continue the conversation, mention @dosu.* -- 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 For queries about this service, please contact Infrastructure at: us...@infra.apache.org