我试图在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,所以任何帮助都将不胜感激。
答案 0 :(得分:2)
我的公司防火墙阻止了git协议。 我改变git使用https协议,所以它可以工作。
git config --global url."https://".insteadOf git://