Git 和 WebScarab 安装
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/9459331/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Git and WebScarab installation
提问by user873286
I need to install WebScarab but I do not know what does git and how can I instal it with git. can anyone explain me, how to install latest WebScarab from Git. Link: http://dawes.za.net/gitweb.cgi
我需要安装 WebScarab,但我不知道 git 是什么以及如何使用 git 安装它。谁能解释一下,如何从 Git 安装最新的 WebScarab。链接:http: //dawes.za.net/gitweb.cgi
采纳答案by VonC
As the main WebScara pagementions, you don't need Git to install WebScara:
正如主 WebScara 页面所提到的,您不需要 Git 来安装 WebScara:
A ZIP containing an up to date build of the master branch of the webscarab git treecan be found here.
This file is rebuilt whenever new commits are pushed to the repository, and will always be the most up to date build of WebScarab available.
- Linux:
java -jar ./webscarab-selfcontained-[numbers].jar
- Windows: double-click the installer jar file (complete installation instructions)
可以在此处找到包含webscarab git 树主分支的最新版本的 ZIP 。 每当将新提交推送到存储库时,都会重建此文件,并且将始终是可用的 WebScarab 的最新版本。
- Linux:
java -jar ./webscarab-selfcontained-[numbers].jar
- Windows:双击安装程序jar文件(完整安装说明)
In short, unless you want to develop/contribute to the code base of WebScara, you don't need Git.
总之,除非你想开发/贡献WebScara的代码库,否则你不需要Git。
回答by Rogan Dawes
The process to use git to checkout the source of WebScarab is as follows:
使用git查看WebScarab源码的过程如下:
$ git clone git://dawes.za.net/webscarab.git
$ ant build
$ java -jar webscarab.jar
回答by codeaperature
git clone git://dawes.za.net/webscarab.git doesn't seem to work
git clone git://dawes.za.net/webscarab.git 似乎不起作用
try:
尝试:
rename file to: webscarab.tar.gz use: tar -xf webscarab.tar.gz
将文件重命名为:webscarab.tar.gz 使用:tar -xf webscarab.tar.gz
this is taking too long ... zzz
这花了太长时间... zzz
回答by joe
For those that are unfamiliar with git and compiling java code (like myself), webscarab isn't worth the trouble with other tools like Fiddler out there.
对于那些不熟悉 git 和编译 java 代码的人(比如我自己),webscarab 不值得与其他工具(如 Fiddler)一起使用。