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

时间:2014-05-12 19:29:23

标签: 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.

我在网上跟踪this tutorial,我想知道发生了什么(防火墙或其他任何东西)。

我是gob noob,所以任何帮助都将不胜感激。

1 个答案:

答案 0 :(得分:2)

我的公司防火墙阻止了git协议。 我改变git使用https协议,所以它可以工作。

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