git-http-mock-server icon indicating copy to clipboard operation
git-http-mock-server copied to clipboard

Clone and push to git repository test fixtures over HTTP.

Results 6 git-http-mock-server issues
Sort by recently updated
recently updated
newest added

If set to 'yes' copy-on-write will be disabled so that changes will be written to the repository

When trying to use the `git-http-mock-server` I am unable to start the server. First I initialized my directory with `npm init` and provided it with some pseudo information. ```json {...

Using HTTP server i get: Error: invalid Content-Type: application/x-git-upload-pack-advertisement Using SSH w/o public key I get: Error: callback returned unsupported credentials type

Currently directly using the middleware in my tests, and would be nice to be able to suppress the server logs (without having to override the console object)

This adds two new features - a static file server - a mock server This should enable respectively: - mocking the "dumb" http git protocol eventually (we need a way...

Needed for developing isomorphic-git/isomorphic-git#671