-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProxifier
62 lines (56 loc) · 1.85 KB
/
Proxifier
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Proxifier破解教程
下载:http://www.onlinedown.net/soft/971579.htm
1.安装好后打开Proxifier 软件,在“帮助”中选择“注册”选项
2.将注册信息
用户名:www.3322.cc
注册码(秘钥):(任选其一)
5EZ8G-C3WL5-B56YG-SCXM9-6QZAP
G3ZC7-7YGPY-FZD3A-FMNF9-ENTJB
YTZGN-FYT53-J253L-ZQZS4-YLBN9
输入到注册窗口中点击“确定”即可。
网址教程:https://www.jianshu.com/p/57733bd964a5
1、首先查看本地ss Socks5监听端口:
shadowsocks 高级设置
2、终端中操作如下命令:
git config --global http.proxy 'socks5://127.0.0.1:1086'
git config --global https.proxy 'socks5://127.0.0.1:1086'
设置完成之后再次clone就会成功了
当然前提是你有ss(你懂的),而且在开启的前提下。
3、恢复默认
git config --global --unset http.proxy
git config --global --unset https.proxy
免费ip地址
http://www.gatherproxy.com/zh/sockslist
-------------------------------------------------------------------------
windows redis 下载
https://github.com/microsoftarchive/redis/releases
redis启动
cd C:\Program Files\Redis
redis-server.exe redis.windows.conf
--------------------------------------------------------------------------
另一个redis管理工具
Another.Redis.Desktop.Manager
--------------------------------------------------------------------------
https://github.com/9raxdev/think-workerman
composer.json
{
"require": {
"workerman/workerman": "*",
"workerman/gateway-worker":"*",
"workerman/gatewayclient":"*",
"topthink/think-orm":"*",
"topthink/think-cache":"*",
"topthink/think-log":"*",
},
"autoload":{
"psr-4":{
"utils\\":"core/utils/"
}
},
"repositories": {
"packagist": {
"type": "composer",
"url": "https://packagist.phpcomposer.com"
}
}
}