gpt4 book ai didi

git clone 命令不起作用?

转载 作者:太空狗 更新时间:2023-10-29 13:37:16 25 4
gpt4 key购买 nike

我正在尝试克隆位桶存储库。安装 git 后执行以下命令后,我将面临以下问题:

$ git clone https://usernam@bitbucket.org/username/reponame.git
Error :fatal: unable to access'https://username@bitbucket.org/username/reponame.git/':
Failed to connect to hostname port 8000: Connection refused

我怎样才能克服这个错误信息?

最佳答案

https url 应该尝试联系端口 443。

如果它尝试联系 8000,这可能表示中间代理:检查 git config -l|grep -i proxy,或您的环境变量(env 或 set|grep -i代理)

您也可以尝试使用 curl -L -v https://usernam@bitbucket.org/username/reponame.git 获取更多信息。

最后,如果 https 不起作用,请不要忘记尝试通过 ssh 克隆:参见“Set up SSH for Git”和 git clone git@bitbucket.org:user/repo.git.

关于git clone 命令不起作用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41199531/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com