-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Error in startup script" popup after the "git-gui -h" popup #1284
Comments
The image in the issue report didn't show in the email notifications. The Image shows the error stack. The reported error is
from "Git/mingw32/libexec/git-core/git-gui.tcl" line 34. so that will be where to start (and check my copy typing;-) Maybe the command name has a miss-spelling. Then again, maybe the git-giu itself can't cope with the -h option which is think is pre-processed by the It maybe a further layer up the command stack at |
In my tcl coding experience, this was usually caused by a missing "package
require Tk" when running from the console interpreter (tclsh.exe).
Best regards, Mike
…On Tue, Aug 29, 2017, 5:49 AM Philip Oakley ***@***.***> wrote:
The image in the issue report didn't show in the email notifications.
The Image shows the error stack.
The reported error is
invalid command name "tk_messageBox"
while executing
"tk_messageBox -icon error -type ok -title "git-gui: fatal err"
-message $err"
from "Git/mingw32/libexec/git-core/git-gui.tcl" line 34.
so that will be where to start (and check my copy typing;-)
Maybe the command name has a miss-spelling.
Then again, maybe the git-giu itself can't cope with the -h option which
is think is pre-processed by the git command (there is magic to work out
what to do between the --help, -h and git help command views).
It maybe a further layer up the command stack at git-gui line 25 (see the
image)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1284 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHJ-yFNRAKcgzd3aaMqJsYKsPUJsmzvbks5sc964gaJpZM4PFdLQ>
.
|
The underlying problem is completely different: you use (quite unnecessarily) the If you call |
The `git-gui.exe` and `gitk.exe` wrappers intended to be used in Git CMD [now handle command-line parameters correctly](git-for-windows/git#1284). Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
cmd/bash
Minimal, Complete, and Verifiable example
this will help us understand the issue.
The text was updated successfully, but these errors were encountered: