* git 1.4.4.2 is giving the following errors...
@ 2006-12-21 5:15 srinivas naga vutukuri
2006-12-21 5:29 ` Junio C Hamano
2006-12-21 13:03 ` Eric Blake
0 siblings, 2 replies; 3+ messages in thread
From: srinivas naga vutukuri @ 2006-12-21 5:15 UTC (permalink / raw)
To: git
Hi,
I am new to git.
From the web site downloaded the 1.4.4.2 source and compiled on the
cygwin environment.
when am trying as an example to use the git,
------------------------------------snip----------------------------------------------------------
sh-3.2$ git clone git://git.kernel.org/pub/scm/git/git.git
: command not foundclone: line 7:
': not a valid identifier line 9: unset: `CDPATH
: command not foundclone: line 10:
'usr/local/bin/git-clone: line 11: syntax error near unexpected token `{
'usr/local/bin/git-clone: line 11: `die() {
sh-3.2$ git clone http://git.kernel.org/pub/scm/git/git.git
: command not foundclone: line 7:
': not a valid identifier line 9: unset: `CDPATH
: command not foundclone: line 10:
'usr/local/bin/git-clone: line 11: syntax error near unexpected token `{
'usr/local/bin/git-clone: line 11: `die() {
------------------------------------snip---------------------------------------------------------
i am facing the above prints. Could you please help me out, am i doing
any thing wrong?
best regards,
srinivas.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: git 1.4.4.2 is giving the following errors...
2006-12-21 5:15 git 1.4.4.2 is giving the following errors srinivas naga vutukuri
@ 2006-12-21 5:29 ` Junio C Hamano
2006-12-21 13:03 ` Eric Blake
1 sibling, 0 replies; 3+ messages in thread
From: Junio C Hamano @ 2006-12-21 5:29 UTC (permalink / raw)
To: git
"srinivas naga vutukuri" <srinivas.vutukuri@gmail.com> writes:
> I am new to git.
Lose the CDPATH from your environment. It's a fine variable to
have in your interactive shells, but it never makes sense to
export into your environment.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: git 1.4.4.2 is giving the following errors...
2006-12-21 5:15 git 1.4.4.2 is giving the following errors srinivas naga vutukuri
2006-12-21 5:29 ` Junio C Hamano
@ 2006-12-21 13:03 ` Eric Blake
1 sibling, 0 replies; 3+ messages in thread
From: Eric Blake @ 2006-12-21 13:03 UTC (permalink / raw)
To: srinivas naga vutukuri; +Cc: git
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
According to srinivas naga vutukuri on 12/20/2006 10:15 PM:
> Hi,
>
> I am new to git.
>> From the web site downloaded the 1.4.4.2 source and compiled on the
> cygwin environment.
Why not download the pre-compiled git 1.4.4.3 from cygwin, rather than
building it yourself?
> when am trying as an example to use the git,
>
> ------------------------------------snip----------------------------------------------------------
>
> sh-3.2$ git clone git://git.kernel.org/pub/scm/git/git.git
> : command not foundclone: line 7:
I wonder if you are suffering from corrupted line endings. If your
scripts end up with DOS line endings, but you execute them on a cygwin
binary mount, then bash will happily treat those \r as literal characters
rather than ignored whitespace (similarly to how bash behaves on Linux
with \r characters, except that on Linux, people tend to not use DOS line
endings).
- --
Life is short - so eat dessert first!
Eric Blake ebb9@byu.net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFFioY/84KuGfSFAYARAiNEAJ942dcJyv4v2uYWd5NI7y43JeL9FQCeMMyH
GGOX9k8mTra+K19nxv9qqDw=
=RWS0
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-12-21 13:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-21 5:15 git 1.4.4.2 is giving the following errors srinivas naga vutukuri
2006-12-21 5:29 ` Junio C Hamano
2006-12-21 13:03 ` Eric Blake
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).