gitlab - GitKraken 不允许我在 GitLab 上打开我的私有(private)存储库

标签 gitlab gitkraken

所以,除了GitKraken won't let me clone from a private repo on GitHub
打开我的 GitLab 存储库时出现此屏幕:

notification I get after opening my Repo

任何人都得到了如何使我的 repo “非私有(private)”或如何让 GitKraken 让我在没有专业计划的情况下打开它的解决方案?

已经尝试过:

  • 在 GitKraken 中生成新的 SSH key
  • 删除 Repo,生成新的 GitLab 连接,克隆 Repo
  • 检查 GitLab:GitKraken 是授权应用程序
  • Git Pull 通过命令行没有问题,所以没有权限问题
  • ...
  • 最佳答案

    6.5.1 是支持私有(private) repo 的最后一个版本。您可以在此链接查看发布详情 https://blog.axosoft.com/gitkraken-v6-0/#pricing-changeshttps://support.gitkraken.com/release-notes/6x/
    您也可以从 Axosoft https://release.axocdn.com/darwin/GitKraken-v6.5.1.zip 下载它(Mac 版)或 https://release.gitkraken.com/darwin/GitKraken-v6.5.1.zip
    我不知道如何关闭自动更新功能,所以如果你完全关闭 GitKraken 并重新打开它,它会更新到最新版本。
    =======
    更新
    阻止更新的 IP 地址
    对于 MacOSecho "127.0.0.1 release.gitkraken.com" >> /private/etc/hosts enter image description here

  • Windows 10 – “C:\Windows\System32\drivers\etc\hosts”
  • Linux –“/etc/hosts”
  • Mac OS X – “/private/etc/hosts”
  • 关于gitlab - GitKraken 不允许我在 GitLab 上打开我的私有(private)存储库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58095592/

    相关文章:

    由于丢失或损坏的本地对象 git-lfs,git push 被拒绝

    amazon-web-services - 如何在没有pem文件的情况下在aws ec2实例中部署maven项目

    gitkraken - 在 GitKraken 中重命名文件

    git - 使用 GitLab 自定义接收后文件

    docker - 使用共享运行器访问 gitlab 注册表

    github - GitKraken 和 Github - 无法获取服务器证书 : The handle is in the wrong state for the requested operation

    gitkraken - 如何比较 2 个分支

    gitkraken - 如何在专用网络上使用 GitKraken?

    Azure DevOps 服务器(本地)与 SourceTree 或 Gitkraken 集成

    使用 -p 进行 docker 登录会出现错误,当我像它建议的那样切换到 --password-stdin 时,仍然会出现错误 - gitlab-ci