sure... the issue is you are not authorized to push to the gradle git repo. The standard way to do this... especially off github is to fork the gradle repo, then you clone your gradle repo (the fork you just created) to your local machine... make your changes and push to your gradle repo. then you send a pull request to one of the gradle committers.
alternatively... you could send me or several people on this email list a patch... and we can do it for you. Ken Sipe | [email protected] | blog: http://kensipe.blogspot.com On Mar 30, 2011, at 3:26 PM, Leo Mekenkamp wrote: > 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 >
