msysGitのGit Bashにコピー&ペースト


Windowsの下でmsysGitを使って、ふだんの仕事はGit Bashの中で行の中でやり遂げるように命令して、时にはgitkをも使います.
しかしmsysysGitには不快な特性があり、コピーして貼り付けられない.今日この問題は私を怒らせたので,それを解決した.
cygwinとmsのcmdでは、コピーしたマウスを貼り付ける操作はすべて可能なので、msysGitではだめです.どこに設定するかに問題があると思います.
にある
Stack Overflowある兄弟たちは私と同じ問題にぶつかったことを発見した.もともとはコマンドラインの迅速な編集」オプションの設定の問題だった.Windowsコマンドラインでマウス操作を行う場合は、このオプションをオンにする必要があります.msysysGitがこのオプションをオフにして、開いてみてください.问题解决
次はマイクロソフトの原文です.
With QuickEdit mode, you can copy text between a command window and Windows-based programs, and you can also paste text into a command window by using a right-click operation. In Microsoft Windows 2000, QuickEdit and Insert mode are both enabled by default. In Windows XP, because these features are disabled by default, there is improved program compatibility with older MS-DOS-based programs that have included mouse support.

 To enable QuickEdit mode in Windows XP:
 Click Start, click Run, type cmd, and then click OK.
 Click the icon in the upper-left corner of the Command Prompt window, and then click Properties.
 On the Options tab, click to select the QuickEdit Mode and Insert Mode check boxes.
 Click OK.
 Click Save properties for future windows with same title, and then click OK.

転載先http://liuhui998.com/2010/09/26/msysgit_windows_copypaste/