douban / code

[DEPRECATED]Douban CODE

Home Page:http://douban-code.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create New Project, Internal Server Error

chacanting opened this issue · comments

Redirect to
/projects
Internal Server Error

Traceback (most recent call last):
File "code/venv/lib/python2.7/site-packages/gunicorn/workers/sync.py", line 131, in handle_request
respiter = self.wsgi(environ, resp.start_response)
File "code/app.py", line 19, in call
return func(environ, start_response)
File "code/vilya/libs/gzipper.py", line 57, in call
response.gzip_start_response)
File "code/venv/src/quixote/quixote/qwip.py", line 32, in call
output = self.publisher.process_request(request, env)
File "code/venv/src/quixote/quixote/publish.py", line 551, in process_request
output = self.finish_failed_request(request)
File "code/venv/src/quixote/quixote/publish.py", line 545, in process_request
output = self.try_publish(request, env.get('PATH_INFO', ''))
File "code/web.py", line 64, in try_publish
output = Publisher.try_publish(self, request, path)
File "code/venv/src/quixote/quixote/publish.py", line 480, in try_publish
output = object.call(request)
File "code/vilya/views/projects/init.py", line 12, in call
return _q_index(request)
File "code/vilya/views/projects/init.py", line 24, in _q_index
creator_id=current_user.id)
File "code/vilya/models/project.py", line 46, in add
p.init_repo()
File "code/vilya/models/project.py", line 82, in init_repo
repo = ProjectRepo.init(self.repo_path)
File "code/vilya/models/git/repo.py", line 277, in init
return Jagare.init(path, work_path=work_path, bare=bare)
File "code/venv/src/ellen/ellen/repo.py", line 180, in init
init_repository(path, work_path=work_path, bare=bare)
File "code/venv/src/ellen/ellen/git/init.py", line 11, in init_repository
git.init(bare=bare)
File "code/venv/src/ellen/ellen/utils/process.py", line 55, in call
return proc.call(env=env)
File "code/venv/src/ellen/ellen/utils/process.py", line 91, in call
return _call(self.cmds + extra_cmds, env=env)
File "code/venv/src/ellen/ellen/utils/process.py", line 29, in _call
raise err
OSError: [Errno 2] No such file or directory