klesh commented on issue #7488: URL: https://github.com/apache/incubator-devlake/issues/7488#issuecomment-2119787817
@mparthi3-ford I apologize for the misunderstanding. Both GitLab and GitHub use the same proxy settings. To clarify: - You haven't configured any proxy for your connection. - Some repositories are fetched successfully, while others encounter issues. To diagnose further, could you please provide the following information: Authorization Method: Are you using a Personal Access Token (PAT) or a GitHub App? If using a PAT, is it a fine-grained token (with limited permissions)? Clone via the `git` cli: Try cloning the git repo URL from the error message using the git command line: ``` git clone https://git:***@github.ford.com/AV-TaaS/gcp-app-terraform-trr-backend.git ``` Remember to replace `***` with your token (PAT if applicable). This information will help pinpoint the issue specific to the failing repositories. -- 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]
