Re: Trouble Cloning Git remote repository

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, Feb 27, 2016 at 6:03 AM, Fred's Personal
<freddiewik@xxxxxxxxxxxxx> 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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]