I have a system setup with git and guitarolite. Everything works well, except that I want my structure to be like this:
Local Environment β Development Server β Production Server
I have a repo setup on a dev server and it has been successfully cloned to a local environment. Now I need a working copy of the local file system on the development server, but I'm not sure how to do this with gitolit.
git clone /home/gitolote/repositories/myrepo.git
It works fine until I try to push / pull, and at that moment I get the following:
remote: ENV GL_RC not set remote: BEGIN failed
Any ideas on how to do this with guitarite?
source share