git.sh 152 B

123456
  1. #!/usr/bin/env bash
  2. set -e
  3. git config --global http.proxy http://127.0.0.1:4780;
  4. git config --global https.proxy https://127.0.0.1:4780;
  5. exec /bin/bash