git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Johannes Sixt <j.sixt@viscovery.net>
To: Marcus <prima@wordit.com>
Cc: git@vger.kernel.org
Subject: Re: Invalid path on new Git installation
Date: Tue, 27 May 2008 17:51:58 +0200	[thread overview]
Message-ID: <483C2E1E.3040302@viscovery.net> (raw)
In-Reply-To: <8345bd80805270842y5e495109x350ef378795ada27@mail.gmail.com>

Marcus schrieb:
> On Tue, May 27, 2008 at 4:14 PM, Luciano Rocha <luciano@eurotux.com> wrote:
>> What is the correct path on the remote?
> 
> The full path to the Git repo is:
> /home/admin/mydomain.com/git/projectname.git
> 
> I tried:
> git clone ssh://admin@mydomain.com/~/git/projectname.git
> 
> It gives the same error.

Try

git clone admin@mydomain.com:/home/admin/mydomain.com/git/projectname.git

or (assuming /home/admin is your home directory)

git clone admin@mydomain.com:mydomain.com/git/projectname.git

or (if you can't live without the ssh: protocol specifier)

git clone \
  ssh://admin@mydomain.com/home/admin/mydomain.com/git/projectname.git

-- Hannes

      reply	other threads:[~2008-05-27 15:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-27 14:58 Invalid path on new Git installation Marcus
2008-05-27 15:14 ` Luciano Rocha
2008-05-27 15:42   ` Marcus
2008-05-27 15:51     ` Johannes Sixt [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=483C2E1E.3040302@viscovery.net \
    --to=j.sixt@viscovery.net \
    --cc=git@vger.kernel.org \
    --cc=prima@wordit.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).