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

Clone terminal from Task Bar in Windows 7+ #207

Closed
rcdailey opened this issue Jun 18, 2015 · 2 comments
Closed

Clone terminal from Task Bar in Windows 7+ #207

rcdailey opened this issue Jun 18, 2015 · 2 comments

Comments

@rcdailey
Copy link

In Windows 7 and up, you can MIDDLE CLICK an open application to open another instance of it. You can also Right-Click it and select the shortcut as well.

This does not work for the git-bash.exe terminal that is launched. Expected behavior is that a middle click functions the same as ALT+F2 when pressed inside a terminal instance.

@dscho dscho added the question label Jun 19, 2015
@rcdailey

This comment was marked as abuse.

@dscho dscho removed the question label Jun 19, 2015
@dscho
Copy link
Member

dscho commented Jun 19, 2015

Duplicate of #167.

@dscho dscho closed this as completed Jun 19, 2015
jeffhostetler pushed a commit to jeffhostetler/git that referenced this issue Oct 10, 2019
…ndling of network errors

Yesterday's commit caused a breakage where gvfs-helper.exe exited (with code 5
aka GH__ERROR_CODE__HTTP_404) when it received a 404 from the HTTP server
rather than just reporting that status code to the git.exe client. This caused the
gvfs-helper.exe process to exit (prematurely) and subsequent GET requests from
git.exe to fail with "packet write with format failed" (because the pipe was half-closed).

Yesterday's commit was intended to ensure that gvfs-helper.exe properly sends "ok",
"partial", or "error msg" back to the client. But inadvertently also returned the "status.ec".

This fix corrects that. We only use "status.ec" to decide which response to send
back to git.exe. And gvfs-helper only exits for hard errors.
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

2 participants