Search code examples
windowsgitqt-creator

How to make Tools->Git->Push work in Qt Creator


When I try Tools->Git->Push in Qt Creator, I get

fatal: remote error: Invalid username/password.
You may need to use your generated googlecode.com password; see https://code.google.com/hosting/settings
The command 'C:\Program Files\Git\cmd\git.exe' terminated with exit code 128.

I have the password for the remote repository, but I couldn't find where to enter it in Qt Creator's settings.


Solution

  • I have the same question,the only solution is run it in the terminal.I didn't find a better way.Let me know if you find a better way.