Actually. That worked just fine for me. Update your version of Git :D
https://issues.apache.org/jira/browse/INFRA-5467
On 10/30/13, 11:27 PM, Josh Elser wrote:
Good call. I'll fix it now. Thanks!
On 10/30/13, 11:16 PM, Donald Miner wrote:
http://accumulo.apache.org/source.html
The page says to use this to check out the code:
git clone http://git-wip-us.apache.org/repos/asf/accumulo.git
Got this:
Initialized empty Git repository in /home/hadoop/accumulo/.git/
error: RPC failed; result=22, HTTP code = 405
I changed it to (note https) and that worked fine
git clone https://git-wip-us.apache.org/repos/asf/accumulo.git
Probably should update the website?
-don