bash-4.4$ git config --global user.name "[username]"
bash-4.4$ git config --global user.email "[email]"
bash-4.4$ git config --global http.proxy [proxy url:port]
bash-4.4$ git config --global user.name "[username]"
bash-4.4$ git config --global user.email "[email]"
bash-4.4$ git config --global http.proxy [proxy url:port]