2022-03-17 01:16:26 +08:00
|
|
|
|
; Please use UTF-8 encoding format to save the file.
|
|
|
|
|
|
|
|
|
|
; Gitee 配置
|
|
|
|
|
[Gitee]
|
|
|
|
|
; 应用 ClientID 与 ClientSecret
|
|
|
|
|
ClientID=YOUR_CLIENT_ID
|
|
|
|
|
ClientSecret=YOUR_CLIENT_SECRET
|
2022-03-18 20:27:41 +08:00
|
|
|
|
; 使用 ssh 还是 https 进行仓库 pull / push 可选项:https / ssh (填写其他值默认使用 https)
|
2022-03-17 01:16:26 +08:00
|
|
|
|
Protocol=https
|
|
|
|
|
; 代理 例如:127.0.0.1:15732 不使用代理请留空
|
|
|
|
|
Proxy=
|
|
|
|
|
|
|
|
|
|
; GitHub 配置
|
|
|
|
|
[GitHub]
|
|
|
|
|
; 应用 ClientID 与 ClientSecret
|
|
|
|
|
ClientID=YOUR_CLIENT_ID
|
|
|
|
|
ClientSecret=YOUR_CLIENT_SECRET
|
2022-03-18 20:27:41 +08:00
|
|
|
|
; 使用 ssh 还是 https 进行仓库 pull / push 可选项:https / ssh (填写其他值默认使用 https)
|
2022-03-17 01:16:26 +08:00
|
|
|
|
Protocol=https
|
|
|
|
|
; 代理 例如:127.0.0.1:15732 不使用代理请留空
|
|
|
|
|
Proxy=
|
|
|
|
|
|
|
|
|
|
[Common]
|
|
|
|
|
; 请求超时时间,单位为秒,默认值为 10
|
|
|
|
|
RequestTimeout=10
|
|
|
|
|
|