How to copy text in gitk

前端 未结 5 1140
清酒与你
清酒与你 2021-02-07 06:03

Can I copy source code in the left-bottom panel in gitk? Any keyboard shortcut or other functions?

OS: Ubuntu 9.04 Desktop / gitk: 1:1.6.0.4-1ubuntu2

Thank you.<

5条回答
  •  借酒劲吻你
    2021-02-07 06:41

    I also have exactly the same problem on my Ubuntu 16.04 with gnome desktop. It seems a bug in old version and fixed in latest version. Upgrade gitk with these steps:

    git clone git://ozlabs.org/~paulus/gitk
    cd gitk
    make
    sudo copy gitk /usr/bin/gitk
    

提交回复
热议问题