Private Repositories not found in SmartGit
Asked Answered
C

1

7

we are using github for our projects. I was using smartgit without any problems. After my boss updated the account to "enterprise" SmartGit can't see all our private repositories on github.

enter image description here

Others git clients work just fine! (tested the github.com client for windows, console, SourceTree)

Why is this? I checked the remote repos and they are available.. smartgit tells me they are not (404). Or is it because I am using smartgit personal edition and after the git update it doesn't like our git account so I need to buy smartgit commercial license?

Thanks.

Contemporize answered 18/7, 2016 at 12:58 Comment(1)
Related link : help.github.com/articles/error-repository-not-foundReplete
E
8

By default, SmartGit will use the GitHub OAuth token to access your repositories. If access restrictions have changed on GitHub, it may be necessary to regenerate this token in the Preferences, section Hosting Providers. Be sure to grant access to all your GitHub organizations. For details refer to the SmartGit documentation.

Endemic answered 18/7, 2016 at 14:9 Comment(2)
thanks! you moved me in the right direction. I switched from OAuth to SSH and it works now perfectly. :)Contemporize
another possibility that helped me was: settings->authentication: switch from smart-git-provided to system ssh clientEncephalon

© 2022 - 2024 — McMap. All rights reserved.