git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: Error on git clone
@ 2010-10-06 10:34 Hocapito Cheteamo
  2010-10-06 10:51 ` Johannes Sixt
  0 siblings, 1 reply; 9+ messages in thread
From: Hocapito Cheteamo @ 2010-10-06 10:34 UTC (permalink / raw)
  To: Johannes Sixt; +Cc: git, Sverre Rabbelier


Thanks to Sverre Rabbelier who reminded me to do a 'git init' to get rid of that 
"Not a git repository' error.  So I did:

$ mkdir sss3
$ cd sss3
$ git init
$ git remote add origin git@github.com:XXX/YYY.git
$ git fetch
Enter passphrase for key 'C:\.....\privateKey':
remote: Counting objects: 478, done.
remote: Compressing objects: 100% (303/303), done.
Receiving objects: 100% (478/478), 96.57 MiB | 166 KiB/s, done.
Resolving deltas: 100% (21/21), done.
From github.com:XXX/YYY
 * [new branch]      master     -> origin/master
$ git checkout -b master origin/master
Checking out files: 43%
tagging': Invalid argumenttory at 'public/images/tagging

I'm still getting the same print over error messages. Thanks for any help that 
might help me to resolve this perplexing problem.
Hoca





----- Original Message ----
From: Hocapito Cheteamo <hocapitocheteamo@yahoo.com>
To: Johannes Sixt <j.sixt@viscovery.net>
Cc: git@vger.kernel.org
Sent: Wed, October 6, 2010 12:50:13 AM
Subject: Re: Error on git clone


Yes, this is with "Git for Windows" (a Git Bash Shell window).

So I did what you suggested:

mkdir sss3
cd sss3
git remote add origin git@github.com:XXX/YYY.git

Then an error occurs:
fatal: Not a git repository (or any of the parent directories): .git

Any thoughts?

Thanks.
Hoca




----- Original Message ----
From: Johannes Sixt <j.sixt@viscovery.net>
To: Hocapito Cheteamo <hocapitocheteamo@yahoo.com>
Cc: git@vger.kernel.org
Sent: Wed, October 6, 2010 12:22:28 AM
Subject: Re: Error on git clone

Am 10/6/2010 10:13, schrieb Hocapito Cheteamo:
> I could consistently reproduce the problem.  The command that I used is:
>     git clone -v git@github.com:XXX/YYY.git sss
> where XXX & YYY are replaced with the actual data.

Just to make sure: This is with "Git for Windows", not Cygwin's git?

Do the clone in separate the steps:

mkdir sss
cd sss
git remote add origin git@github.com:XXX/YYY.git
git fetch
git checkout -b master origin/master

Do you see any errors?

-- Hannes


      

^ permalink raw reply	[flat|nested] 9+ messages in thread
* Error on git clone
@ 2010-10-06  4:20 Hocapito Cheteamo
  2010-10-06  6:35 ` Johannes Sixt
  0 siblings, 1 reply; 9+ messages in thread
From: Hocapito Cheteamo @ 2010-10-06  4:20 UTC (permalink / raw)
  To: git

Hi,

I'm a newbie on using git. I installed Git 1.7.0.2 on my PC laptop running 
Windows XP Prof. SP 2.  When I run the command,
    "git clone git@github.com:......git sss", 
I got these log messages:

Initialized empty Git repository in c:/...../.git/
Enter passphrase for key 'C:\.....\privateKey':
remote: Counting objects: 478, done.
remote: Compressing objects: 100% (303/303), done.
remote: Total 478 (delta 21), reused 436 (delta 3)
Receiving objects: 100% (478/478), 96.57 MiB | 148 KiB/s, done.
Resolving deltas: 100% (21/21), done.
tagging': Invalid argumenttory at 'public/images/tagging

Does anyone have any clue on what this "Invalid argumenttory" error is all 
about?  It did not finish unpacking all the files in folder sss.  It aborted 
after this error.  Thanks so much for the help.

Hoca.


      

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-10-06 18:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-06 10:34 Error on git clone Hocapito Cheteamo
2010-10-06 10:51 ` Johannes Sixt
2010-10-06 18:22   ` Hocapito Cheteamo
  -- strict thread matches above, loose matches on Subject: below --
2010-10-06  4:20 Hocapito Cheteamo
2010-10-06  6:35 ` Johannes Sixt
2010-10-06  8:13   ` Hocapito Cheteamo
2010-10-06  8:22     ` Johannes Sixt
2010-10-06  8:50       ` Hocapito Cheteamo
2010-10-06  8:55         ` Sverre Rabbelier

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).