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

Incorrect displaying of pasting from the clipboard when the text contains cyrilic chars #240

Closed
ghost opened this issue Jul 13, 2015 · 5 comments

Comments

@ghost
Copy link

ghost commented Jul 13, 2015

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?
_0

@dscho
Copy link
Member

dscho commented Jul 14, 2015

Are you sure that the paste is incorrect, as opposed to just the display?

@ghost ghost changed the title Incorrect pasting from the clipboard when the text contains cyrilic chars Incorrect displaying of pasting from the clipboard when the text contains cyrilic chars Jul 14, 2015
@ghost
Copy link
Author

ghost commented Jul 14, 2015

Sorry, you are right. I edited my message and its title.

@dscho
Copy link
Member

dscho commented Jul 14, 2015

Thank you for your quick and clarifying response. I fear this is a question for the mintty project...

@ghost
Copy link
Author

ghost commented Jul 14, 2015

Ok, I posted it here: mintty/mintty#461 and I close the current issue's topic.

@ghost ghost closed this as completed Jul 14, 2015
@dscho
Copy link
Member

dscho commented Jul 14, 2015

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
jeffhostetler pushed a commit to jeffhostetler/git that referenced this issue May 14, 2021
jeffhostetler pushed a commit to jeffhostetler/git that referenced this issue Jun 21, 2021
jeffhostetler pushed a commit to jeffhostetler/git that referenced this issue Aug 18, 2021
mjcheetham pushed a commit to mjcheetham/git that referenced this issue Jun 16, 2022
mjcheetham pushed a commit to mjcheetham/git that referenced this issue Jul 23, 2024
mjcheetham pushed a commit to mjcheetham/git that referenced this issue Jan 20, 2025
mjcheetham pushed a commit to mjcheetham/git that referenced this issue Mar 6, 2025
mjcheetham pushed a commit to mjcheetham/git that referenced this issue Mar 13, 2025
This issue was closed.
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

1 participant