git - gitolite mirror error set access issues -


i setting git test repo via gitolite.

don't understand issue here, when trying push

"c:\program files (x86)\git\bin\git.exe" push --recurse-submodules=check --progress "origin" refs/heads/master:refs/heads/master counting objects: 4, done. delta compression using 4 threads. total 3 (delta 0), reused 0 (delta 0) remote: warning: subconf 'gitserver1' attempting set access repo1 remote: warning: split conf not set, gl-conf present 'repo1' remote: warning: split conf not set, gl-conf present 'repo1' remote: warning: split conf not set, gl-conf present 'repo1' remote: warning: split conf not set, gl-conf present 'repo1' git@10.50.2.221:gitolite-admin    e79a565..a6aeecf  master -> master done 

on gitolite logs getting:

 fatal: w gitolite-admin gitserver1 denied fallthru 2016-01-27.12:44:56     12481           mirror: (or mis-spelled reponame) 2016-01-27.12:44:56     12481           mirror: fatal: remote end hung unexpectedly 2016-01-27.12:44:56     12410           system() failed,/home/git/bin/commands/mirror,push,gittrain3,gitolite-admin,-> 256 

edit

running gitolite3 v3.1-8-ga509b20 on git 1.7.9.5

this thread references same error fixed in gitolite 3.2 commit 16f2d9b

gl-conf must created if repo para has config lines (i.e., no access rules config lines)

the first thing check if issue persists when upgrading gitolite latest version 3.6.4 (3.1 october 2012).


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -