Skip to content
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

"Inject ConEmuHk" settings slows git down considerably #592

Closed
ittayd opened this issue Aug 12, 2015 · 14 comments
Closed

"Inject ConEmuHk" settings slows git down considerably #592

ittayd opened this issue Aug 12, 2015 · 14 comments

Comments

@ittayd
Copy link

ittayd commented Aug 12, 2015

git --version works fast outside of cmder (native cmd, poweshell) but takes 2 seconds to return when the terminal is under cmder. Unchecking "Inject ConEmuHk" speeds it up

@ittayd
Copy link
Author

ittayd commented Sep 28, 2015

It seems that after clearning this setting and working some time (with multiple reboots), console apps like 'less' and 'vim' (from the git distribution) don't work: I write 'less foo.txt' and hit enter and nothing happens.

@Maximus5
Copy link
Contributor

@ittayd
Copy link
Author

ittayd commented Nov 5, 2015

I've downloaded the latest and have the same issue.
In cmder:

C:\Users\idror> Measure-Command {git}


Days              : 0
Hours             : 0
Minutes           : 0
Seconds           : 1
Milliseconds      : 511
Ticks             : 15111437
TotalDays         : 1.74900891203704E-05
TotalHours        : 0.000419762138888889
TotalMinutes      : 0.0251857283333333
TotalSeconds      : 1.5111437
TotalMilliseconds : 1511.1437

In the native powershell shell:

C:\Users\idror> measure-command {git}


Days              : 0
Hours             : 0
Minutes           : 0
Seconds           : 0
Milliseconds      : 99
Ticks             : 999033
TotalDays         : 1.15628819444444E-06
TotalHours        : 2.77509166666667E-05
TotalMinutes      : 0.001665055
TotalSeconds      : 0.0999033
TotalMilliseconds : 99.9033

After turning off injectoin:

C:\Users\idror> Measure-Command {git}


Days              : 0
Hours             : 0
Minutes           : 0
Seconds           : 0
Milliseconds      : 109
Ticks             : 1099129
TotalDays         : 1.2721400462963E-06
TotalHours        : 3.05313611111111E-05
TotalMinutes      : 0.00183188166666667
TotalSeconds      : 0.1099129
TotalMilliseconds : 109.9129

@Maximus5
Copy link
Contributor

Maximus5 commented Nov 5, 2015

There is no version "latest". Numbers please.

@ittayd
Copy link
Author

ittayd commented Nov 5, 2015

1.2.6

@Maximus5
Copy link
Contributor

Maximus5 commented Nov 5, 2015

There is no ConEmu version 1.2.6
https://conemu.github.io/en/OldBuild.html

@ittayd
Copy link
Author

ittayd commented Nov 5, 2015

150913 alpha

@ittayd
Copy link
Author

ittayd commented Nov 5, 2015

[Window Title]
ConEmu 150913 [32]

[Main Instruction]
No newer stable version is available

[Content]
Your current ConEmu version is 150913 alpha

Versions on server
http://conemu.github.io/version.ini
120727c stable
150813c preview
151101 alpha (newer)

[OK] [Visit download page]

[Footer]
Whats new (project wiki page)

@Maximus5
Copy link
Contributor

Maximus5 commented Nov 5, 2015

150913 alpha

No newer stable version is available

151101 alpha (newer)

https://conemu.github.io/en/OldBuild.html

@ittayd
Copy link
Author

ittayd commented Nov 5, 2015

and what should i do when using cmder? download the portable version?

@Maximus5
Copy link
Contributor

Maximus5 commented Nov 5, 2015

Do you mind I need rewrite here the article contents which link I've posted three times?

@ittayd
Copy link
Author

ittayd commented Nov 5, 2015

Not sure I understood. But:
The first time you wrote: "Update your installation: https://github.com/Stanzilla/cmder/releases", which I've done. It is true I didn't read the "Also" note, as well, it was not posted as the main step to take.
You then posted the link a second time, together with reference for ConEmu ("there is no ConEmu version 1.2.6"), which just then made me realize you are talking about ConEmu, not cmder (which this bug is issued for), so I followed in the link, which said:"There is ConEmu internal updater. Just call it from...". I called the updater and it did nothing, which lead me to believe there's nothing to update.
When you posted the link for the 3rd time, together with the bold '(newer)', it was only then clear that the updater is not really an updater but a status checker. The article does not state how to update cmder, I had to guess it is using the portable version.

@ittayd
Copy link
Author

ittayd commented Nov 5, 2015

So, after downloading the latest ConEmu, the problem remains:

C:\Users\idror> measure-command {git}


Days              : 0
Hours             : 0
Minutes           : 0
Seconds           : 1
Milliseconds      : 433
Ticks             : 14330530
TotalDays         : 1.65862615740741E-05
TotalHours        : 0.000398070277777778
TotalMinutes      : 0.0238842166666667
TotalSeconds      : 1.433053
TotalMilliseconds : 1433.053

@Stanzilla
Copy link
Member

The latest release or pre-release is now always here: https://github.com/cmderdev/cmder/releases

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants