I figured it out! I followed the commands in wiki: https://cwiki.apache.org/confluence/display/RYA/Contributing+to+Rya but I was using a URL that did not work. this one works: git push https://git1-us-west.apache.org/repos/asf/incubator-rya-site master
Just for future notes, here is what happens when you have the wrong URL: this one did not work: $ git remote -v ... apachegithttp http://git.apache.org/incubator-rya-site.git (push) When I did a push, after commit, I got this error, "405 Method Not Allowed". It did not request username/password. the correct URL did. $ GIT_CURL_VERBOSE=1 git push apachegithttp master ... < HTTP/1.1 100 Continue * We are completely uploaded and fine * The requested URL returned error: 405 Method Not Allowed * Marked for [closure]: Transfer returned error * multi_done * Closing connection 0 * The cache now contains 0 members * Expire cleared error: Cannot access URL http://git.apache.org/incubator-rya-site.git/, return code 22 fatal: git-http-push failed error: failed to push some refs to ' http://git.apache.org/incubator-rya-site.git' david.
