From mboxrd@z Thu Jan 1 00:00:00 1970 From: Justin Fedick Subject: git gui problem Date: Thu, 22 Jul 2010 22:31:38 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Fri Jul 23 04:31:46 2010 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 1Oc837-00061Y-NS for gcvg-git-2@lo.gmane.org; Fri, 23 Jul 2010 04:31:46 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751555Ab0GWCbj (ORCPT ); Thu, 22 Jul 2010 22:31:39 -0400 Received: from mail-vw0-f46.google.com ([209.85.212.46]:64291 "EHLO mail-vw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751200Ab0GWCbj (ORCPT ); Thu, 22 Jul 2010 22:31:39 -0400 Received: by vws3 with SMTP id 3so937570vws.19 for ; Thu, 22 Jul 2010 19:31:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=pn4mIyxof6ZevbPapL+fhrdHeQu+p3QR5EUAami9Mzs=; b=iucH76R8ZRMfgzmvDeG0TIif+6dbGdLZwpxUPRZ3WO3sxDKfnmW4AO8hV4IkXuu9X+ zM8MJu375jDXhyBQa5ODSgFHW2R/isbBvpvGwHeoFoyepV/ctZu/gPATeecCPaQTagmZ WpIC5Q/NSr8uFDhYAqU1quI5tWVaQvDth6DHk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=pLtvnlJnXRlK3QFQaqNFS9o9wl434VrRME3TZQtEg3P4SBqNHxfV5pQGPFkVNS0yUE eens86vE66RQuSxuv1NdJIlO1N+VHgLRCBiklutRoCVW/+webIwqh2SXcEMFQrhnrcre kyb8Q4VUn5ZbslgNJc8eY5dENYbeES63836kw= Received: by 10.220.121.233 with SMTP id i41mr1277664vcr.3.1279852298205; Thu, 22 Jul 2010 19:31:38 -0700 (PDT) Received: by 10.220.187.131 with HTTP; Thu, 22 Jul 2010 19:31:38 -0700 (PDT) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Hey everyone, I'm having trouble trying to view the git gui. I'm using OSX and I can't seem to get the GUI to come up. When I type "git gui" in the root directory of my project, it the icon comes up in my dock and the toolbar switches to the git gui toolbar at the top, but the window never comes up. When I click on the icon at the bottom, my project address comes up at the top of that menu, but when I click on it no window appears. Any help here would be great. If that was unclear (which I'm sure if was), please ask any questions that you think would help clear up any confusion. I need to get this back up ASAP so I can continue to work on my app. Thanks so much, Justin