プロンプトでこのコマンドを使用して、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.
私は Web でこのチュートリアルに従っていましたが、何が起こっているのか疑問に思っています (ファイアウォールまたはその他)。
私はgitに慣れていないので、どんな助けでも大歓迎です。