mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-23 19:59:21 +01:00
rc/netrc.sample: note Windows location and comments not actually being allowed
This commit is contained in:
parent
7677c22fe2
commit
3910216842
@ -1,7 +1,9 @@
|
||||
# Why do I not have a sample .netrc or _netrc in somewhere I would actually
|
||||
# look at? Now I do
|
||||
# Why do I not have a sample ~/.netrc or %userprofile%\_netrc in somewhere
|
||||
# I would actually look at? Now I do
|
||||
# See also `man curl` which says to `man 5 netrc` which doesn't exist on my
|
||||
# system?
|
||||
# NOTE: StackOverflow says COMMENTS ARE FORBIDDEN, don't add these
|
||||
# https://stackoverflow.com/q/62824831
|
||||
machine git.example.net
|
||||
login Username
|
||||
password ThisWouldBeA-PAT-ButItIsNot
|
||||
|
Loading…
Reference in New Issue
Block a user