Re: [git-users] user jhu06: authentication failure for /opt/git/web-app.git/info/refs: Password Mismatch

2014-12-11 Thread Jirong Hu
everywhere in all products I am using LDAP to authenticate. That's why when this happens, my domain id will be locked. I just run another test. When I start the httpd, this message appears in the error.log. I have to shut it down immediately. I am wondering which product/process I am using

Re: [git-users] user jhu06: authentication failure for /opt/git/web-app.git/info/refs: Password Mismatch

2014-12-11 Thread Dale R. Worley
Jirong Hu jirong...@gmail.com writes: I just run another test. When I start the httpd, this message appears in the error.log. I have to shut it down immediately. I am wondering which product/process I am using will automatically send request to git? Maven, TeamCity, Artifactory? I am not

[git-users] Re: user jhu06: authentication failure for /opt/git/web-app.git/info/refs: Password Mismatch

2014-12-11 Thread Jirong Hu
Now I've located it's from the TeamCity. There is no more error once I stop the TeamCity service. I just can't understand from where the TeamCity will instantly and constantly send request to GIT. I am not running or scheduled any build. Thanks for your help. -- You received this message

Re: [git-users] git stash restores some, but not all, changes

2014-12-11 Thread Dale R. Worley
Fortunately, git diff stash@{0} will probably show the differences between the stashed files and your current working directory. It seems like Git is smart enough to know that the stash-pop is failing and not delete record of the top stash. But it does sound like there are a number of bugs in

[git-users] Fatal: unable to access 'https://github.com/libgit2/libgit2/'

2014-12-11 Thread Dmitri Cherkas
Hello, now i'm reading the book Pro Git Second Edition and have a problem on the page 58 (Viewing the Commit History section) - cloning the progect simplegit i have a unable to access message : $ git clone https://github.com/libgit2/libgit2 Cloning into 'libgit2'... fatal: unable to access

[git-users] post-merge hook not working

2014-12-11 Thread Dharshan Bharathur
Hi all, i enabled post-merge hook with following shell script #/usr/bin/env bash echo == following are changes made to local repo == git fetch git log ..origin/master --pretty=format:%s - %ar by %an (%h) echo === ** i have given needed permission also