mirror of
https://github.com/go-gitea/gitea
synced 2025-07-09 20:17:21 +00:00
Enable markdownlint no-trailing-punctuation
and no-blanks-blockquote
(#29214)
Enable these two and fix issues.
This commit is contained in:
@ -60,7 +60,7 @@ curl "http://localhost:4000/api/v1/repos/test1/test1/issues" \
|
||||
`/users/:name/tokens` 是一个特殊的接口,需要您使用 basic authentication 进行认证,具体原因在 issue 中
|
||||
[#3842](https://github.com/go-gitea/gitea/issues/3842#issuecomment-397743346) 有所提及,使用方法如下所示:
|
||||
|
||||
### 使用 Basic authentication 认证:
|
||||
### 使用 Basic authentication 认证
|
||||
|
||||
```
|
||||
$ curl --url https://yourusername:yourpassword@gitea.your.host/api/v1/users/yourusername/tokens
|
||||
|
Reference in New Issue
Block a user