【发布时间】:2013-10-25 12:11:14
【问题描述】:
我正在尝试通过
从我的存储服务器中克隆一个 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 机器上克隆存储库工作正常。这很奇怪,不是吗?
【问题讨论】:
标签: git https bamboo bitbucket-server