You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Kanak Biscuitwala (JIRA)" <ji...@apache.org> on 2013/11/12 01:35:17 UTC

[jira] [Created] (INFRA-6990) Getting a 500 trying to do a git push

Kanak Biscuitwala created INFRA-6990:
----------------------------------------

             Summary: Getting a 500 trying to do a git push
                 Key: INFRA-6990
                 URL: https://issues.apache.org/jira/browse/INFRA-6990
             Project: Infrastructure
          Issue Type: Bug
            Reporter: Kanak Biscuitwala


I'm trying to push some changes to incubator-helix, but I get a 500 error:

kbiscuit-ld1:incubator-helix:% git config -l                                                                                <helix-0.6.2-release>
user.name=Kanak Biscuitwala
user.email=kanak@apache.org
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
remote.origin.url=https://git-wip-us.apache.org/repos/asf/incubator-helix.git
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
branch.master.remote=origin
branch.master.merge=refs/heads/master
branch.helix-0.6.2-release.remote=origin
branch.helix-0.6.2-release.merge=refs/heads/helix-0.6.2-release
kbiscuit-ld1:incubator-helix:% git push origin helix-0.6.2-release                                                          <helix-0.6.2-release>
error: The requested URL returned error: 500 while accessing https://git-wip-us.apache.org/repos/asf/incubator-helix.git/info/refs?service=git-receive-pack
fatal: HTTP request failed

Is this a configuration error, or is there an actual issue with the repository?



--
This message was sent by Atlassian JIRA
(v6.1#6144)