Unable to connect to source control - linking to github with personal access token instead of passwordIssue Error in logs: The user only has read access to the repo. Make sure the user has both read and write access: com.glide.sourcecontrol.SourceControlException: org.eclipse.jgit.api.errors.TransportException: https://github.com/avbbpm/tracker.git: git-upload-pack not permitted: com.glide.sourcecontrol.AGitRepository.fetch(AGitRepository.java:633)com.glide.sourcecontrol.worker.git.GitWorkerHelper.initRepo(GitWorkerHelper.java:86)com.glide.sourcecontrol.worker.git.GitRefreshRepositoryWorker.refreshRepo(GitRefreshRepositoryWorker.java:84)com.glide.sourcecontrol.worker.RefreshRepositoryWorker.execute(RefreshRepositoryWorker.java:67) CauseIf you face this error after August 13 2021, it probably means you should use an access token authentication instead of passwords for Github.Github has moved to using tokens instead of passwords. You will not be affected by this change if you are using SSH to link the application to Git. https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ Resolution1, Create the access token on your github.Your Github page(Your icon) > Settings > Developer settings > Personal access tokens > Generate new token ** Don't forget to note the access token. (If you forget, you can create it again.) 2, Navigate to this table: https://<instance_name>.service-now.com/basic_auth_credentials_list.do 3, Click your Github credential and enter your access token in the password field. 4, Update it and try connecting to source control again.