Re: Trouble Cloning Git remote repository

2016-03-01 Thread 'John Keeping'
ad-pack /srv/centralrepo > > > bash: user1@Host2: command not found > > > fatal: Could not read from remote repository. > > > > > > Please make sure you have the correct access rights and the > > > repository exists. > > > > > > > &

RE: Trouble Cloning Git remote repository

2016-03-01 Thread Fred's Personal
onday, February 29, 2016 4:35 AM To: Duy Nguyen Cc: Fred's Personal; Git Mailing List Subject: Re: Trouble Cloning Git remote repository On Mon, Feb 29, 2016 at 08:20:46AM +0700, Duy Nguyen wrote: > On Mon, Feb 29, 2016 at 12:48 AM, Fred's Personal > wrote: > > Duy, > > &

Re: Trouble Cloning Git remote repository

2016-02-29 Thread John Keeping
ss rights > > and the repository exists. > > > > > > Regards, > > Fred > > > > freddie...@optonline.net > > > > > > -Original Message- > > From: Duy Nguyen [mailto:pclo...@gmail.com] > > Sent: Saturday, February 27, 20

Re: Trouble Cloning Git remote repository

2016-02-28 Thread Duy Nguyen
+ user1@Host2 git-upload-pack /srv/centralrepo > bash: user1@Host2: command not found > fatal: Could not read from remote repository. > > Please make sure you have the correct access rights > and the repository exists. > > > Regards, > Fred > > freddie...@optonli

RE: Trouble Cloning Git remote repository

2016-02-28 Thread Fred's Personal
t access rights and the repository exists. Regards, Fred freddie...@optonline.net -Original Message- From: Duy Nguyen [mailto:pclo...@gmail.com] Sent: Saturday, February 27, 2016 4:36 AM To: Fred's Personal Cc: Git Mailing List Subject: Re: Trouble Cloning Git remote repository On Sat,

Re: Trouble Cloning Git remote repository

2016-02-27 Thread Duy Nguyen
On Sat, Feb 27, 2016 at 6:03 AM, Fred's Personal 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/

Trouble Cloning Git remote repository

2016-02-26 Thread Fred's Personal
I am trying to set up a remote Git repository on my network server. I want to develop source on several desktops / laptops and want to have a central repository to sync everything and maintain version control. Seems like a good fit for Git, but I cannot get it to work and would appreciate advice