From mboxrd@z Thu Jan 1 00:00:00 1970 From: Noah Silverman Subject: Initial setup question Date: Wed, 12 May 2010 12:07:14 -0700 Message-ID: <4BEAFC62.40409@smartmediacorp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Wed May 12 21:07:25 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 1OCHHA-0005Zx-So for gcvg-git-2@lo.gmane.org; Wed, 12 May 2010 21:07:25 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756771Ab0ELTHS (ORCPT ); Wed, 12 May 2010 15:07:18 -0400 Received: from smartmediacorp.com ([174.129.253.221]:52120 "EHLO smartmediacorp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754940Ab0ELTHR (ORCPT ); Wed, 12 May 2010 15:07:17 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by smartmediacorp.com (Postfix) with ESMTP id 8E4836A09A for ; Wed, 12 May 2010 12:07:16 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at smartmediacorp.com Received: from smartmediacorp.com ([127.0.0.1]) by localhost (smartmediacorp.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iiImjcfmYgrd for ; Wed, 12 May 2010 12:07:15 -0700 (PDT) Received: from noah-silvermans-macbook-pro.local (uam.gseis.ucla.edu [149.142.5.94]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smartmediacorp.com (Postfix) with ESMTPSA id 688056A097 for ; Wed, 12 May 2010 12:07:15 -0700 (PDT) User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Hi, So I've decided to start using git for a few projects. I've created an initial repository on my laptop, but want to create a "master" repo on a remote server via SSH. Using Gitx as a gui client. I have ssh setup, keys, etc. Can someone help me with the next step of pushing my initial repo up to the server as version 1? Thanks! -N