| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7ceb9b3 commit 62fc5ce
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -97,6 +97,17 @@ Examples: | |||
| 97 | 97 | $ ncu-config set branch master | |
| 98 | 98 | ``` | |
| 99 | 99 | ||
| 100 | + Note: If you are behind a firewall and run into `ECONNREFUSED` issues with | ||
| 101 | + `raw.githubusercontent.com`, you can try setting up the command to read | ||
| 102 | + the README from the local file system (you may need to make sure that the | ||
| 103 | + collaborator contacts in this file is up-to-date and cover people you need | ||
| 104 | + to include in the patch you want to land). | ||
| 105 | + | ||
| 106 | + ``` | ||
| 107 | + $ cd path/to/node/project | ||
| 108 | + $ ncu-config set readme "$(pwd)/README.md" | ||
| 109 | + ``` | ||
| 110 | + | ||
| 100 | 111 | ### Git bash for Windows | |
| 101 | 112 | ||
| 102 | 113 | If you are using `git bash` and having trouble with output use | |
| Back | FazBrowse Home | New Git URL |
0 commit comments