1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

docs: fix markdownlint issue md031/blanks-around-fences

This commit is contained in:
albertony
2025-07-10 13:56:54 +02:00
parent 07b37bcd12
commit 0411a41e11
3 changed files with 11 additions and 0 deletions

View File

@@ -215,6 +215,7 @@ from source with CGO enabled if necessary). See the
[name resolution section in the go docs](https://golang.org/pkg/net/#hdr-Name_Resolution).
### Failed to start auth webserver on Windows ###
```
Error: config failed to refresh token: failed to start auth webserver: listen tcp 127.0.0.1:53682: bind: An attempt was made to access a socket in a way forbidden by its access permissions.
...
@@ -224,6 +225,7 @@ yyyy/mm/dd hh:mm:ss Fatal error: config failed to refresh token: failed to start
This is sometimes caused by the Host Network Service causing issues with opening the port on the host.
A simple solution may be restarting the Host Network Service with eg. Powershell
```
Restart-Service hns
```