git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* v2.5.2 installation on Windows 10
@ 2015-09-11 16:13 Long
  2015-09-12  9:34 ` Diaoul
  2015-09-12  9:57 ` Johannes Schindelin
  0 siblings, 2 replies; 6+ messages in thread
From: Long @ 2015-09-11 16:13 UTC (permalink / raw
  To: git

Installation of 64bit could complete, but running Git GUI always prompt the
error below:

Couldn’t read file “C:\Program
Files\Git\cmd\mingw64\libexec\git-core\git-gui”: no such file or directory

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: v2.5.2 installation on Windows 10
  2015-09-11 16:13 v2.5.2 installation on Windows 10 Long
@ 2015-09-12  9:34 ` Diaoul
  2015-09-12 10:05   ` Johannes Schindelin
  2015-09-12  9:57 ` Johannes Schindelin
  1 sibling, 1 reply; 6+ messages in thread
From: Diaoul @ 2015-09-12  9:34 UTC (permalink / raw
  To: git

I can confirm this on the same setup (W10 64bit git 2.5.2)

Long <gimmely <at> gmail.com> writes:

> 
> Installation of 64bit could complete, but running Git GUI always prompt the
> error below:
> 
> Couldn’t read file “C:\Program
> Files\Git\cmd\mingw64\libexec\git-core\git-gui”: no such file or directory



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: v2.5.2 installation on Windows 10
  2015-09-11 16:13 v2.5.2 installation on Windows 10 Long
  2015-09-12  9:34 ` Diaoul
@ 2015-09-12  9:57 ` Johannes Schindelin
       [not found]   ` <01a501d0ed50$48b19ab0$da14d010$@gmail.com>
  1 sibling, 1 reply; 6+ messages in thread
From: Johannes Schindelin @ 2015-09-12  9:57 UTC (permalink / raw
  To: Long; +Cc: git

Hi Long,

On 2015-09-11 18:13, Long wrote:
> Installation of 64bit could complete, but running Git GUI always prompt the
> error below:
> 
> Couldn’t read file “C:\Program
> Files\Git\cmd\mingw64\libexec\git-core\git-gui”: no such file or
> directory


Please see the corresponding ticket: https://github.com/git-for-windows/git/issues/376

In short: I will release an updated installer soon, with other fixes. In the meantime, as a work-around you could right-click on the Git GUI shortcut (you can right-click the icon in the Windows menu and open the file location to get there), select Properties... and change the Target: from

"C:\Program Files\Git\cmd\git-gui.exe"

to

"C:\Program Files\Git\cmd\git.exe" gui

It will open an ugly, unnecessary console until the next Git for Windows version is available, but at least it will work until then.

Out of curiosity: how did you go about finding the best place to report this bug?

Ciao,
Johannes

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: v2.5.2 installation on Windows 10
  2015-09-12  9:34 ` Diaoul
@ 2015-09-12 10:05   ` Johannes Schindelin
  0 siblings, 0 replies; 6+ messages in thread
From: Johannes Schindelin @ 2015-09-12 10:05 UTC (permalink / raw
  To: Diaoul; +Cc: git

Dear Diaoul,

it is considered rude on this mailing list to top-post, and likewise to cull the Cc: list. Please do not do that.

On 2015-09-12 11:34, Diaoul wrote:
> I can confirm this on the same setup (W10 64bit git 2.5.2)

Please see the corresponding ticket: https://github.com/git-for-windows/git/issues/376

In short: I will release an updated installer soon, with other fixes. In the meantime, as a work-around you could right-click on the Git GUI shortcut (you can right-click the icon in the Windows menu and open the file location to get there), select Properties... and change the Target: from

"C:\Program Files\Git\cmd\git-gui.exe"

to

"C:\Program Files\Git\cmd\git.exe" gui

It will open an ugly, unnecessary console until the next Git for Windows version is available, but at least it will work until then.

Out of curiosity: how did you go about finding the best place to report this bug?

Ciao,
Johannes

^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: v2.5.2 installation on Windows 10
       [not found]   ` <01a501d0ed50$48b19ab0$da14d010$@gmail.com>
@ 2015-09-12 11:56     ` Johannes Schindelin
  2015-09-12 14:35       ` Long
  0 siblings, 1 reply; 6+ messages in thread
From: Johannes Schindelin @ 2015-09-12 11:56 UTC (permalink / raw
  To: Long Yang; +Cc: Git Mailing List

Hi Long,

On 2015-09-12 13:43, Long Yang wrote:

> Thanks for the email to confirm the bug.

Of course! Thank you for taking the time to report it.

> To answer your question first, I found only the Community page at
> http://www.git-scm.com/, as I was looking for a forum-kind of page to
> see if someone had reported the same problem I had.  Then I tried to
> send a couple of emails to the mailing list, git@vger.kernel.org, as
> instructed on the Community page.  But none of my emails was
> delivered.  At the end, I post my case via gmane.

Thank you, I think I will open a Pull Request to that Community page to suggest going the GitHub issues route in case of Windows-specific bugs.

> In short, I still don't know how to successfully report a bug for Git.
>  Should I/users use GitHub?

If the bug in question is a Windows-specific bug, or if you do not know whether it is a Windows-specific bug, then yes, please submit it to our GitHub issue tracker, as described in the "Contribute" section of our home page: http://git-for-windows.github.io/#contribute

If you already know that the bug in question affects more than just Windows users, please report it to the Git mailing list, as you have done. (You will need to send plain-text messages, as the Git mailing list rejects HTML mails.)

Ciao,
Johannes

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: v2.5.2 installation on Windows 10
  2015-09-12 11:56     ` Johannes Schindelin
@ 2015-09-12 14:35       ` Long
  0 siblings, 0 replies; 6+ messages in thread
From: Long @ 2015-09-12 14:35 UTC (permalink / raw
  To: git

Hi Johannes,

Johannes Schindelin <johannes.schindelin <at> gmx.de> writes:

> 
> Hi Long,
> 
> On 2015-09-12 13:43, Long Yang wrote:
> 
> > Thanks for the email to confirm the bug.
> 
> Of course! Thank you for taking the time to report it.
> 
> > To answer your question first, I found only the Community page at
> > http://www.git-scm.com/, as I was looking for a forum-kind of page to
> > see if someone had reported the same problem I had.  Then I tried to
> > send a couple of emails to the mailing list, git <at> vger.kernel.org, as
> > instructed on the Community page.  But none of my emails was
> > delivered.  At the end, I post my case via gmane.
> 
> Thank you, I think I will open a Pull Request to that Community page to
suggest going the GitHub issues route
> in case of Windows-specific bugs.
> 
> > In short, I still don't know how to successfully report a bug for Git.
> >  Should I/users use GitHub?
> 
> If the bug in question is a Windows-specific bug, or if you do not know
whether it is a Windows-specific bug,
> then yes, please submit it to our GitHub issue tracker, as described in
the "Contribute" section of our
> home page: http://git-for-windows.github.io/#contribute
> 
> If you already know that the bug in question affects more than just
Windows users, please report it to the Git
> mailing list, as you have done. (You will need to send plain-text
messages, as the Git mailing list rejects
> HTML mails.)
> 

I guess my emails were rejected due to HTML, as I'm using Outlook with HTML
default.

I'll try to follow the instructions on reporting bugs going forward.

> Ciao,
> Johannes
> 

"Another" issue I'm seeing now is that, as I mentioned in a follow-up post
to another person's on this problem, Git commands are not showing in Windows
Explorer (via right-click).  I've installed TortoiseGit and seen the
same/similar "issue" with its commands too.  Especially, TortoiseGit doesn't
show a command to create a repository, which I don't know is with Git or the
communication between Git v2.5.2 and TortoiseGit.


Long

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-09-12 14:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-11 16:13 v2.5.2 installation on Windows 10 Long
2015-09-12  9:34 ` Diaoul
2015-09-12 10:05   ` Johannes Schindelin
2015-09-12  9:57 ` Johannes Schindelin
     [not found]   ` <01a501d0ed50$48b19ab0$da14d010$@gmail.com>
2015-09-12 11:56     ` Johannes Schindelin
2015-09-12 14:35       ` Long

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).