cURL并下载或浏览git

时间:2018-10-01 12:26:39

标签: windows git curl github tor

有人可以建议我如何使用cURL下载浏览器git吗? https://gitweb.torproject.org/tor-browser.git/tree/?h=tor-browser-60.2.1esr-8.5-1 https://git.torproject.org/tor-browser.git

此:tor-browser-60.2.1esr-8.5-1

谢谢。

1 个答案:

答案 0 :(得分:0)

curl无法通过https或ssh下载和解压缩git存储库。除非他们提供Http / https master分支的zip存档,否则您将需要使用git客户端。

如果您想通过Tor克隆仓库,请结合使用torsocks和git:

torify git clone http://dccbbv6cooddgcrq.onion/tor-browser.git

然后检出您感兴趣的任何分支或版本。