'How to copy/paste text (github's url) in Bash in Windows 10?
I'm using Windows 10.
I can cut/copy/paste in cmd or shell but i can't do that with Bash. So, I must type url of github if I want to clone something from there
Almost of guides (Dr. Google) also say: Right click -> Properties -> Options -> tick Edit Quick Mode
But I can't do because I can't find out "Quick Edit Mode" or something like that.
Please help me.
Thanks,
Solution 1:[1]
To paste any URL or Text in gitbash, you can use " windows key + v " and select the text you copied to paste it in bash.
You just need to turn on the clipboard history for this to work, which can be done in clipboard settings.
As far as copy/cut is concerned I am also searching for that.
Solution 2:[2]
using your keyboard, you can hold down [Shift] and then hit the [Insert] key. [Shift]+[Insert]
EDIT: If this does not help, you may find a previous post useful: Copy Paste in Bash on Ubuntu on Windows
Solution 3:[3]
The solution that worked is for:
- desktop keyboard: [shift] + [insert] keys to paste
- laptop keyboard: [shift] + [0] keys to paste
NB: For laptops, the 0 Key at the bottom of the number pad on the upper-right corner of your keyboard will function as an Insert Key when Num Lock is turned off. That is why it is labeled with both 0 and Ins on the key itself.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Meet Bhalodiya |
| Solution 2 | |
| Solution 3 | Jeremy Caney |
