GitAhead:意外的HTTP状态代码:404

时间:2020-05-19 22:21:33

标签: git gitlab gitahead

我在Linux中从GitKraken切换到GitAhead。 我已经配置且可以使用的存储库具有gitlab的来源。

我在GitAhead中打开了存储库,每当尝试获取,拉出或推送时,都会出现此错误:

Unable to {whatever I'm doing} from 'origin' - unexpected HTTP status code: 404

如果我使用linux终端,则可以正常获取,拉入和推送同一存储库

我不知道问题出在GitAhead是否不要求提供凭据。

  • 我已在常规和存储库配置中配置了用户名和电子邮件。
  • 我尝试添加和删除gitlab帐户(使用个人访问令牌)

有什么想法吗?

# cat ./.git/config

[core]
    repositoryformatversion = 0
    filemode = true
    bare = false
    logallrefupdates = true
[remote "origin"]
    url = https://gitlab.com/c****c/a****3.git
        fetch = +refs/heads/*:refs/remotes/origin/*
[branch "develop"]
    remote = origin
    merge = refs/heads/develop
[branch "master"]
    remote = origin
    merge = refs/heads/master
[user]
    name = Jorge
    email = j****z@c****c.com

两个月前,我在GitAhead's github上问过同样的问题,但没有引起注意。

我的Windows机器和队友的linux机器都不存在此问题,因此它一定是配置错误或其他问题。很奇怪,因为在终端中使用git命令可以完美运行

0 个答案:

没有答案