Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Git GUI is not installed?
QtWS25 Last Chance

Git GUI is not installed?

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
3 Posts 3 Posters 910 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mdresser
    wrote on last edited by
    #1

    I am running Qt Creator 4.11 on Ubuntu 18.04
    When I attempt to launch Git Gui from Tools/Git/Git Tools/Git Gui, nothing happens. No messages-- nothing.
    Basic git operations are working fine.
    I assume this is because I need to install a separate tool but I can't find any reference to "git gui"
    Can anyone tell me where to get the required tool?
    Thanks!

    aha_1980A 1 Reply Last reply
    0
    • JohanSoloJ Offline
      JohanSoloJ Offline
      JohanSolo
      wrote on last edited by
      #2

      Why do you want to launch Git GUI from QtCreator? Qt Creator is a gui, therefore it doesn't make much sense to have try to.
      git is a command-line tool, and some people don't like CLI, this is why Git Gui was created. The Git Tool from Qt Creator is kind of another wrapper.

      `They did not know it was impossible, so they did it.'
      -- Mark Twain

      1 Reply Last reply
      0
      • M mdresser

        I am running Qt Creator 4.11 on Ubuntu 18.04
        When I attempt to launch Git Gui from Tools/Git/Git Tools/Git Gui, nothing happens. No messages-- nothing.
        Basic git operations are working fine.
        I assume this is because I need to install a separate tool but I can't find any reference to "git gui"
        Can anyone tell me where to get the required tool?
        Thanks!

        aha_1980A Offline
        aha_1980A Offline
        aha_1980
        Lifetime Qt Champion
        wrote on last edited by
        #3

        @mdresser

        Can anyone tell me where to get the required tool? Thanks!

        sudo apt install git-gui should work.

        Regards

        Qt has to stay free or it will die.

        1 Reply Last reply
        2

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved