Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/oop/2.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
远程:GitLab:未能授权您的Git请求:无法访问内部API_Git_Gitlab - Fatal编程技术网

远程:GitLab:未能授权您的Git请求:无法访问内部API

远程:GitLab:未能授权您的Git请求:无法访问内部API,git,gitlab,Git,Gitlab,我试图将现有的Prestashop项目推送到gitlab,但出现以下错误: {user}@{host}:/var/www/html/{project}# git push -u origin master Password for 'https://{gitlab.com-user}@gitlab.com': Counting objects: 20891, done. Compressing objects: 100% (14218/14218), done. Writing objects

我试图将现有的Prestashop项目推送到gitlab,但出现以下错误:

{user}@{host}:/var/www/html/{project}# git push -u origin master
Password for 'https://{gitlab.com-user}@gitlab.com': 
Counting objects: 20891, done.
Compressing objects: 100% (14218/14218), done.
Writing objects: 100% (20888/20888), 168.58 MiB | 6.25 MiB/s, done.
Total 20888 (delta 5567), reused 20881 (delta 5563)
remote: Resolving deltas: 100% (5567/5567), completed with 2 local objects.
remote: GitLab: Failed to authorize your Git request: internal API unreachable
To https://{gitlab.com-user}@gitlab.com/{project}/{project}.git
 ! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://{gitlab.com-user}@gitlab.com/{project}/{project}.git'
我的.gitignore文件是:

# Private files
# The following files contain your database credentials and other personal data.

#config/settings.*.php

# Cache, temp and generated files
# The following files are generated by PrestaShop.

#admin-dev/autoupgrade/
admin*/autoupgrade/
/cache/
!/cache/index.php
!/cache/cachefs/index.php
!/cache/purifier/index.php
!/cache/push/index.php
!/cache/sandbox/index.php
!/cache/smarty/index.php
!/cache/tcpdf/index.php
config/xml/*.xml
/log/*
*sitemap.xml
themes/*/cache/
modules/*/config*.xml

# Site content
# The following folders contain product images, virtual products, CSV's, etc.

admin*/backups/
admin*/export/
admin*/import/
download/
/img/*
upload/
我使用gitlab.com免费帐户,但我的服务器上没有安装该帐户。它可以是项目的大小吗?提交或回购是否有大小限制?我应该忽略其他目录吗


提前感谢。

听起来您应该联系gitlab支持部门。问题出在他们这一边,而不是你想要的快速回复。我是一个免费用户,我可以得到支持吗?从哪里来?我想你可以在这里得到免费支持,这不是你的错,毕竟是gitlab.com的一个漏洞。我想他们会很高兴听到gitlab.com的可用性缺陷,因为从外观上看,他们希望获得尽可能多的用户