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 94c03b2747604907e266b7b281d225876e648231 Author: Lynwee <[email protected]> AuthorDate: Wed Sep 20 22:18:38 2023 +0800 docs(trouble shooting): add solutions for #6038 --- versioned_docs/version-v0.19/Troubleshooting/Configuration.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/versioned_docs/version-v0.19/Troubleshooting/Configuration.md b/versioned_docs/version-v0.19/Troubleshooting/Configuration.md index fbe71e76c3..4ae97da931 100644 --- a/versioned_docs/version-v0.19/Troubleshooting/Configuration.md +++ b/versioned_docs/version-v0.19/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?
