CSSC-PC上更新了 4个文件

This commit is contained in:
murmur-CSSC 2024-04-16 17:09:44 +08:00
parent afe96c31c5
commit 25839c0a4d
4 changed files with 43 additions and 13 deletions

4
.obsidian/app.json vendored
View File

@ -1 +1,3 @@
{}
{
"newFileLocation": "current"
}

View File

@ -12,8 +12,12 @@
"id": "0e00facec86c2b63",
"type": "leaf",
"state": {
"type": "log-log",
"state": {}
"type": "markdown",
"state": {
"file": "工具/rclone.md",
"mode": "source",
"source": false
}
}
},
{
@ -22,7 +26,7 @@
"state": {
"type": "markdown",
"state": {
"file": "系统/Openwrt/ESXI更改磁盘大小.md",
"file": "工具/push.md",
"mode": "source",
"source": false
}
@ -42,7 +46,7 @@
"state": {
"type": "outline",
"state": {
"file": "系统/Openwrt/ESXI更改磁盘大小.md"
"file": "工具/push.md"
}
}
}
@ -112,7 +116,7 @@
"state": {
"type": "backlink",
"state": {
"file": "系统/Openwrt/ESXI更改磁盘大小.md",
"file": "工具/push.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@ -129,7 +133,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "系统/Openwrt/ESXI更改磁盘大小.md",
"file": "工具/push.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
@ -152,7 +156,7 @@
"state": {
"type": "outline",
"state": {
"file": "系统/Openwrt/ESXI更改磁盘大小.md"
"file": "工具/push.md"
}
}
}
@ -173,8 +177,11 @@
"command-palette:打开命令面板": false
}
},
"active": "816ff4b32d991cec",
"active": "77528d40219efb8c",
"lastOpenFiles": [
"工具/rclone.md",
"工具/push.md",
"工具/PCB.md",
"系统/703N.md",
"工具/aardio/上位机设想.md",
"工具/aardio/数字华容道.md",
@ -198,9 +205,6 @@
"MCU/选型及学习规划.md",
"MCU/国产化/STM32国产替代总结.md",
"MCU/国产化/MCU型号替代.md",
"MCU/国产化/MCU国产供应商.md",
"工具/docker.md",
"工具/Gotify.md",
"DAC/串行",
"AMO_Driver/ADC/型号",
"AMO_Driver/ADC",

View File

@ -1,6 +1,10 @@
---
created: 2024-04-15
tags:
tags:
- "#push"
- "#gotify"
- "#wxpush"
- "#Discord"
title: push-message
---

20
工具/rclone.md Normal file
View File

@ -0,0 +1,20 @@
---
title: rclone-failed-to-get-token
created: 2024-04-16
tags:
- "#rclone"
- "#mount"
---
## 获取token超时
### 原因
添加远程的最后浏览器显示成功但命令窗口无法等到token原因是`命令窗口未使用代理`。[参考连接](https://makifx.com/197.html)
### 解决方案
将命令窗口使用代理,具体端口查看代理软件
```bash
# 使用sock5代理
set http_proxy=socks5://127.0.0.1:10808
set https_proxy=socks5://127.0.0.1:10808
```
## 无效API/接口
大概率是未使用最新版本的Rclone使用`rclone selfupdate`进行升级。