From: Adam Bourg <adam.bourg@gmail.com>
To: git@vger.kernel.org
Subject: Trying to clone a repository in git, getting a error.
Date: Tue, 5 Jul 2011 15:21:05 -0600 [thread overview]
Message-ID: <CAGGoUy__mjY3S-DUkV59sstaU5Z__EVgFdCuumfVuSTa0XWavQ@mail.gmail.com> (raw)
I have two boxes, one is my local machine and the other is my dev
server. Right now I'm testing this method of deploying apps using Git:
http://blog.wekeroad.com/2009/11/23/deploying-a-web-application-with-git-and-ftp
I setup my local repository, added the files then committed. I am on
Windows 7 & my server is Windows Server 2008.
The server is mapped as the W:\ Drive with my 'bare' repository and my
target 'mock' production folder as child folders. -- I can get to each
just fine, no connection problems.
Here's what I did to setup everything:
Local dir git remote add origin w:\gitCentral
Local dir git push origin master
Type C:, then type CD testDeployment
Now I'm in my test folder.
A. I do git clone w:/gitCentral
Cloning into gitCentral... done. error: refs/remotes/origin/master
does not point to a valid object! error: Trying to write ref
refs/heads/master with nonexistant object 559e2165845
06e14ebef1121059e9461a86dd4f8 fatal: Cannot update the ref 'HEAD'.
reply other threads:[~2011-07-05 21:21 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=CAGGoUy__mjY3S-DUkV59sstaU5Z__EVgFdCuumfVuSTa0XWavQ@mail.gmail.com \
--to=adam.bourg@gmail.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).