RE: Smart HTTP push permissions failure

2016-08-25 Thread David McGough
Thank you for your reply Jeff. I have moved on to installing GitLab. It has been a success so far. Thanks, Dave -Original Message- From: Jeff King [mailto:p...@peff.net] Sent: Wednesday, August 24, 2016 1:00 PM To: David McGough Cc: git@vger.kernel.org Subject: Re: Smart HTTP push

Re: Smart HTTP push permissions failure

2016-08-24 Thread Jeff King
On Tue, Aug 23, 2016 at 03:45:33PM +, David McGough wrote: > When I try to push to the server I get this message: > remote: error: insufficient permission for adding an object to repository > database ./objects > remote: fatal: failed to write object > [...] > So I am pretty confused about wh

Smart HTTP push permissions failure

2016-08-23 Thread David McGough
Hi Git Community! I'm trying to get Git on the server. I installed Git and httpd on Centos 7 and configred for smart http. I created a project on my local git and I cloned it to a base repository: git clone --bare DataConversion DataConversion.git then I scp it to the server: scp -r DataConve