git - 在 SmartGit 中找不到私有(private)存储库

标签 git github smartgit

我们的项目使用 github。我使用 smartgit 没有任何问题。在我的老板将帐户更新为“企业”后,SmartGit 无法在 github 上看到我们所有的私有(private)存储库。

enter image description here

其他 git 客户端工作得很好! (针对 windows、控制台、SourceTree 测试了 github.com 客户端)

这是为什么?我检查了远程仓库,它们可用。smartgit 告诉我它们不可用(404)。 还是因为我使用的是 smartgit 个人版,在 git 更新后它不喜欢我们的 git 帐户,所以我需要购买 smartgit 商业许可证?

谢谢。

最佳答案

默认情况下,SmartGit 将使用 GitHub OAuth token 访问您的存储库。如果 GitHub 上的访问限制发生变化,可能需要在首选项托管提供商 部分重新生成此 token 。请务必授予对所有 GitHub 组织 的访问权限。有关详细信息,请参阅 SmartGit documentation .

关于git - 在 SmartGit 中找不到私有(private)存储库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38437335/

相关文章:

git - SmartGit 不会使用 ssh 进行身份验证

python - Jenkins -push 将部署阶段的失败部署到 Google App Engine

ruby-on-rails - Git pull 错误 : "fatal: Couldn' t find remote ref master"from Heroku

git - 如何恢复 git prune 远程分支?

git - 如何从 origin 获取特定的功能分支?

git - 是否可以询问GIT,不显示文件?

最近 checkout 分支的 git 别名

服务器上的 Git 初始设置 fatal error : Out of memory, realloc 失败

java - 我应该如何将我的 intelliJ 项目添加到已经存在的 Github 存储库中?

git - 如何使用 Git 删除已推送到远程存储库的提交