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

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/http/4.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
git clone http repo具有致命错误:未找到存储库_Git_Http_Clone - Fatal编程技术网

git clone http repo具有致命错误:未找到存储库

git clone http repo具有致命错误:未找到存储库,git,http,clone,Git,Http,Clone,我的存储库是一个隐藏库,命令和错误如下: > git clone http://username@repo-server-host:7990/scm/myproj.git Cloning into 'myproj'... fatal: repository 'http://username@repo-server-host:7990/scm/myproj.git/' not found 这个命令适用于我同事的笔记本电脑,包括windows和Linux “git clone ssh:…”可

我的存储库是一个隐藏库,命令和错误如下:

> git clone http://username@repo-server-host:7990/scm/myproj.git
Cloning into 'myproj'...
fatal: repository 'http://username@repo-server-host:7990/scm/myproj.git/' not found
  • 这个命令适用于我同事的笔记本电脑,包括windows和Linux
  • “git clone ssh:…”可以在我的笔记本电脑上运行,这就是windows
  • 尝试从本地chrome打开repo url,输入用户名/密码后,它会跳转到隐藏页面
  • ping repo服务器主机在我的笔记本电脑上工作
  • 关闭本地防火墙,仍不工作
  • 还有其他建议吗


    感谢您的建议。

    您的CLI工具上有http代理吗?@JuniorDev您是对的。我忘了把它拆开。谢谢你的提醒。