gitolite push error -> remote: ENV GL_RC not set

前端 未结 4 888
既然无缘
既然无缘 2020-11-30 09:38

I am trying to push content from a workstation to a server. But it gives me an error. Please look at the following for command and error:

Administrator@ganes         


        
4条回答
  •  自闭症患者
    2020-11-30 09:48

    Just got the same error.

    Correct answer is you need to use git clone gitolite:repo_name command to clone the repository and git push gitolite:repo_name to push changes, instead of git clone git@yourservername:repo_name.

提交回复
热议问题