I\'m using msysgit running on Windows XP.
Tried Ctrl+V, Right click, Middle click, google... no luck.
on my keyboard insert is located on the same key as a Printscreen. unfortunately, ctrl + ins doesn't work for me , so i descoved the following working combinations for me:
FN + CTRL + PRT SC - for copy
FN + SHIFT + PRT SC - for insert
You can also just right-click in the console window. Be sure (as per earlier answers) to enable both 'Edit Options' in the Properties panel (from the System menu).
In windows after this setting you can use ctrl + shift + v ( for windows)
Windows:
How does it look like?
Yep, copy from somewhere else using ctrl+c and paste using INSERT. Work for me on Window 8.
Right click on the Git Bash shortcut and switch to the Options tab. Enable Quick Edit Mode and click OK.
Now you can use right click to paste into Git Bash, even passwords for remote push, which you can't do with Insert.
This also enables copy easily. Just left click and drag in the console window to select any block of text. Now right click on the selection and the text block will be copied in RAM. This is way more easier and intuitive than the other ways.
Image source: https://danlimerick.wordpress.com/2011/07/23/git-for-windows-tip-how-to-copy-and-paste-into-bash/