fix(git): proxy git requests

This commit is contained in:
Matt Hook
2021-08-12 23:37:48 +12:00
committed by GitHub
parent f990617a7e
commit 6ed1856049

View File

@@ -74,6 +74,7 @@ func NewService() *Service {
httpsCli := &http.Client{
Transport: &http.Transport{
TLSClientConfig: &tls.Config{InsecureSkipVerify: true},
Proxy: http.ProxyFromEnvironment,
},
Timeout: 300 * time.Second,
}