RE: Unable to clone GIT project

2012-09-21 Thread Ankush_Aggarwal
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_1git clone ssh://bea@IP:/home/bea/GIT/sample_project Cloning into 'sample_project'... bea@.IP:'s password: git-upload-pack: error

RE: Unable to clone GIT project

2012-09-21 Thread Ankush_Aggarwal
Lovely... I found the solution. So want to share with you all. Solution : add /usr/local/lib to /etc/ld.so.conf and run sudo ldconfig ld.so.conf file includes ld.so.conf.d/*.conf so I created local-lib.conf having value /usr/local/lib and place local-lib.conf under /etc/ld.so.conf.d

RE: Unable to clone GIT project

2012-09-18 Thread Ankush_Aggarwal
All, Thanks for reply but its not working still. Things which I have done till now is On Linux machine Installed libiconv-1.14 unded /usr/local/lib path. -rw-r--r-- 1 root root 912 Sep 15 20:40 libiconv.la lrwxrwxrwx 1 root root 17 Sep 15 20:40

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

Unable to clone GIT project

2012-09-15 Thread Ankush_Aggarwal
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: libiconv.so.2: cannot open shared object file: No such file or directory fatal: The