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 dc6468528502e23d8eeaab3a404a0ee07eca79e8 Author: Lynwee <[email protected]> AuthorDate: Thu Sep 21 11:16:41 2023 +0800 docs(trouble shooting): rewrite the faq about issue #6038 --- docs/Troubleshooting/Configuration.md | 6 ++++-- versioned_docs/version-v0.19/Troubleshooting/Configuration.md | 8 +++++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/docs/Troubleshooting/Configuration.md b/docs/Troubleshooting/Configuration.md index 184b25dbd7..d998cebcd7 100644 --- a/docs/Troubleshooting/Configuration.md +++ b/docs/Troubleshooting/Configuration.md @@ -68,11 +68,13 @@ Here is an example of the `docker-compose` installation, the idea applies to oth command: --innodb-buffer-pool-size=200M ``` -### GitHub repositories keep loading when adding data scopes to a GitHub connection +### GitHub repositories keep loading when adding data scopes See issue [#6038](https://github.com/apache/incubator-devlake/issues/6038) -First, check if your access token has the necessary permissions. If the permissions are correct, make sure that you have authorized the token using SSO if your account is protected by organization SAML enforcement. +If you're having trouble adding data scopes to a GitHub connection because the repositories keep loading, there are a few things you can check: +1. Make sure your access token has the necessary permissions. +2. If your account is protected by organization SAML enforcement, make sure you've authorized the token using SSO. For more details about authenticating with SAML single sign-on, see here: https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on. diff --git a/versioned_docs/version-v0.19/Troubleshooting/Configuration.md b/versioned_docs/version-v0.19/Troubleshooting/Configuration.md index 184b25dbd7..1a4becda59 100644 --- a/versioned_docs/version-v0.19/Troubleshooting/Configuration.md +++ b/versioned_docs/version-v0.19/Troubleshooting/Configuration.md @@ -68,12 +68,14 @@ Here is an example of the `docker-compose` installation, the idea applies to oth command: --innodb-buffer-pool-size=200M ``` -### GitHub repositories keep loading when adding data scopes to a GitHub connection +### GitHub repositories keep loading when adding data scopes See issue [#6038](https://github.com/apache/incubator-devlake/issues/6038) -First, check if your access token has the necessary permissions. If the permissions are correct, make sure that you have authorized the token using SSO if your account is protected by organization SAML enforcement. - +If you're having trouble adding data scopes to a GitHub connection because the repositories keep loading, there are a few things you can check: +1. Make sure your access token has the necessary permissions. +2. If your account is protected by organization SAML enforcement, make sure you've authorized the token using SSO. + For more details about authenticating with SAML single sign-on, see here: https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on. ## None of them solve your problem?
