Hi all, I think I fixed bug 1295, but I am a complete git noob and cannot push my changes to github. First I got the message "no changes added to commit (use "git add" and/or "git commit -a")" after running "git commit" but the -a option was easily added.
Then I tried "git push --mirror", but git informed me that I "(...) can't push to git://github.com/gradle/gradle.git Use [email protected]:gradle/gradle.git". Friend google directed me to a page instructing me to edit .git/control and change the url there, so that hurdle has been taken as well. Unfortunately "git push --mirror" now kindly informs me: "ERROR: Permission to gradle/gradle.git denied to leomekenkamp. fatal: The remote end hung up unexpectedly". Any help is appreciated. cheers, --L
