Guest User

Untitled

a guest
Apr 20th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. ~/.gitconfig
  2.  
  3. [http]
  4. proxy = http://:@my.corp.proxy:port
  5. [https]
  6. proxy = http://:@my.corp.proxy:port
  7.  
  8. > HTTP_PROXY=http://<userid>:<password>@my.corp.proxy:port && git clone https://github.com/jarrodhroberson/Stack-Overflow.git stack-overflow
Add Comment
Please, Sign In to add comment