On Thu, Sep 5, 2013 at 12:22 PM, Andrew McDermott <andrew.mcderm...@linaro.org> wrote: >
> > If you set PATH to: > > $ export PATH=/usr/sbin:/usr/bin:/sbin:/bin:/home/phi/bin > > and try again does it make any difference? > Yes it hangs So that's lead me to add /home/phi/util in the PATH and then double checking I don't introduce unwanted colision CU82$ ls /home/phi/util/ a64 a64~ git CU82$ more /home/phi/util/git #! /usr/bin/ksh tsocks /usr/bin/git $@ Ouch reading this I see the problem, and it is with a red face that I admit my little contribution with this setup was this 2 lines script I did once to get my initial kernel source grab and relied upon. The error.GitError: manifests symbolic-ref: usage: git symbolic-ref [options] all of the sudden make sense, the git runstring is garbled. tsocks /usr/bin/git "$@" Is the answer :) Thank you all for your patience and leading me to the solution. Let's go bitcake now :) Cheers, Phi _______________________________________________ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev