Install git without admin/sudo or make

git

I have a MacBook Pro without admin or sudo access, but I need git. XCode is not installed, so I don't have access to make, so I cannot build from source. /usr/local is locked down, so I cannot use MacPorts or Homebrew either.

How do I get a working git binary?

Best Answer