Re: Unable to clone GIT project

2012-09-21 Thread Andreas Schwab
That doesn't solve the mystery why you need libiconv in the first place. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." -- To unsubscribe from this list: send the line "unsub

RE: Unable to clone GIT project

2012-09-21 Thread Ankush_Aggarwal
: p...@peff.net; kusmab...@gmail.com; flatw...@users.sourceforge.net; git@vger.kernel.org Subject: RE: Unable to clone GIT project I have tried with iconv by adding its path in PATH and LIBRARY Path but failed to get any solution... Still getting below error c:\Ankush Data\work\Test-GIT\trial_1

RE: Unable to clone GIT project

2012-09-21 Thread Ankush_Aggarwal
rwal, Ankush Cc: p...@peff.net; kusmab...@gmail.com; flatw...@users.sourceforge.net; git@vger.kernel.org Subject: Re: Unable to clone GIT project writes: > On Linux machine > Installed libiconv-1.14 unded /usr/local/lib path. Why do you need that library? iconv is part of glibc. More

Re: Unable to clone GIT project

2012-09-18 Thread Andreas Schwab
writes: > On Linux machine > Installed libiconv-1.14 unded /usr/local/lib path. Why do you need that library? iconv is part of glibc. Moreover, git wouldn't link against libiconv anyway unless you explicitly ask for it. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerp

RE: Unable to clone GIT project

2012-09-18 Thread Ankush_Aggarwal
ct file: No such file or directory fatal: The remote end hung up unexpectedly -Original Message- From: Jeff King [mailto:p...@peff.net] Sent: Tuesday, September 18, 2012 1:51 AM To: Erik Faye-Lund Cc: Konstantin Khomoutov; Aggarwal, Ankush; git@vger.kernel.org Subject: Re: Unable to clone

Re: Unable to clone GIT project

2012-09-17 Thread Ben Walton
> If I had to guess, I'd say it was ssh, the library is installed in a > non-standard place (e.g., because he built them as a regular user and > put them in his home directory), and LD_LIBRARY_PATH does not get set > properly by ssh for the incoming ssh session. This would be my guess as well. If

Re: Unable to clone GIT project

2012-09-17 Thread Jeff King
On Sun, Sep 16, 2012 at 09:48:43PM +0200, Erik Faye-Lund wrote: > >> git-upload-pack: error while loading shared libraries: libiconv.so.2: > >> cannot open shared object file: No such file or directory > >> fatal: The remote end hung up unexpectedly > > [...] > > No. This is not a Git for Windows

Re: Unable to clone GIT project

2012-09-16 Thread Erik Faye-Lund
On Sun, Sep 16, 2012 at 12:46 PM, Konstantin Khomoutov wrote: > On Sun, Sep 16, 2012 at 03:19:25AM +, ankush_aggar...@dell.com wrote: > >> I have created a GIT repository on Linux 64 bit machine. >> >> When I tried to clone GIT repository on windows 7 machine then I am getting >> below error.

Re: Unable to clone GIT project

2012-09-16 Thread Konstantin Khomoutov
On Sun, Sep 16, 2012 at 03:19:25AM +, ankush_aggar...@dell.com wrote: > I have created a GIT repository on Linux 64 bit machine. > > When I tried to clone GIT repository on windows 7 machine then I am getting > below error. > > Error: > git-upload-pack: error while loading shared libraries

RE: Unable to clone GIT project

2012-09-16 Thread Ankush_Aggarwal
Can anyone please help me out. -Original Message- From: git-ow...@vger.kernel.org [mailto:git-ow...@vger.kernel.org] On Behalf Of Aggarwal, Ankush Sent: Sunday, September 16, 2012 8:49 AM To: git@vger.kernel.org Subject: Unable to clone GIT project I have created a GIT repository on Linu