On Mon, Feb 22, 2016 at 5:12 PM, Mehul Jain <mehul.jain2029@xxxxxxxxx> wrote: > On Mon, Feb 22, 2016 at 12:22 AM, Matthieu Moy > <Matthieu.Moy@xxxxxxxxxxxxxxx> wrote: >> The simplest way to get back on track for you is probably to start over >> with a fresh clone, or (warning: destructive operations): use git clean >> to remove untracked files. > > Hello Matthieu, > > I followed your advise and cloned a fresh copy of git source code. > After compiling it and running the test with " prove --timer --jobs 15 > ./t[0-9]*.sh" command, I received tests failure. All these tests are > regarding HTTP protocol being invoked like > t5539-fetch-http-shallow.sh. You may have an http server installed but not suitable for these tests. Try running one test file alone with -v -i, e.g. ./t5539-fetch-http-shallow.sh -v -i and post the output. > I'm behind a proxy server which blocks all ports except 80 and 443. > Also my .gitconfig file is properly configured for proxy. Can these > tests failure be triggered because of proxy server? No. HTTP server will be run locally on your machine and serve all the tests. -- Duy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html