From: Johannes Sixt <j.sixt@viscovery.net>
To: Adam Nielsen <adam.nielsen@uq.edu.au>
Cc: git@vger.kernel.org
Subject: Re: Unable to get "pretty" URL aliases working
Date: Mon, 11 Jan 2010 08:46:06 +0100 [thread overview]
Message-ID: <4B4AD73E.6090302@viscovery.net> (raw)
In-Reply-To: <4B4ABDB5.9000203@uq.edu.au>
Adam Nielsen schrieb:
> I would like to be able to do this:
>
> git clone ssh://myserver/project.git
> git push
>
> And have it work, but I keep getting errors about "/project.git" not
> existing in the root directory of my server. (Which is correct, they
> are stored elsewhere.)
This form of URL can only accept the absolute path to project.git on
myserver, eg.:
ssh://myserver/home/adam/project.git
-- Hannes
next prev parent reply other threads:[~2010-01-11 7:46 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-11 5:57 Unable to get "pretty" URL aliases working Adam Nielsen
2010-01-11 7:46 ` Johannes Sixt [this message]
2010-01-11 7:59 ` Junio C Hamano
2010-01-11 23:23 ` Adam Nielsen
2010-01-13 6:55 ` Junio C Hamano
2010-01-14 0:45 ` Adam Nielsen
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=4B4AD73E.6090302@viscovery.net \
--to=j.sixt@viscovery.net \
--cc=adam.nielsen@uq.edu.au \
--cc=git@vger.kernel.org \
/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).