Qt Creator + GitHub on Win7
Qt Creator and other tools
6
Posts
3
Posters
10.6k
Views
1
Watching
-
Hello,
noobie here. I want to use
Qt Creator 2.4.1 + GitHub.
- I installed the official GitHub Client via http://windows.github.com.
- Qt- Creator --> Tools --> Options --> Version Control --> Git
- ???
If I press the "From System" button, I get my system variables but none of them contain Git.
-
Did you follow this "tutorial ?":https://help.github.com/articles/set-up-git
It helped me out before.
-
The settings are where I am lost...
-
I do not know what is in this windows client actually contains: It might have the real git client or it might be using some library to access the git functionality. Why don't you just grab the client from the official git homepage at http://git-scm.com/ ? That one works fine.
Your settings seem sensible. Does running any git command work? Try cloning a repository or something via File->New File or Project->Import Project->Git Repository Clone.