【问题标题】:Unable to push from vs 2013 to Git using GitLab HTTP无法使用 GitLab HTTP 从 vs 2013 推送到 Git
【发布时间】:2017-07-24 15:46:58
【问题描述】:

首先,我在寻找方向大约 2 天后问我。 所以任何帮助都会得到满足。

情况是我们在使用gitlab上:

Ubuntu 14.04.1 LTS(GNU/Linux 3.13.0-32-generic x86_64)

我们安装了GitLab(具体版本为:7.3.1 1660aa2

我们尝试通过 Visual Studio 推送提交(我们在 2013 年、2015 年尝试过),但没有 seccessing。

在 Git Bash 中一切都很好,但我们想通过使用 Visual Studio 来提高使用率。 许多亮点:

  1. 就像我在 ssh 中所说的那样,它起作用了。
  2. 我们作为来源的地址取自 GitLab 平台。 GitLab link generated structure
  3. 我们收到的错误是:

    响应状态码不表示成功:404(未找到)。 here is the error msg from VS

  4. 途中没有代理。

有什么想法吗?

【问题讨论】:

    标签: git visual-studio gitlab


    【解决方案1】:

    你尝试过在 Git Bash 中连接 http 吗?

    我建议检查一下。

    也试试那个结构:

    {userNameInGitLab}@{yourSrvName}/{destRepository.git}

    【讨论】:

    • http 在 Git Bash 中我得到“远程:未找到”(相同的反应)。但是,当我尝试您的结构时,我得到 Windows 安全提示以提供用户和密码,当我输入它们时,我得到了成功!非常感谢。
    猜你喜欢
    • 2015-12-25
    • 1970-01-01
    • 2018-03-10
    • 1970-01-01
    • 2018-02-19
    • 2020-03-04
    • 2021-11-25
    • 1970-01-01
    • 2021-12-28
    相关资源
    最近更新 更多