uWSGI + nginx + git-http-backend
I have a problem to establish connection to git-http-backend on nginx with uwsgi. I can clone the repo but couldn't push anything because this: 17:20:58.877539 git.c:344 trace: built-in: git push -v 17:20:58.877648 run-command.c:640 trace: run_command: GIT_DIR=.git git-remote-http origin http://example.com/test.git Pushing to http://example.com/test.git * Couldn't find host example.com in the .netrc file; using defaults * Trying 192.168.0.120... * TCP_NODELAY set * Connected to example.com (192.168.0.120) port 80 (#0) > GET /test.git/info/refs?service=git-receive-pack HTTP/1.1 Host: example