I would like to know why git bash does not accept the ctrl + V command. Every time I have to clone a repository in github I have to type the entire url!
I would like to know why git bash does not accept the ctrl + V command. Every time I have to clone a repository in github I have to type the entire url!
Commands like Ctrl + c and Ctrl + v in bash do not copy and paste respectively.
For Windows environment , the following options work:
Note: I've worked on other versions of bash , where clicking on the icon in the upper corner of the dialog box displayed an option to paste as well. I have tried the Insert and
In Git Bash (and in many other software) Shift + Insert paste the text that is in the clipboard.