From mboxrd@z Thu Jan 1 00:00:00 1970 From: ddw_music Subject: Re: (osx 10.4.11) can't push from linux to Apache on mac: can't access location Date: Sun, 13 Jun 2010 04:56:19 -0700 (PDT) Message-ID: <1276430179137-5174101.post@n2.nabble.com> References: <1276390106819-5173157.post@n2.nabble.com> <1276410911244-5173593.post@n2.nabble.com> <1276424936869-5173934.post@n2.nabble.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Sun Jun 13 14:01:43 2010 connect(): No such file or directory Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ONlsl-0001o3-23 for gcvg-git-2@lo.gmane.org; Sun, 13 Jun 2010 14:01:43 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752422Ab0FML4U (ORCPT ); Sun, 13 Jun 2010 07:56:20 -0400 Received: from kuber.nabble.com ([216.139.236.158]:49259 "EHLO kuber.nabble.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751050Ab0FML4T (ORCPT ); Sun, 13 Jun 2010 07:56:19 -0400 Received: from jim.nabble.com ([192.168.236.80]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1ONlnX-000448-4a for git@vger.kernel.org; Sun, 13 Jun 2010 04:56:19 -0700 In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Jakub Narebski wrote: > > Why can't you use SSH for pushing instead of "dumb" HTTPS via WebDAV? > This would require having sshd (SSH daemon, i.e. SSH server) installed, > and perhaps Gitosis or Gitolite for access control (so one can use only > single shell account). > I'll consider that later on. For the moment -- I spent probably five or six hours today and fiddling around with the configuration, and I don't have time to look at any other tools (gitosis etc). (At least osx comes with "Remote Login" == sshd preinstalled.) While experimenting with git-daemon this morning, I did get the functionality that I need working by enabling receive-pack. Yes, I know that's a security risk, but I'm the only user, behind a hardware router (no exposed IP address) and I will have the daemon running only for a few minutes at a time when needed for sync. I realize this isn't the "correct" or "optimal" configuration, but I know that it will work for the moment and, as stated, I simply won't have any further time for experimentation for the next few weeks. > P.S. You did run git-update-server-info (and added it to 'update' hook), > didn't you? > Yes, no help. Thanks, in any case - it's a good tip for the future (and word to the wise to git noobs who find this in the list archives: avoid HTTP!). James -- View this message in context: http://git.661346.n2.nabble.com/osx-10-4-11-can-t-push-from-linux-to-Apache-on-mac-can-t-access-location-tp5173157p5174101.html Sent from the git mailing list archive at Nabble.com.