Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
いくつかのチュートリアルに従って git を学んでいますが、同じことを練習するための git リポジトリが必要です。
しかし、ファイアウォールか何かが原因で、このコマンドは機能しません
$git clone git://git.kernel.org/pub/scm/git/git.git
代わりに、ダウンロード用の圧縮ファイルとしてレポを取得できますか、またはURLがディレクトリ付きの html ページとして表示されるため、再帰的にダウンロードするにはどうすればよいですか?
できるよ
wget --no-check-certificate -O kernel.zip https://github.com/repo/repo/archive/branch.zip unzip kernel.zip