Node.js Windows上的Git:致命:无法从远程存储库读取

Node.js Windows上的Git:致命:无法从远程存储库读取,node.js,git,bower,bower-install,Node.js,Git,Bower,Bower Install,我试图通过在提示符下使用此命令在Windows上使用Git git ls-remote --tags --heads git://github.com/jquery/jquery.git 我收到了这个错误: fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. 我一直在关注网络,我想知道到底发生了

我试图通过在提示符下使用此命令在Windows上使用Git

git ls-remote --tags --heads git://github.com/jquery/jquery.git
我收到了这个错误:

fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
我一直在关注网络,我想知道到底发生了什么(防火墙或其他)


我不支持git,因此非常感谢您的帮助。

我的公司防火墙已阻止git协议。 我将git更改为使用https协议,因此它可以工作

git config --global url."https://".insteadOf git://

你在什么样的网络上?我知道我们的公司网阻止了git的协议.corporate!我们正在尝试取消阻止,但没有成功。您是否尝试了https而不是git协议?没有,因为我正在使用bower,我不知道如何从git协议更改。