Skip to content

Commit cd0dea8

Browse files
authored
Merge pull request #31 from Met4physics/master
提供对issue中经常问到的TLS handshake timeout问题的解决方案
2 parents 84ae93d + 21bb0e9 commit cd0dea8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

readme.md

+6
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,12 @@ set HTTPS_PROXY=http://127.0.0.1:7890
112112
tmd --user elonmusk
113113
```
114114

115+
如果你使用windows系统,在powershell中使用以下指令设置代理:
116+
```powershell
117+
$Env:HTTP_PROXY="http://127.0.0.1:7890"
118+
$Env:HTTPS_PROXY="http://127.0.0.1:7890"
119+
```
120+
115121
### 忽略用户
116122

117123
程序默认会忽略被静音或被屏蔽的用户,所以当你想要下载的列表中包含你不想包含的用户,可以在推特将他们屏蔽或静音

0 commit comments

Comments
 (0)