Re: git gui does not open bare repositories

2012-09-30 Thread Stefan Näwe
Am 28.09.2012 10:44, schrieb Stefan Näwe: > I get "Not a Git repository: remote.git" as well, when I run > git gui "somewhere" (i.e. not in "remote.git") i.e.: $ cd /not/a/repo $ git gui > and the select "Open Existing Repository". > > I get "Cannot use bare repository: .../remote.git" wh

Re: git gui does not open bare repositories

2012-09-28 Thread Ben Smith-Mannschott
On Fri, Sep 28, 2012 at 6:46 PM, Angelo Borsotti wrote: > Hi Ben, > > I am running git gui on Windows 7. Are you running it on Linux? > > -Angelo Mac OS X // Ben -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo

Re: git gui does not open bare repositories

2012-09-28 Thread Angelo Borsotti
Hi Ben, I run the same test on Linux, and have got the same results as you did. So the problem is only on Windows. -Angelo -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordo

Re: git gui does not open bare repositories

2012-09-28 Thread Angelo Borsotti
Hi Ben, I am running git gui on Windows 7. Are you running it on Linux? -Angelo -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: git gui does not open bare repositories

2012-09-28 Thread Ben Smith-Mannschott
Hi Angelo, On Fri, Sep 28, 2012 at 2:09 PM, Angelo Borsotti wrote: > I have removed the Italian localization so as to make git gui use the > English one. > The result is the same as I have found before. > The message is: " Not a Git repository: remote.git". > Thus, the misleading message is there

Re: git gui does not open bare repositories

2012-09-28 Thread Angelo Borsotti
I have removed the Italian localization so as to make git gui use the English one. The result is the same as I have found before. The message is: " Not a Git repository: remote.git". Thus, the misleading message is there. -Angelo -- To unsubscribe from this list: send the line "unsubscribe git" in

Re: git gui does not open bare repositories

2012-09-28 Thread Stefan Näwe
Am 28.09.2012 10:35, schrieb Frans Klaver: > Hi, > > Please remember to reply to all when discussing things on the git mailing > list. > > On Fri, Sep 28, 2012 at 10:29 AM, Angelo Borsotti > wrote: >> Hello >> >> I apologise for having used the wrong script to reproduce the error. >> This is t

Re: git gui does not open bare repositories

2012-09-28 Thread Frans Klaver
Hi, Please remember to reply to all when discussing things on the git mailing list. On Fri, Sep 28, 2012 at 10:29 AM, Angelo Borsotti wrote: > Hello > > I apologise for having used the wrong script to reproduce the error. > This is the right one: > > angelo@ANGELO-PC /d/gtest (master) > $ mkdir

Re: git gui does not open bare repositories

2012-09-28 Thread Frans Klaver
On Fri, Sep 28, 2012 at 9:50 AM, Angelo Borsotti wrote: > I have created a bare repository: > > $ mkdir remote.git > > angelo@ANGELO-PC /d/gtest (master) > $ git init --bare > Initialized empty Git repository in d:/gtest/ This creates a bare repository in d:/gtest, not in d:/gtest/remote.git. Yo