A Git transfer protocol layered over HTTP that is more efficient than the plain HTTP transport.
Questions tagged [smart-http]
21 questions
1
vote
1 answer
Git with smart HTTP and suexec: repository not found
I'm trying to install my own Git repository on one of my servers with smart HTTP.
It works on a virtual server without suexec, but doesn't on my production server that has suexec enabled. When I try to clone or push it says:
fatal: repository…

vdavid
- 45
- 8
1
vote
1 answer
Git on windows over HTTP. post-receive hook not working
I have configured msysgit on Windows as a server over HTTP. I have configured Apache server to forward the requests to git-http-backened.exe. When I cloned and tried to push to the server from remote PC, everything worked perfectly. But the…

deepthi
- 21
- 5
1
vote
1 answer
Can't push to git through SCM Manager
I've got Git running on a Windows server, and want to sync back to it from my OSX laptop. There seems to be two viable options for this:
SSH (which seems to be hackish at best for Windows)
Smart HTTP
I've opted for the Smart HTTP option and set up…

SpoonNZ
- 3,780
- 1
- 20
- 25
0
votes
2 answers
How to respond to git clone command using NGIT
Using NGit (or even JGit since it's a port) does anyone know how to respond to the Git clone command over Smart HTTP? What would the sample code look like?
I can't find any references or documentation which describes this.
I'm trying to create a…

Fixer
- 5,985
- 8
- 40
- 58
0
votes
2 answers
How implement a git Smart HTTP server
I want to implement a git server by Smart HTTP protocol. Any body can give me some reference documents or codes for study. C-style language is better.
Use a the C# language and libgit2sharp implement it is my target.

Aimeast
- 1,609
- 14
- 29
-1
votes
1 answer
What are the http methods used in GIT smart http
I am trying to configure git using a login servlet, so want to know what all http methods are used in smart http

user2164525
- 897
- 1
- 7
- 18