I’ve read the documentation and other threads about Git and Qt, but I still can’t get Git working inside Qt Creator.
Development profile = Win 7 64 bit, Qt Creator 2.7.2, Qt.1.0.
Some threads implied some installations of Git are better than others for installing on Windows.
Steps I did,
1-Downloaded Git-1.8.3-preview20130601 from http://git-scm.com/download/win
2-Installed Git using the default option of Bash Only
3-In Qt Creator Tools>Options>Git>
3.1-In configuration section, put C:\Program Files (x86)\Git\bin;
3.2-In configuration section, Set “Home” environment variable checkbox to checked
3.3-Clicked on Apply button and then on Ok button
3.4- There is note: Git needs to find perl in environment…….so how do I address this? Where’s the doc
for this part?
4-In Qt Creator Window>Output Panes>Version Control……gives results of: Git is bot available in red font
5-In command prompt typed Git status and got:
‘Git’ is not recognized as an internal or external command,
operable program or batch file.
This is all new to me, and I’m stumped.
Please help me get Git running under Qt Creator.
↧