Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/git/23.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/github/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/perl/10.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在SmartGit中找不到私有存储库_Git_Github_Smartgit - Fatal编程技术网

在SmartGit中找不到私有存储库

在SmartGit中找不到私有存储库,git,github,smartgit,Git,Github,Smartgit,我们在项目中使用github。我使用smartgit时没有任何问题。在我的老板将帐户更新为“企业”后,SmartGit无法在github上看到我们所有的私有存储库 其他git客户端工作得很好!(测试了适用于windows、console和SourceTree的github.com客户端) 为什么会这样?我检查了远程回购协议,它们是可用的。。smartgit告诉我它们不是(404)。 还是因为我使用的是smartgit个人版,在git更新后,它不喜欢我们的git帐户,所以我需要购买smartgi

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

其他git客户端工作得很好!(测试了适用于windows、console和SourceTree的github.com客户端)

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


谢谢。

默认情况下,SmartGit将使用GitHub OAuth令牌访问您的存储库。如果GitHub上的访问限制已更改,则可能需要在首选项部分的托管提供商中重新生成此令牌。确保授予对所有GitHub组织的访问权限。有关详细信息,请参阅。

相关链接:谢谢!你让我走对了方向。我从OAuth切换到SSH,现在可以完美地工作了。:)