> ________________________________________ > From: [email protected] > [[email protected]] on behalf of Harri > Pasanen [[email protected]] > Sent: 14 December 2012 09:14 > To: [email protected] > Subject: [Qt-creator] fatal: Not a git repository when creating a new project > > A fairly minor issue I ran into, but could be confusing for newbies: > > > Creating a new Qt Console project from scratch, the wizard default to > "Add to version control (git)" for me. > I figured that it will create the .git repository for me, but no, I got:
It should create a repository for you, and when I try here I get: 10:27 Executing in /private/tmp/untitled: /usr/bin/git init Initialized empty Git repository in /private/tmp/untitled/.git/ 10:27 Executing in /private/tmp/untitled: /usr/bin/git add --intent-to-add main.cpp [....] Br, Eike > > 08:58 Executing in /home/harri/test/untar: /usr/bin/git add > --intent-to-add main.cpp > > Cannot add 1 file(s) to "/home/harri/test/untar": fatal: Not a git > repository (or any of the parent directories): .git > > > It did create the main.cpp and untar.pro before bailing out, the new > project was not opened. > > > > This is with Kubuntu 12.04 amd64 > > Qt Creator 2.6.81 > > Based on Qt 4.8.1 (64 bit) > > Built on Dec 5 2012 at 18:09:25 > > > -Harri -- Eike Ziller Senior Software Developer Digia Germany GmbH Rudower Chaussee 13, 12489 D-Berlin Sitz der Gesellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg, HRB 144331 B, Geschäftsführer: Mika Pälsi, Juha Varelius, Anja Wasenius _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
