shell - echo custom output when using Git over SSH -


i use gitolite , have set post_create trigger clones repository on server , executes couple of other commands. of these commands take while. reason why echo output user sees , if happens @ all.

the problem git expects own output , git remote: error: fatal: protocol error: bad line length character: … error message. git tries interpret echo’ed strings , bails out (see this related question).

is there way echo custom output when using git on ssh?

this setup have:

client <-> gitolite server <-> second server 

i want client see messages scripts executed on gitolite server when user starts git clone.

if 'clone' effort mirroring..

please use gitolite's mirroring capability or programme own post-receive hook (not recommended)

i have use gitolite's mirroring extensively client's complex installation replicate project across globe.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -