[git-users] Re: git clone and package fatal error: symbol deflateBound: referenced symbol not found

2014-09-03 Thread Syed Safi
Dear Team I am facing the similar kind of issue , request to help soon, bash-3.00$ export LD_LIBRARY_PATH=/usr/local/lib:/usr/sfw/lib:$LD_LIBRARY_PATH bash-3.00$ export LD_LIBRARY_PATH=/usr/lib:/usr/sfw/lib:$LD_LIBRARY_PATH bash-3.00$ git pull Already up-to-date. bash-3.00$ git push Counting

[git-users] Re: Understanding Cherry-Pick

2014-09-03 Thread Syed Safi
Dear Team , Need your help at earliest , i am getting following error while push commnad , bash-3.00$ export LD_LIBRARY_PATH=/usr/local/lib:/usr/sfw/lib:$LD_LIBRARY_PATH bash-3.00$ export LD_LIBRARY_PATH=/usr/lib:/usr/sfw/lib:$LD_LIBRARY_PATH bash-3.00$ git pull Already up-to-date.

[git-users] Confusion about Key-based SSH authentication

2014-09-03 Thread Xavier Yin
Hi, every one! I recently read Git on the Server - Setting Up the Server http://git-scm.com/book/en/Git-on-the-Server-Setting-Up-the-Server, I have a confusion about this paragraph as below: Key-based SSH authentication usually enforces security by

Re: [git-users] Confusion about Key-based SSH authentication

2014-09-03 Thread Dale R. Worley
From: Xavier Yin wonderera2...@gmail.com Hi, every one! I recently read Git on the Server - Setting Up the Server http://git-scm.com/book/en/Git-on-the-Server-Setting-Up-the-Server, I have a confusion about this paragraph as below:

Re: [git-users] Confusion about Key-based SSH authentication

2014-09-03 Thread Konstantin Khomoutov
On Wed, 3 Sep 2014 09:09:39 -0400 wor...@alum.mit.edu (Dale R. Worley) wrote: Key-based SSH authentication usually enforces security by requiring restricted rights on the involved files. To prevent SSH from refusing to work, type this: $ chmod -R go= ~/.ssh ---

Re: [git-users] Confusion about Key-based SSH authentication

2014-09-03 Thread Dale R. Worley
From: Konstantin Khomoutov flatw...@users.sourceforge.net Directory/file insecurities related to SSH on the server are typically logged appropriately (on a stock Debian-based system that will be /var/log/auth.log). On Fedora, it looks like they go into either /var/log/messages or