lqqyt2423 / go-mitmproxy

mitmproxy implemented with golang. 用 Golang 实现的中间人攻击(Man-in-the-middle),解析、监测、篡改 HTTP/HTTPS 流量。
MIT License
1.21k stars 205 forks source link

Windows使用go install 安装失败 #28

Open sushengbuhuo opened 2 years ago

sushengbuhuo commented 2 years ago

windows 10系统 go版本1.6 go version go1.16.5 windows/amd64

PS D:\code> go install github.com/lqqyt2423/go-mitmproxy/cmd/go-mitmproxy@latest
go: downloading github.com/lqqyt2423/go-mitmproxy v1.3.1
go install github.com/lqqyt2423/go-mitmproxy/cmd/go-mitmproxy@latest: module github.com/lqqyt2423/go-mitmproxy/cmd/go-mitmproxy: Get "https://goproxy.cn/github.com/lqqyt2423/go-mitmproxy/cmd/go-mitmproxy/@v/list": local error: tls: bad record MAC
lqqyt2423 commented 1 year ago

使用最新版本安装