On Jun 5, 2009, at 11:37 AM, kenet3@xxxxxxxxx wrote:
Hi everyone,
Can anybody please help me with this problem?
I have trouble pulling from an external Git repository through ssh.
Here is the command I use:
$ git-pull ssh://myusername@xxxxxxxxxxxxx:/path/to/git/dir
This error comes up:
ssh: external.host:: Name or service not known
fatal: The remote end hung up unexpectedly
try:
$ git pull ssh://myusername@xxxxxxxxxxxxx/path/to/git/dir
(note the lack of colon after the hostname)
I've set core.sharedRepository to true in another.host's Git
repository.
Also, umask is set to 27.
If I can manually ssh to external.host with no problem.
Please bear with me as I'm new with this.
tom
--
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