forked from git/git
-
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
Incorrect displaying of pasting from the clipboard when the text contains cyrilic chars #240
Comments
Are you sure that the paste is incorrect, as opposed to just the display? |
Sorry, you are right. I edited my message and its title. |
Thank you for your quick and clarifying response. I fear this is a question for the mintty project... |
Ok, I posted it here: mintty/mintty#461 and I close the current issue's topic. |
Thanks! |
jeffhostetler
pushed a commit
to jeffhostetler/git
that referenced
this issue
Apr 11, 2020
…ch-pack if using gvfs helper The `gvfs-helper` is supposed to avoid calling `git fetch-pack` by downloading objects through the GVFS protocol instead. For some reason, some `git fetch` calls still end up calling `git fetch-pack` which gets a complaint from the remote because it does not support that kind of fetch. Put a hard stop in the `fetch_git()` method to prevent this process run.
jeffhostetler
pushed a commit
to jeffhostetler/git
that referenced
this issue
Apr 13, 2020
…ch-pack if using gvfs helper The `gvfs-helper` is supposed to avoid calling `git fetch-pack` by downloading objects through the GVFS protocol instead. For some reason, some `git fetch` calls still end up calling `git fetch-pack` which gets a complaint from the remote because it does not support that kind of fetch. Put a hard stop in the `fetch_git()` method to prevent this process run.
jeffhostetler
pushed a commit
to jeffhostetler/git
that referenced
this issue
Jun 3, 2020
Includes these pull requests: git-for-windows#227 git-for-windows#228 git-for-windows#229 git-for-windows#231 git-for-windows#240 Signed-off-by: Derrick Stolee <[email protected]>
jeffhostetler
pushed a commit
to jeffhostetler/git
that referenced
this issue
May 14, 2021
Includes these pull requests: git-for-windows#227 git-for-windows#228 git-for-windows#229 git-for-windows#231 git-for-windows#240 Signed-off-by: Derrick Stolee <[email protected]>
jeffhostetler
pushed a commit
to jeffhostetler/git
that referenced
this issue
Jun 21, 2021
Includes these pull requests: git-for-windows#227 git-for-windows#228 git-for-windows#229 git-for-windows#231 git-for-windows#240 Signed-off-by: Derrick Stolee <[email protected]>
jeffhostetler
pushed a commit
to jeffhostetler/git
that referenced
this issue
Aug 18, 2021
Includes these pull requests: git-for-windows#227 git-for-windows#228 git-for-windows#229 git-for-windows#231 git-for-windows#240 Signed-off-by: Derrick Stolee <[email protected]>
mjcheetham
pushed a commit
to mjcheetham/git
that referenced
this issue
Jun 16, 2022
Includes these pull requests: git-for-windows#227 git-for-windows#228 git-for-windows#229 git-for-windows#231 git-for-windows#240 Signed-off-by: Derrick Stolee <[email protected]>
mjcheetham
pushed a commit
to mjcheetham/git
that referenced
this issue
Jul 23, 2024
Includes these pull requests: git-for-windows#227 git-for-windows#228 git-for-windows#229 git-for-windows#231 git-for-windows#240 Signed-off-by: Derrick Stolee <[email protected]>
mjcheetham
pushed a commit
to mjcheetham/git
that referenced
this issue
Jan 20, 2025
Includes these pull requests: git-for-windows#227 git-for-windows#228 git-for-windows#229 git-for-windows#231 git-for-windows#240 Signed-off-by: Derrick Stolee <[email protected]>
mjcheetham
pushed a commit
to mjcheetham/git
that referenced
this issue
Mar 6, 2025
Includes these pull requests: git-for-windows#227 git-for-windows#228 git-for-windows#229 git-for-windows#231 git-for-windows#240 Signed-off-by: Derrick Stolee <[email protected]>
mjcheetham
pushed a commit
to mjcheetham/git
that referenced
this issue
Mar 13, 2025
Includes these pull requests: git-for-windows#227 git-for-windows#228 git-for-windows#229 git-for-windows#231 git-for-windows#240 Signed-off-by: Derrick Stolee <[email protected]>
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to write some settings into common config file. Command is long. I try to past this command from clipboard. It has cyrilic chars (Отдел) also:
git config -f "\\\\hyprostr\\dfs\\groups\\Отдел IT\\@Bush\\dev\\settings\\gitconfig.txt" http.proxy http://@proxy2:8080
but I see incorrect displaying of pasting result in Git Bash. Look an attached screen. Can I fix it?

The text was updated successfully, but these errors were encountered: