git - How to disconnect gitolite from mirroring -


running ubunutu , gitolite3 v3.6.4-19-g8de9b8d on git 1.7.9.5

i have configured 1 master , 2 slaves. having issues mirroring.

what want stop mirroring can push configuration gitolite-admin repo on 2 slaves (i need replace pub keys)

however when try push slave error of

"c:\program files (x86)\git\bin\git.exe" push --recurse-submodules=check --progress "origin" refs/heads/master:refs/heads/master fatal: server2: pushing 'gitolite-admin' slave 'server2' not allowed fatal: not read remote repository.  please make sure have correct access rights , repository exists. done 

i guess issue because configured slave, how can stop mirroring can push configuration , active again?

thanks


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 -