How do you copy and paste into Git Bash

前端 未结 30 1478
抹茶落季
抹茶落季 2021-01-29 16:47

I\'m using msysgit running on Windows XP.

Tried Ctrl+V, Right click, Middle click, google... no luck.

30条回答
  •  死守一世寂寞
    2021-01-29 17:53

    This is suggested by the github help page:

    clip < filename
    

    this copies the contents of filename to the clipboard and is useful for doing things like copying your id_rsa.pub to a web form.

提交回复
热议问题