Results 1 to 2 of 2

Thread: Using git with qt creator

  1. #1
    Join Date
    Sep 2009
    Posts
    2
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Using git with qt creator

    I’ve recently installed git and initialized a git repo in my project folder. I can commit and checkout without any issues through the command line, but for some reason the gui in qt creator claims my connection has timed out. Im running windows…. Any ideas?

    Error message(s):

    21:15 Executing: git status –u
    Unable to obtain the status: Error: Git timed out



    Please let me know if any further clarification is needed!

  2. #2
    ucomesdag Guest

    Default Re: Using git with qt creator

    Better late then never

    I had what looked like a similar issue...

    You might need to add your ssh key (id_rsa) to "c:\program files\git\.shh", then run git from cmd prompt and it will tell you more what's wrong.
    Qt Creator's git tool only works on an already configured repro, it doesn't warn on authentication errors. It just sits and times out waiting for authentication.

    I'm using TortoiseGit but it uses my Putty Key so it took me some time to realize that "something was missing somewhere"
    Last edited by ucomesdag; 29th June 2010 at 00:25.

Similar Threads

  1. Cannot add custom widget to Qt Creator
    By djogon in forum Qt Tools
    Replies: 5
    Last Post: 30th April 2010, 10:15
  2. Replies: 2
    Last Post: 31st August 2009, 13:03
  3. Replies: 0
    Last Post: 30th August 2009, 22:44
  4. Replies: 2
    Last Post: 12th July 2009, 08:24
  5. Replies: 0
    Last Post: 18th February 2009, 19:17

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.