Skip to content

Instantly share code, notes, and snippets.

@nenodias
Last active August 24, 2016 00:12
Show Gist options
  • Save nenodias/cd2e2491b991fcc548b1b68ff4fd73c7 to your computer and use it in GitHub Desktop.
Save nenodias/cd2e2491b991fcc548b1b68ff4fd73c7 to your computer and use it in GitHub Desktop.
Git Bash Proxy ITE Authenticate

For user the authenticate. Must run it with source authenticate.sh

Set the RM and password.

Enjoy!!!

#!/bin/bash
echo -n RM:
read rm
echo ''
echo -n Password:
read -s password
echo
# Run Command
#echo $rm
#echo $password
export http_proxy=http://$rm:[email protected]:8080
export https_proxy=http://$rm:[email protected]:8080
export no_proxy=localhost,.my.company
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment