From: Marcus <prima@wordit.com>
To: git@vger.kernel.org
Subject: Invalid path on new Git installation
Date: Tue, 27 May 2008 15:58:05 +0100 [thread overview]
Message-ID: <8345bd80805270758j1315234bwf3b16607c95c9620@mail.gmail.com> (raw)
Can anybody help me with defining a valid path to a Git repo on a new
installation?
I just built Git on a webserver (a VPS so I have root access). When I
try clone or push I get this error:
fatal: '/git/watchsite.git': unable to chdir or not a git archive
fatal: The remote end hung up unexpectedly
fetch-pack from 'ssh://me@mydomain.com/git/projectname.git' failed.
Why this when I can use wget on this path:
wget mydomain.com/git/projectname.git/file.html
The above successfully downloads the file, so the path is valid, right?
I also did "git init" on the remote repo (not sure if that's necessary?).
I tried the following commands locally and all fail with the error above:
git clone ssh://me@mydomain.com/git/projectname.git/
git clone http://mydomain.com/git/projectname.git/
git push ssh://me@mydomain.com/git/projectname.git/ master
Is there a syntax error or something I need to set up on the remote server?
Thanks,
Marcus
next reply other threads:[~2008-05-27 14:59 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-27 14:58 Marcus [this message]
2008-05-27 15:14 ` Invalid path on new Git installation Luciano Rocha
2008-05-27 15:42 ` Marcus
2008-05-27 15:51 ` Johannes Sixt
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=8345bd80805270758j1315234bwf3b16607c95c9620@mail.gmail.com \
--to=prima@wordit.com \
--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).