Post new file into Git via HTTP
|
|
I’d like to use HTTP directly to push a new file or version of a file into a given filename in an Unfuddle git repository. I can do HTTP calls straighforwardly from a simple, minimal environment like Java or Javascript, whilst using a git binary requires me to establish a console and have Java or Javascript inject commands, or at least parameters to commands, in a temporary filesystem with an unprivileged account on a POSIX-compliant system – nightmare! Is there a way to do this with HTTP directly with the Unfuddle API? Do you know of another way to get around the use of Git binaries? |
|
|
Unfuddle currently only support git push over ssh. We do not support git over HTTP. |
