Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Tobias Hunger
qt-creator
Commits
385a3d04
Commit
385a3d04
authored
Sep 09, 2010
by
Leena Miettinen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doc - Add information about using msysGit on Windows.
Reviewed-by: Friedemann Kleint
parent
b23b4588
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
doc/qtcreator.qdoc
doc/qtcreator.qdoc
+18
-0
No files found.
doc/qtcreator.qdoc
View file @
385a3d04
...
...
@@ -843,6 +843,8 @@
resolution
,
select
\
gui
{
Embedded
Design
}.
\
endlist
To
switch
between
forms
and
code
,
use
\
key
Shift
+
F4
.
For
more
information
on
\
QD
,
see
\
l
{
http
://
doc
.
qt
.
nokia
.
com
/
4.7
-
snapshot
/
designer
-
manual
.
html
}{
Qt
Designer
Manual
}.
...
...
@@ -3916,6 +3918,22 @@
that everything works (for example, use the status command). If no issues arise,
you should be ready to use the system also from Qt Creator.
\section2 Using msysGit on Windows
If you configure Git for use with \c {git bash}, only, and use SSH
authorization, Git looks for the SSH keys in the directory where the
\c HOME environment points to. The variable is always set by \c {git bash}.
However, the variable is typically not set in a Windows command prompt.
When you run Git from a Windows command prompt, it looks for the SSH keys in its
installation directory, and therefore, the authorization fails.
You can set the \c HOME environment variable from Qt Creator. Select \gui {Tools >
Options... > Version Control > Git}. Select the \gui {Environment Variables}
and the \gui {Set "HOME" environment variable} check boxes. \c HOME is set to
\c %HOMEDRIVE%%HOMEPATH% when the Git executable is run and authorization works
as it would with \c {git bash}.
\section1 Setting Up Common Options
Select \gui{Tools} > \gui{Options...} > \gui{Version Control} > \gui{Common}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment