QDEBUG : GitInitTest::testInitAndCommit()(27893)/?[0;34m GitJob::start?[0m: Execute git command: "git-commit testfile -m 'KDevelop'\''s Test commit'"
QDEBUG : GitInitTest::testInitAndCommit()(27893)/?[0;34m GitJob::slotReceivedStderr?[0m: received error:
QDEBUG : GitInitTest::testInitAndCommit()(27893)/?[0;34m GitJob::slotReceivedStderr?[0m: "
*** Please tell me who you are.
Run
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
to set your account's default identity.
Omit --global to set the identity only in this repository.
fatal: empty identnot allowed"
FAIL! : GitInitTest::testInitAndCommit() 'j->exec()' returned FALSE. ()
But I have a proper ~/.gitconfig and can manually run this command. I think it's some Qt related bug (looks like QProcess doesn't work properly with some environment variable).
Tomorrow I will rebuild everything, if you have any ideas feel free to comment ;)
0 comments:
Post a Comment