* Warning while cloning remote repository
@ 2009-11-13 10:20 Shameem Ahamed
2009-11-13 19:34 ` Johan 't Hart
0 siblings, 1 reply; 2+ messages in thread
From: Shameem Ahamed @ 2009-11-13 10:20 UTC (permalink / raw)
To: git
Hi,
I ran in to a warning message while cloning a remote repository.
The message is
warning: remote HEAD refers to nonexistent ref, unable to checkout.
After the cloning i couldn't see any remote files. The .git folder is created successfully.
Regards,
Shameem
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Warning while cloning remote repository
2009-11-13 10:20 Warning while cloning remote repository Shameem Ahamed
@ 2009-11-13 19:34 ` Johan 't Hart
0 siblings, 0 replies; 2+ messages in thread
From: Johan 't Hart @ 2009-11-13 19:34 UTC (permalink / raw)
To: git
Shameem Ahamed schreef:
> Hi,
>
> I ran in to a warning message while cloning a remote repository.
>
> The message is
>
> warning: remote HEAD refers to nonexistent ref, unable to checkout.
>
> After the cloning i couldn't see any remote files. The .git folder is created successfully.
>
try
git checkout -t origin/master
on the clone.. Maybe its a workaround?
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-11-13 19:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-13 10:20 Warning while cloning remote repository Shameem Ahamed
2009-11-13 19:34 ` Johan 't Hart
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).