Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Private Repositories not found in SmartGit

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.

like image 456
MilMike Avatar asked Jul 18 '16 12:07

MilMike


People also ask

Why am I getting repository not found?

Error: Repository not found. If you see this error when cloning a repository, it means that the repository does not exist or you do not have permission to access it.


1 Answers

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.

like image 124
mstrap Avatar answered Oct 06 '22 08:10

mstrap