Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/git/21.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
通过HTTPS从存储库克隆git存储库失败_Git_Https_Bamboo_Bitbucket Server - Fatal编程技术网

通过HTTPS从存储库克隆git存储库失败

通过HTTPS从存储库克隆git存储库失败,git,https,bamboo,bitbucket-server,Git,Https,Bamboo,Bitbucket Server,我正在尝试通过从我的存储服务器克隆git存储库 git clone https://admin@stash-url/path/to/repository.git 不幸的是,这给了我以下错误 Cloning into 'repository'... error: RPC failed; result=35, HTTP code = 0 fatal: The remote end hung up unexpectedly 当我尝试通过http进行克隆时,效果很好。我试图找到一些关于这方面的信息

我正在尝试通过从我的存储服务器克隆git存储库

 git clone https://admin@stash-url/path/to/repository.git
不幸的是,这给了我以下错误

Cloning into 'repository'...
error: RPC failed; result=35, HTTP code = 0
fatal: The remote end hung up unexpectedly
当我尝试通过
http
进行克隆时,效果很好。我试图找到一些关于这方面的信息,但没有找到任何有用的信息。有人知道我可能会错过什么吗


更新:使用SourceTree在我的windows计算机上克隆存储库可以正常工作。这很奇怪,不是吗?

把开发者藏在这里。看起来不太好。由于代理配置,我们通常会看到类似的问题。你用什么来提供https——仅仅是Tomcat,或者类似Apache的东西

您可以尝试在Git/Curl中启用调试以获取更多信息:

export GIT_TRACE=1
export GIT_TRACE_PACKET=1
export GIT_CURL_VERBOSE=1
git clone --debug https://admin@stash-url/path/to/repository.git
在任何情况下,我都会联系,附加该命令的输出,以便帮助您解决问题

干杯,
查尔斯把开发商藏在这里。看起来不太好。由于代理配置,我们通常会看到类似的问题。你用什么来提供https——仅仅是Tomcat,或者类似Apache的东西

您可以尝试在Git/Curl中启用调试以获取更多信息:

export GIT_TRACE=1
export GIT_TRACE_PACKET=1
export GIT_CURL_VERBOSE=1
git clone --debug https://admin@stash-url/path/to/repository.git
在任何情况下,我都会联系,附加该命令的输出,以便帮助您解决问题

干杯,
查尔斯把开发商藏在这里。看起来不太好。由于代理配置,我们通常会看到类似的问题。你用什么来提供https——仅仅是Tomcat,或者类似Apache的东西

您可以尝试在Git/Curl中启用调试以获取更多信息:

export GIT_TRACE=1
export GIT_TRACE_PACKET=1
export GIT_CURL_VERBOSE=1
git clone --debug https://admin@stash-url/path/to/repository.git
在任何情况下,我都会联系,附加该命令的输出,以便帮助您解决问题

干杯,
查尔斯把开发商藏在这里。看起来不太好。由于代理配置,我们通常会看到类似的问题。你用什么来提供https——仅仅是Tomcat,或者类似Apache的东西

您可以尝试在Git/Curl中启用调试以获取更多信息:

export GIT_TRACE=1
export GIT_TRACE_PACKET=1
export GIT_CURL_VERBOSE=1
git clone --debug https://admin@stash-url/path/to/repository.git
在任何情况下,我都会联系,附加该命令的输出,以便帮助您解决问题

干杯,
查尔斯

据我所知,这是一个apache,但我不是在管理这个系统,所以我可以肯定地说:-/Hi Vince。听起来您的apache配置不正确。你能让你的管理员联系Atlassian支持人员了解以上详细信息吗?据我所知,这是一个apache,但我不是在管理系统,所以我可以肯定地说:-/Hi Vince。听起来您的apache配置不正确。你能让你的管理员联系Atlassian支持人员了解以上详细信息吗?据我所知,这是一个apache,但我不是在管理系统,所以我可以肯定地说:-/Hi Vince。听起来您的apache配置不正确。你能让你的管理员联系Atlassian支持人员了解以上详细信息吗?据我所知,这是一个apache,但我不是在管理系统,所以我可以肯定地说:-/Hi Vince。听起来您的apache配置不正确。你能让你的管理员联系Atlassian support了解以上详细信息吗?