On Sat, Feb 27, 2016 at 6:03 AM, Fred's Personal
<freddie...@optonline.net> wrote:
> $ git clone -v ssh://user1@Host2/srv/centralrepo
> Cloning into 'centralrepo'...
>>>>Lines from $HOME/.bashrc
>   + export
> PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
> :/usr/local/games
>   +
> PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
> :/usr/local/games
>   + PROMPT_COMMAND=
>   + CDPATH=
>   + '[' '' = yes ']'
>   + PS1='${debian_chroot:+($debian_chroot)}\u:\W\$ '
>   + export GIT_TRACE_PACKET=1
>   + GIT_TRACE_PACKET=1
>   + export GIT_TRACE=1
>   + GIT_TRACE=1
>>>>End of Lines from $HOME/.bashrc
> ## WHERE DOES The following line COME FROM????What Script spits out this
> line????
>   + user1@Host2 git-upload-pack /srv/centralrepo

Try set GIT_TRACE=1 at the clone line, I have a feeling that this line
should be "ssh user@Host2..." but "ssh" is missing.

$ export GIT_TRACE=1
$ git clone -v ssh://user1@Host2/srv/centralrepo
-- 
Duy
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to