Skip to content

Commit ecadf65

Browse files
authoredNov 22, 2024
Update 20241116_01.md
1 parent d3b479c commit ecadf65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎202411/20241116_01.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ listening on pktap, link-type PKTAP (Apple DLT_PKTAP), snapshot length 524288 by
8282

8383
最后通过下面的方法3成功.
8484

85-
### 尝试http代理 1
85+
### 尝试http代理
8686
使用https_proxy/http_proxy/all_proxy环境变量, 在命令行界面启动DiffusionBee则报另外的错误.
8787
```
8888
1、tunneling socket could not be established, cause=socket hang up
@@ -96,7 +96,7 @@ export https_proxy="http://127.0.0.1/proxy_all.pac"
9696
/Applications/DiffusionBee.app/Contents/MacOS/DiffusionBee
9797
```
9898

99-
### 尝试http代理by socks5 server forward 2
99+
### 尝试http代理: by socks5 server forward
100100
通过http代理可能有办法解决这个问题:
101101

102102
https://github.com/divamgupta/diffusionbee-stable-diffusion-ui/issues/508
@@ -116,7 +116,7 @@ open /Applications/DiffusionBee.app
116116
http代理配置参考:
117117
- [《用privoxy配置http proxy代理, 将http请求转发给socks5服务》](../202411/20241116_02.md)
118118

119-
### 尝试http代理by squid and SSH
119+
### 成功. 尝试http代理: by squid and SSH
120120
[《通过http / https proxy代理配置拉取docker hub镜像》](../202407/20240704_01.md)
121121

122122
通过这个方法, 可以下载模型了.

0 commit comments

Comments
 (0)
Please sign in to comment.