FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

docs: add a tip about using git-node-land behind firewall · nodejs/node-core-utils@62fc5ce · GitHub

Commit 62fc5ce

Browse files
committed
docs: add a tip about using git-node-land behind firewall
1 parent 7ceb9b3 commit 62fc5ce

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

‎docs/git-node.md‎

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,17 @@ Examples:
9797
$ ncu-config set branch master
9898
```
9999

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+
100111
### Git bash for Windows
101112

102113
If you are using `git bash` and having trouble with output use

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL