git, gitolite error push

后端 未结 3 1187
温柔的废话
温柔的废话 2021-01-01 16:16

I just installed gitolite but when I push on the repository gitolite-admin I get an error:

git push
Counting objects: 9, done.
Delta compression using up to          


        
3条回答
  •  爱一瞬间的悲伤
    2021-01-01 16:36

    It's very good comment from #roberthernandez, but i want to add some emphasises to this. My big broblem with installing gitolite (and push'ing of course) were with checking, that '~/bin' directory is in PATH environment variable. We need use export PATH=$PATH:~/bin for set this setting. Without this option i think, gitolite can not exec his processes and has problems with PUSHing from you. Plus, after that you can use gilotile setup ... instead bin/gitolite setup ....

提交回复
热议问题