Skip to content

Instantly share code, notes, and snippets.

@makenowjust
Created January 9, 2016 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save makenowjust/262e080217aebbc628c0 to your computer and use it in GitHub Desktop.
Save makenowjust/262e080217aebbc628c0 to your computer and use it in GitHub Desktop.
Smallest Git Server - this server can be cloned by `git clone http://localhost:2345` then create empty repository.
require('http').createServer((q,s)=>s.end('')).listen(2345)
@kucukkanat
Copy link

Push doesn't work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment