Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1.  
  2. npm config set proxy http://10.33.3.254:8080
  3. npm config set https_proxy http://10.33.3.254:8080
  4. npm config set http_proxy http://10.33.3.254:8080
  5.  
  6. git config --global --unset-all user.email
  7. git config --global --unset-all user.name
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement