This is an automated email from the ASF dual-hosted git repository. lynwee pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
commit 74cf4c1f6fce743e481c5d52ddc92b318ac860a7 Author: Lynwee <[email protected]> AuthorDate: Wed Sep 20 22:19:56 2023 +0800 docs(trouble shooting): add solutions for #6038 to latest version --- docs/Troubleshooting/Configuration.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/Troubleshooting/Configuration.md b/docs/Troubleshooting/Configuration.md index fbe71e76c3..4ae97da931 100644 --- a/docs/Troubleshooting/Configuration.md +++ b/docs/Troubleshooting/Configuration.md @@ -68,6 +68,14 @@ Here is an example of the `docker-compose` installation, the idea applies to oth command: --innodb-buffer-pool-size=200M ``` +### Repositories don't show up to select for data scopes in GitHub connections +See issue [#6038](https://github.com/apache/incubator-devlake/issues/6038) + +First you should check whether you access token has necessary permissions, if permissions are correct. Please make sure that after creating the token you have authorized it using SSO if your account are protected by organization SAML enforcement. + +More details about authenticating with SAML single sign-on can be seen [here](https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on). + + ## None of them solve your problem?
