commit | b6e3a3a57503dc5e6e6e2d1f91a65ef845725552 | [log] [tgz] |
---|---|---|
author | Matthew Dempsky <mdempsky@google.com> | Thu Mar 20 10:35:03 2014 -0700 |
committer | Matthew Dempsky <mdempsky@google.com> | Thu Mar 20 10:38:14 2014 -0700 |
tree | b362331c945919860547223a8b56f47b59118ea0 | |
parent | 8e8c05e6a35344f5e57b91f86fe9862e2be6fc77 [diff] |
Suggest using url.$URL.insteadOf to speed up "go get" By setting the url.https://gwt.googlesource.com/.insteadOf option to git://gwt.googlesource.com/, when "go get" tries to first download buildglue from git://gwt.googlesource.com/buildglue, git will automatically rewrite the URL to use https:// and avoid the significant delay. The url.$URL.insteadOf option is documented in the git-fetch manual. Change-Id: I50ab5b669d5026f011c35c1a19ec0c6dc1b37762