Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,20 @@ Try [this](https://support.apple.com/en-in/guide/mac-help/mchlp2591/mac) and [th

[Follow link.](https://gist.github.com/evantoli/f8c23a37eb3558ab8765)

```bash
add Proxy in GIT Bash
git config --global http.proxy http://edcguest:edcguest@172.31.102.29:3128

Unset Proxy from Git Bash

git config --global --unset http.proxy
git config --global --unset http.https://domain.com.proxy

git config --global --unset http.sslVerify
git config --global --unset http.https://domain.com.sslVerify

```

## For NPM:

- Applying Proxy:
Expand Down