-
Notifications
You must be signed in to change notification settings - Fork 283
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
clink.prompt broken in Windows 10 Technical Preview #253
Comments
Thanks! Guess it's time to fire up a VM. |
I have win10 64bit preview installed, if you need a tester, I'm in! I'm also using clink within ConEmu as well, so I guess there is a lot to test :) I'm often using msbuild, which tends to stresstest clink as it forks lots of cmd.exe processes in rapid succession, which used to trigger a bug in clink. |
A build that includes this fix is available here; https://www.dropbox.com/sh/hqbrpkf0dpmmizq/AAD2F5WXQKD8mPkQeIeBULJGa/20141015_191f4b |
This fixes the issue on my Windows 10 machine, thank you @mridgers. :) |
I confirm that it works for me also!. Thanks for such a great tool and great turnaround time for bugfixes! |
The build that includes the fix does not work for me (Windows 8.1). Any Ideas? My output: C:\Users\USER {git} Usage: <verb_options> Verbs: C:\Users\USER {git} |
Looks like Clink has not managed to install its hooks. Are you using something like BitDefender? Can you paste your clink.log file (found in c:\users[username]\appdata\local\clink) please? |
Sure! Thanks for response, clink is amazing tool!
|
What arguments were passed when starting cmd.exe? Does it have a "/c" in it somewhere? |
The log above is from starting cmd.exe from conemu via:
While starting "cmd" standalone the error is different:
|
0.4.2 doesn't support Windows 10. You need to use a newer build - see Dropbox link in an earlier comment in this issue. |
Any help would be greatly apprecated. I recently came upon this issue while using the Win10 tech preview as well. I took your dropbox link and ran the EXE program only, should that have fixed it? I'm using a fresh install of Cmder as well. My cmder window task
My clink.log
|
Thank you @mridgers it also fix mine in build 9888. |
@mridgers dropbox link is 404 :( |
Oh, version 0.4.3 fixed the problem. Thanks! |
@luisrudge Can you display the link ? ::) |
@Leg3ndz ops, sorry! It's on the releases tab |
Sorry if this counts as jumping the gun!
https://github.com/bliker/cmder/blob/master/config/prompt.lua
https://github.com/bliker/cmder/blob/master/config/git.lua
See cmderdev/cmder#279.
The text was updated successfully, but these errors were encountered: