Can anyone clone the git repo from behind a HTTP proxy? For me `git clone'
failed but `git pull' works fine.

The `git clone' error:

$ git clone
http://I.accept.www.opensource.org.licenses.eclipse:[email protected]/sw/git/ast-open
Cloning into ast-open...
error: RPC failed; result=22, HTTP code = 405
fatal: The remote end hung up unexpectedly
$

On Tue, Apr 24, 2012 at 05:54, Glenn Fowler <[email protected]> wrote:

>
> ast 2012-04-23 git updates have been posted
> the update addresses many problems brought up on ast-users and
> ast-developers
> (thanks for the detailed reports)
>
> * a first round of ksh fixes (another update in a day or so)
> * nmake fixes so that cmd line option changes like --shared cause rebuilds
> * libast regex fixes to properly scope ksh ~(E)... vs ~(E:...)
>
> the update also includes the { grep xargs } ksh builtins/plugins in
>        src/cmd/kshlib/cmdtst
>
> to test cmdtst after building the packages, cd to a clean dir and:
>        mkdir bin lib
>        print $'BUILTIN_LIB=cmdtst\nLD_LIBRARY_PATH=../lib' > bin/.paths
>        cp $INSTALLROOT/src/cmd/kshlib/cmdtst/$(getconf
> LIBPREFIX)cmdtst$(getconf LIBSUFFIX) lib
> and
>        export PATH=$PWD/bin:$PATH
>
> _______________________________________________
> ast-users mailing list
> [email protected]
> https://mailman.research.att.com/mailman/listinfo/ast-users
>
_______________________________________________
ast-users mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-users

Reply via email to