Page MenuHomePhabricator

InvalidArgumentException error when calling: GET /diffusion/REPO/repo.git/info/refs?service=git-upload-pack HTTP/1.1
Closed, ResolvedPublic

Description

I get a 500 error as I want to clone the repo.

# GIT_CURL_VERBOSE=1 git clone http://code.example.com/diffusion/REPO/repo.git
Cloning into 'repo'...
> GET /diffusion/REPO/repo.git/info/refs?service=git-upload-pack HTTP/1.1
User-Agent: git/1.9.1
Host: code.example.com
Accept: */*
Accept-Encoding: gzip
Pragma: no-cache

< HTTP/1.1 500 Internal Server Error
< Date: Mon, 12 Jan 2015 14:26:47 GMT
< X-Powered-By: PHP/5.5.9-1ubuntu4.5
< X-Frame-Options: Deny
< Cache-Control: private, no-cache, no-store, must-revalidate
< Pragma: no-cache
< Expires: Sat, 01 Jan 2000 00:00:00 GMT
< X-Content-Type-Options: nosniff
< Content-Length: 1632
< Connection: close
< Content-Type: text/html; charset=UTF-8
<
* Closing connection 0
fatal: unable to access 'http://code.example.com/diffusion/REPO/repo.git/': The requested URL returned error: 500

In the browser:
http://code.example.com/diffusion/REPO/repo.git/info/refs?service=git-upload-pack

ScreenClip.png (187×921 px, 10 KB)

Event Timeline

sicnervo assigned this task to chad.
sicnervo raised the priority of this task from to Needs Triage.
sicnervo updated the task description. (Show Details)
sicnervo added a subscriber: sicnervo.
sicnervo renamed this task from InvalidArgumentException error when calling: GET /diffusion/TESTS/repo.git/info/refs?service=git-upload-pack HTTP/1.1 to InvalidArgumentException error when calling: GET /diffusion/REPO/repo.git/info/refs?service=git-upload-pack HTTP/1.1.Jan 12 2015, 3:40 PM
sicnervo updated the task description. (Show Details)
btrahan added subscribers: chad, btrahan.

This is maybe from my work last week.

btrahan triaged this task as High priority.Jan 12 2015, 4:48 PM

Repros, patching incoming...