众所周知的原因,go get github的时候,需要加一层代理才有比较理想的速度,怎么实现呢? #编辑当前用户下的.gitconfig文件[http]proxy=www.xx.com:8080sslVerify=false[https]proxy=www.xx.com:8080sslVerify=false
基于go编写的跨平台、稳定、隐秘的多级代理内网穿透工具. Contribute to Mob2003/rakshasa development by creating an account on GitHub.
使用golang写的一个简单的http代理服务器. Contribute to junhaideng/simple-http-proxy-server development by creating an account on GitHub.
GitHub地址: GitHub - limetext/lime: Open source API-compatible alternative to the text editor Sublime Text 7. Revel Revel是一个高生产力的Go语言Web框架。Revel框架支持热编译,当编辑、保存和刷新源码时,Revel会自动编译代码和模板;全栈特性,支持路由、参数解析、缓存、测试、国际化等功能。 GitHub托管地址:...
从https://raw.githubusercontent.com/username/xxxxx/xxxxx 变成https://gh.api.99988866.xyz/raw.githubusercontent.com/username/xxxxx/xxxxx 加速clone 将git clone https://github.com/username/xxx.git 换成git clone https://gh.api.99988866.xyz/github.com/username/xxx.git 反向代理 这个适合有VPS的...
gister- 从命令行管理你的 github gist git-time-metric- 简单、无缝、轻量级的 Git 时间跟踪 gmail2go- 简单的 gmail 多帐户 cli 邮件检查器 go-amqp-sniffer-侦听AMQP 交换并将消息流式传输到 mongoimport 兼容的 JSON 中的标准输出 gocreate- 从模板创建文件的命令行实用程序。
涛子- 简单就是美 git # set git through socks5 proxy:git config --globalhttp.proxy socks5://127.0.0.1:1080# Recover git global config:git config --global--unsethttp.proxy go https_proxy=socks5://127.0.0.1:1080http_proxy=socks5://127.0.0.1:1080go get -u -v github.com/mattn/go-...
import "github.com/aliyun/aliyun-datahub-sdk-go/datahub" accessId := "" accessKey := "" endpoint := "" dh := datahub.New(accessId, accessKey, endpoint) 2). 使用自定义参数创建对象目前支持配置的参数有: 参数 参数类型 默认值 有效值 描述 UserAgent string - - 用户代理 CompressorType Com...
golang代理超时报错"https://proxy.golang.org/github.com/*** timeout make: *** [build_yaml] Error 1解决 解决方法只需要换一个国内能访问的代理即可,终端执行以下命令 go env -w GOPROXY=https://goproxy.cn 1. 执行完毕以上命令ok
golang get 很慢,需要进行httpx代理 composer很慢可以使用代理 git clone github的包时候也很慢 shadowsocks 安装 1分钟配置 点击查看 转化代理模式 ssr提供sock5代理,所以我们需要转化成http协议的代理层,golang有个工具cow,安装如下。据说目前git已经支持socks5代理,所以后面我有进行尝试socks5直接配置代理参数。包括...