[git-users] git push throws error

2013-02-26 Thread anugrith . v
Hello, I am getting error while pushing the committed changes in GIT repository using LDAP authentication. It was working fine earlier; but now even it does not ask user name and password and simply fails. [root@imsgit imstest_ldap]# export GIT_CURL_VERBOSE=1 [root@imsgit imstest_ldap]#

[git-users] git push throws error

2013-02-26 Thread anugrith . v
Hello, This is the apache configuration file for GIT repositories. [root@imsgit httpd]# cat /etc/httpd/conf.d/git.conf VirtualHost imsgit.apac.nsn-net.net:8080 ServerName imsgit.apac.nsn-net.net DocumentRoot /imsgit/Repositories SetEnv GIT_PROJECT_ROOT /imsgit/Repositories SetEnv

Re: [git-users] git push throws error

2013-02-26 Thread Konstantin Khomoutov
On Mon, 25 Feb 2013 22:47:15 -0800 (PST) anugrit...@gmail.com wrote: [...] I am getting error while pushing the committed changes in GIT repository using LDAP authentication. [root@imsgit imstest_ldap]# git push * Couldn't find host 10.142.201.122 in the .netrc file; using defaults * About

Re: [git-users] git push throws error

2013-02-26 Thread anugrith . v
Thanks a lot for that hint Konstantin. It was a basic issue and a human error. Below entry was commented out in HTTP configuration file. So, it was not even asking the user name and it breaks. *Require valid-user* Thanks a lot once again... On Tuesday, February 26, 2013 4:57:50 PM