[git] Remove GIT_HTTP_LOW_SPEED_* environment.

These didn't actually end up catching any issues, and seem to be
causing problems for the LLVM checkout on Toolchain builders.

Change-Id: I1db57b604bc6f0db1475b9560f2d9fd38e2279bb
Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/406481
Reviewed-by: Petr Hosek <phosek@google.com>
Commit-Queue: Nathan Mulcahey <nmulcahey@google.com>
diff --git a/recipe_modules/artifacts/examples/full.expected/basic.json b/recipe_modules/artifacts/examples/full.expected/basic.json
index 04d7ba0..e81816a 100644
--- a/recipe_modules/artifacts/examples/full.expected/basic.json
+++ b/recipe_modules/artifacts/examples/full.expected/basic.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -183,10 +179,6 @@
       "minimal",
       "https://fuchsia.googlesource.com/manifest"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -204,10 +196,6 @@
       "-run-hooks=false",
       "-fetch-packages=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -228,10 +216,6 @@
       "-rebase=true",
       "refs/changes/00/100/7"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -248,10 +232,6 @@
       "/path/to/tmp/json",
       "project"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -280,10 +260,6 @@
       "-n",
       "10"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.git log",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -299,10 +275,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -318,10 +290,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri fetch-packages",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -336,10 +304,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -365,10 +329,6 @@
       "-j=16",
       "[CLEANUP]/jiri.snapshot"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -442,10 +402,6 @@
       "/path/to/tmp/json",
       "project"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "build.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -468,10 +424,6 @@
       "HEAD",
       "-z"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "build.git diff-tree",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipe_modules/auto_roller/examples/full.expected/fuchsia-manifest-update.json b/recipe_modules/auto_roller/examples/full.expected/fuchsia-manifest-update.json
index 1d4c76a..f7233e2 100644
--- a/recipe_modules/auto_roller/examples/full.expected/fuchsia-manifest-update.json
+++ b/recipe_modules/auto_roller/examples/full.expected/fuchsia-manifest-update.json
@@ -20,10 +20,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -35,10 +31,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -71,10 +63,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -88,10 +76,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -107,10 +91,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -125,10 +105,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -182,10 +158,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -196,10 +168,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -209,10 +177,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -224,10 +188,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -241,10 +201,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -258,10 +214,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -276,10 +228,6 @@
       "--exclude-standard"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "check for no-op commit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@stdout@hello@@@",
@@ -292,10 +240,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -305,10 +249,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git hash-object"
   },
   {
@@ -392,10 +332,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -408,10 +344,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+2,l=Code-Review+2"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push",
     "~followup_annotations": [
       "@@@STEP_LINK@gerrit link@https://fuchsia-review.googlesource.com/q/Iabc1abc1abc1abc1abc1abc1abc1abc1abc1abc1@@@"
@@ -519,10 +451,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "read_manifest_fuchsia.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -545,10 +473,6 @@
       "fuchsia=revision",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri edit fuchsia",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@{@@@",
@@ -727,10 +651,6 @@
       "package_name=git_revision:revision",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri edit package_name",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@{@@@",
diff --git a/recipe_modules/auto_roller/examples/full.expected/fuchsia-no-manifest-update.json b/recipe_modules/auto_roller/examples/full.expected/fuchsia-no-manifest-update.json
index e0b31e8..07787a1 100644
--- a/recipe_modules/auto_roller/examples/full.expected/fuchsia-no-manifest-update.json
+++ b/recipe_modules/auto_roller/examples/full.expected/fuchsia-no-manifest-update.json
@@ -20,10 +20,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -35,10 +31,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -71,10 +63,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -88,10 +76,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -107,10 +91,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -125,10 +105,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -182,10 +158,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -196,10 +168,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -209,10 +177,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -224,10 +188,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -241,10 +201,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -258,10 +214,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -276,10 +228,6 @@
       "--exclude-standard"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "check for no-op commit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@stdout@hello@@@",
@@ -292,10 +240,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -305,10 +249,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git hash-object"
   },
   {
@@ -392,10 +332,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -408,10 +344,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+2,l=Code-Review+2"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push",
     "~followup_annotations": [
       "@@@STEP_LINK@gerrit link@https://fuchsia-review.googlesource.com/q/Iabc1abc1abc1abc1abc1abc1abc1abc1abc1abc1@@@"
@@ -519,10 +451,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "read_manifest_fuchsia.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -545,10 +473,6 @@
       "fuchsia=revision",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri edit fuchsia",
     "~followup_annotations": [
       "@@@STEP_TEXT@manifest up-to-date, nothing to roll@@@",
@@ -571,10 +495,6 @@
       "package_name=git_revision:revision",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri edit package_name",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@{@@@",
diff --git a/recipe_modules/auto_roller/examples/full.expected/fuchsia_abandoned.json b/recipe_modules/auto_roller/examples/full.expected/fuchsia_abandoned.json
index df3dd29..ad16358 100644
--- a/recipe_modules/auto_roller/examples/full.expected/fuchsia_abandoned.json
+++ b/recipe_modules/auto_roller/examples/full.expected/fuchsia_abandoned.json
@@ -20,10 +20,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -35,10 +31,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -71,10 +63,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -88,10 +76,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -107,10 +91,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -125,10 +105,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -182,10 +158,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -196,10 +168,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -209,10 +177,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -224,10 +188,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -241,10 +201,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -258,10 +214,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -276,10 +228,6 @@
       "--exclude-standard"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "check for no-op commit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@stdout@hello@@@",
@@ -292,10 +240,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -305,10 +249,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git hash-object"
   },
   {
@@ -392,10 +332,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -408,10 +344,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+2,l=Code-Review+2"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push",
     "~followup_annotations": [
       "@@@STEP_LINK@gerrit link@https://fuchsia-review.googlesource.com/q/Iabc1abc1abc1abc1abc1abc1abc1abc1abc1abc1@@@"
diff --git a/recipe_modules/auto_roller/examples/full.expected/fuchsia_cq_failure.json b/recipe_modules/auto_roller/examples/full.expected/fuchsia_cq_failure.json
index cb97472..6e56d93 100644
--- a/recipe_modules/auto_roller/examples/full.expected/fuchsia_cq_failure.json
+++ b/recipe_modules/auto_roller/examples/full.expected/fuchsia_cq_failure.json
@@ -20,10 +20,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -35,10 +31,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -71,10 +63,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -88,10 +76,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -107,10 +91,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -125,10 +105,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -182,10 +158,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -196,10 +168,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -209,10 +177,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -224,10 +188,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -241,10 +201,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -258,10 +214,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -276,10 +228,6 @@
       "--exclude-standard"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "check for no-op commit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@stdout@hello@@@",
@@ -292,10 +240,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -305,10 +249,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git hash-object"
   },
   {
@@ -392,10 +332,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -408,10 +344,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+2,l=Code-Review+2"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push",
     "~followup_annotations": [
       "@@@STEP_LINK@gerrit link@https://fuchsia-review.googlesource.com/q/Iabc1abc1abc1abc1abc1abc1abc1abc1abc1abc1@@@"
diff --git a/recipe_modules/auto_roller/examples/full.expected/fuchsia_default.json b/recipe_modules/auto_roller/examples/full.expected/fuchsia_default.json
index 1d4c76a..f7233e2 100644
--- a/recipe_modules/auto_roller/examples/full.expected/fuchsia_default.json
+++ b/recipe_modules/auto_roller/examples/full.expected/fuchsia_default.json
@@ -20,10 +20,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -35,10 +31,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -71,10 +63,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -88,10 +76,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -107,10 +91,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -125,10 +105,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -182,10 +158,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -196,10 +168,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -209,10 +177,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -224,10 +188,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -241,10 +201,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -258,10 +214,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -276,10 +228,6 @@
       "--exclude-standard"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "check for no-op commit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@stdout@hello@@@",
@@ -292,10 +240,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -305,10 +249,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git hash-object"
   },
   {
@@ -392,10 +332,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -408,10 +344,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+2,l=Code-Review+2"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push",
     "~followup_annotations": [
       "@@@STEP_LINK@gerrit link@https://fuchsia-review.googlesource.com/q/Iabc1abc1abc1abc1abc1abc1abc1abc1abc1abc1@@@"
@@ -519,10 +451,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "read_manifest_fuchsia.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -545,10 +473,6 @@
       "fuchsia=revision",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri edit fuchsia",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@{@@@",
@@ -727,10 +651,6 @@
       "package_name=git_revision:revision",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri edit package_name",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@{@@@",
diff --git a/recipe_modules/auto_roller/examples/full.expected/fuchsia_dry_run.json b/recipe_modules/auto_roller/examples/full.expected/fuchsia_dry_run.json
index 33cca7e..700073e 100644
--- a/recipe_modules/auto_roller/examples/full.expected/fuchsia_dry_run.json
+++ b/recipe_modules/auto_roller/examples/full.expected/fuchsia_dry_run.json
@@ -20,10 +20,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -35,10 +31,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -71,10 +63,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -88,10 +76,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -107,10 +91,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -125,10 +105,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -182,10 +158,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -196,10 +168,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -209,10 +177,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -224,10 +188,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -241,10 +201,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -258,10 +214,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -276,10 +228,6 @@
       "--exclude-standard"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "check for no-op commit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@stdout@hello@@@",
@@ -292,10 +240,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -305,10 +249,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git hash-object"
   },
   {
@@ -392,10 +332,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -408,10 +344,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+1"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push",
     "~followup_annotations": [
       "@@@STEP_LINK@gerrit link@https://fuchsia-review.googlesource.com/q/Iabc1abc1abc1abc1abc1abc1abc1abc1abc1abc1@@@"
@@ -547,10 +479,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "read_manifest_fuchsia.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -573,10 +501,6 @@
       "fuchsia=revision",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri edit fuchsia",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@{@@@",
@@ -755,10 +679,6 @@
       "package_name=git_revision:revision",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri edit package_name",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@{@@@",
diff --git a/recipe_modules/auto_roller/examples/full.expected/fuchsia_dry_run_failure.json b/recipe_modules/auto_roller/examples/full.expected/fuchsia_dry_run_failure.json
index de0dbe2..e04fa9b 100644
--- a/recipe_modules/auto_roller/examples/full.expected/fuchsia_dry_run_failure.json
+++ b/recipe_modules/auto_roller/examples/full.expected/fuchsia_dry_run_failure.json
@@ -20,10 +20,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -35,10 +31,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -71,10 +63,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -88,10 +76,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -107,10 +91,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -125,10 +105,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -182,10 +158,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -196,10 +168,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -209,10 +177,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -224,10 +188,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -241,10 +201,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -258,10 +214,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -276,10 +228,6 @@
       "--exclude-standard"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "check for no-op commit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@stdout@hello@@@",
@@ -292,10 +240,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -305,10 +249,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git hash-object"
   },
   {
@@ -392,10 +332,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -408,10 +344,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+1"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push",
     "~followup_annotations": [
       "@@@STEP_LINK@gerrit link@https://fuchsia-review.googlesource.com/q/Iabc1abc1abc1abc1abc1abc1abc1abc1abc1abc1@@@"
diff --git a/recipe_modules/auto_roller/examples/full.expected/fuchsia_dry_run_two_checks.json b/recipe_modules/auto_roller/examples/full.expected/fuchsia_dry_run_two_checks.json
index b95fc8f..0723b34 100644
--- a/recipe_modules/auto_roller/examples/full.expected/fuchsia_dry_run_two_checks.json
+++ b/recipe_modules/auto_roller/examples/full.expected/fuchsia_dry_run_two_checks.json
@@ -20,10 +20,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -35,10 +31,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -71,10 +63,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -88,10 +76,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -107,10 +91,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -125,10 +105,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -182,10 +158,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -196,10 +168,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -209,10 +177,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -224,10 +188,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -241,10 +201,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -258,10 +214,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -276,10 +228,6 @@
       "--exclude-standard"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "check for no-op commit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@stdout@hello@@@",
@@ -292,10 +240,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -305,10 +249,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git hash-object"
   },
   {
@@ -392,10 +332,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -408,10 +344,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+1"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push",
     "~followup_annotations": [
       "@@@STEP_LINK@gerrit link@https://fuchsia-review.googlesource.com/q/Iabc1abc1abc1abc1abc1abc1abc1abc1abc1abc1@@@"
@@ -581,10 +513,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "read_manifest_fuchsia.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -607,10 +535,6 @@
       "fuchsia=revision",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri edit fuchsia",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@{@@@",
@@ -789,10 +713,6 @@
       "package_name=git_revision:revision",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri edit package_name",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@{@@@",
diff --git a/recipe_modules/auto_roller/examples/full.expected/fuchsia_existing_roll.json b/recipe_modules/auto_roller/examples/full.expected/fuchsia_existing_roll.json
index 7fc9a39..9b1419d 100644
--- a/recipe_modules/auto_roller/examples/full.expected/fuchsia_existing_roll.json
+++ b/recipe_modules/auto_roller/examples/full.expected/fuchsia_existing_roll.json
@@ -20,10 +20,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -35,10 +31,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -71,10 +63,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -88,10 +76,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -107,10 +91,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -125,10 +105,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -182,10 +158,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -196,10 +168,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -209,10 +177,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -224,10 +188,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -241,10 +201,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -258,10 +214,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -276,10 +228,6 @@
       "--exclude-standard"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "check for no-op commit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@stdout@hello@@@",
@@ -292,10 +240,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -305,10 +249,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git hash-object"
   },
   {
@@ -529,10 +469,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "read_manifest_fuchsia.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -555,10 +491,6 @@
       "fuchsia=revision",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri edit fuchsia",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@{@@@",
@@ -737,10 +669,6 @@
       "package_name=git_revision:revision",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri edit package_name",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@{@@@",
diff --git a/recipe_modules/auto_roller/examples/full.expected/fuchsia_failed_push.json b/recipe_modules/auto_roller/examples/full.expected/fuchsia_failed_push.json
index 71977b9..51485af 100644
--- a/recipe_modules/auto_roller/examples/full.expected/fuchsia_failed_push.json
+++ b/recipe_modules/auto_roller/examples/full.expected/fuchsia_failed_push.json
@@ -20,10 +20,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -35,10 +31,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -71,10 +63,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -88,10 +76,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -107,10 +91,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -125,10 +105,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -182,10 +158,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -196,10 +168,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -209,10 +177,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -224,10 +188,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -241,10 +201,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -258,10 +214,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -276,10 +228,6 @@
       "--exclude-standard"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "check for no-op commit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@stdout@hello@@@",
@@ -292,10 +240,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -305,10 +249,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git hash-object"
   },
   {
@@ -392,10 +332,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -408,10 +344,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+2,l=Code-Review+2"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push",
     "~followup_annotations": [
       "@@@STEP_FAILURE@@@"
diff --git a/recipe_modules/auto_roller/examples/full.expected/fuchsia_force_submit.json b/recipe_modules/auto_roller/examples/full.expected/fuchsia_force_submit.json
index 2fa282d..121387a 100644
--- a/recipe_modules/auto_roller/examples/full.expected/fuchsia_force_submit.json
+++ b/recipe_modules/auto_roller/examples/full.expected/fuchsia_force_submit.json
@@ -20,10 +20,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -35,10 +31,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -71,10 +63,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -88,10 +76,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -107,10 +91,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -125,10 +105,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -182,10 +158,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -196,10 +168,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -209,10 +177,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -224,10 +188,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -241,10 +201,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -258,10 +214,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -276,10 +228,6 @@
       "--exclude-standard"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "check for no-op commit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@stdout@hello@@@",
@@ -292,10 +240,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -305,10 +249,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git hash-object"
   },
   {
@@ -392,10 +332,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -408,10 +344,6 @@
       "HEAD:refs/for/master%l=Code-Review+2"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push",
     "~followup_annotations": [
       "@@@STEP_LINK@gerrit link@https://fuchsia-review.googlesource.com/q/Iabc1abc1abc1abc1abc1abc1abc1abc1abc1abc1@@@"
@@ -507,10 +439,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "read_manifest_fuchsia.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -533,10 +461,6 @@
       "fuchsia=revision",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri edit fuchsia",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@{@@@",
@@ -715,10 +639,6 @@
       "package_name=git_revision:revision",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri edit package_name",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@{@@@",
diff --git a/recipe_modules/auto_roller/examples/full.expected/fuchsia_force_submit_dry_run.json b/recipe_modules/auto_roller/examples/full.expected/fuchsia_force_submit_dry_run.json
index 5624e77..37101ba 100644
--- a/recipe_modules/auto_roller/examples/full.expected/fuchsia_force_submit_dry_run.json
+++ b/recipe_modules/auto_roller/examples/full.expected/fuchsia_force_submit_dry_run.json
@@ -20,10 +20,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -35,10 +31,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -71,10 +63,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -88,10 +76,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -107,10 +91,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -125,10 +105,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -182,10 +158,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -196,10 +168,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -209,10 +177,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -224,10 +188,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -241,10 +201,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -258,10 +214,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -276,10 +228,6 @@
       "--exclude-standard"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "check for no-op commit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@stdout@hello@@@",
@@ -292,10 +240,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -305,10 +249,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git hash-object"
   },
   {
@@ -392,10 +332,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -408,10 +344,6 @@
       "HEAD:refs/for/master"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push",
     "~followup_annotations": [
       "@@@STEP_LINK@gerrit link@https://fuchsia-review.googlesource.com/q/Iabc1abc1abc1abc1abc1abc1abc1abc1abc1abc1@@@"
@@ -509,10 +441,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "read_manifest_fuchsia.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -535,10 +463,6 @@
       "fuchsia=revision",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri edit fuchsia",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@{@@@",
@@ -717,10 +641,6 @@
       "package_name=git_revision:revision",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri edit package_name",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@{@@@",
diff --git a/recipe_modules/auto_roller/examples/full.expected/fuchsia_integral_poll_secs.json b/recipe_modules/auto_roller/examples/full.expected/fuchsia_integral_poll_secs.json
index 1d4c76a..f7233e2 100644
--- a/recipe_modules/auto_roller/examples/full.expected/fuchsia_integral_poll_secs.json
+++ b/recipe_modules/auto_roller/examples/full.expected/fuchsia_integral_poll_secs.json
@@ -20,10 +20,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -35,10 +31,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -71,10 +63,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -88,10 +76,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -107,10 +91,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -125,10 +105,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -182,10 +158,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -196,10 +168,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -209,10 +177,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -224,10 +188,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -241,10 +201,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -258,10 +214,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -276,10 +228,6 @@
       "--exclude-standard"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "check for no-op commit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@stdout@hello@@@",
@@ -292,10 +240,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -305,10 +249,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git hash-object"
   },
   {
@@ -392,10 +332,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -408,10 +344,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+2,l=Code-Review+2"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push",
     "~followup_annotations": [
       "@@@STEP_LINK@gerrit link@https://fuchsia-review.googlesource.com/q/Iabc1abc1abc1abc1abc1abc1abc1abc1abc1abc1@@@"
@@ -519,10 +451,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "read_manifest_fuchsia.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -545,10 +473,6 @@
       "fuchsia=revision",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri edit fuchsia",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@{@@@",
@@ -727,10 +651,6 @@
       "package_name=git_revision:revision",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri edit package_name",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@{@@@",
diff --git a/recipe_modules/auto_roller/examples/full.expected/fuchsia_noop.json b/recipe_modules/auto_roller/examples/full.expected/fuchsia_noop.json
index f6f5cf1..c6385e1 100644
--- a/recipe_modules/auto_roller/examples/full.expected/fuchsia_noop.json
+++ b/recipe_modules/auto_roller/examples/full.expected/fuchsia_noop.json
@@ -20,10 +20,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -35,10 +31,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -71,10 +63,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -88,10 +76,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -107,10 +91,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -125,10 +105,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -182,10 +158,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -196,10 +168,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -209,10 +177,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -224,10 +188,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -241,10 +201,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -258,10 +214,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -276,10 +228,6 @@
       "--exclude-standard"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "check for no-op commit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@stdout@@@@",
@@ -362,10 +310,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "read_manifest_fuchsia.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -388,10 +332,6 @@
       "fuchsia=revision",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri edit fuchsia",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@{@@@",
@@ -570,10 +510,6 @@
       "package_name=git_revision:revision",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri edit package_name",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@{@@@",
diff --git a/recipe_modules/auto_roller/examples/full.expected/fuchsia_pass_last_second.json b/recipe_modules/auto_roller/examples/full.expected/fuchsia_pass_last_second.json
index f295fa5..975531e 100644
--- a/recipe_modules/auto_roller/examples/full.expected/fuchsia_pass_last_second.json
+++ b/recipe_modules/auto_roller/examples/full.expected/fuchsia_pass_last_second.json
@@ -20,10 +20,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -35,10 +31,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -71,10 +63,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -88,10 +76,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -107,10 +91,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -125,10 +105,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -182,10 +158,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -196,10 +168,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -209,10 +177,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -224,10 +188,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -241,10 +201,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -258,10 +214,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -276,10 +228,6 @@
       "--exclude-standard"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "check for no-op commit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@stdout@hello@@@",
@@ -292,10 +240,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -305,10 +249,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git hash-object"
   },
   {
@@ -392,10 +332,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -408,10 +344,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+2,l=Code-Review+2"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push",
     "~followup_annotations": [
       "@@@STEP_LINK@gerrit link@https://fuchsia-review.googlesource.com/q/Iabc1abc1abc1abc1abc1abc1abc1abc1abc1abc1@@@"
@@ -545,10 +477,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "read_manifest_fuchsia.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -571,10 +499,6 @@
       "fuchsia=revision",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri edit fuchsia",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@{@@@",
@@ -753,10 +677,6 @@
       "package_name=git_revision:revision",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri edit package_name",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@{@@@",
diff --git a/recipe_modules/auto_roller/examples/full.expected/fuchsia_timeout.json b/recipe_modules/auto_roller/examples/full.expected/fuchsia_timeout.json
index 77aa885..c44687e 100644
--- a/recipe_modules/auto_roller/examples/full.expected/fuchsia_timeout.json
+++ b/recipe_modules/auto_roller/examples/full.expected/fuchsia_timeout.json
@@ -20,10 +20,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -35,10 +31,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -71,10 +63,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -88,10 +76,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -107,10 +91,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -125,10 +105,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -182,10 +158,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -196,10 +168,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -209,10 +177,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -224,10 +188,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -241,10 +201,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -258,10 +214,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -276,10 +228,6 @@
       "--exclude-standard"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "check for no-op commit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@stdout@hello@@@",
@@ -292,10 +240,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -305,10 +249,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git hash-object"
   },
   {
@@ -392,10 +332,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -408,10 +344,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+2,l=Code-Review+2"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push",
     "~followup_annotations": [
       "@@@STEP_LINK@gerrit link@https://fuchsia-review.googlesource.com/q/Iabc1abc1abc1abc1abc1abc1abc1abc1abc1abc1@@@"
diff --git a/recipe_modules/auto_roller/examples/full.expected/fuchsia_untracked.json b/recipe_modules/auto_roller/examples/full.expected/fuchsia_untracked.json
index 161a68b..d96ccc1 100644
--- a/recipe_modules/auto_roller/examples/full.expected/fuchsia_untracked.json
+++ b/recipe_modules/auto_roller/examples/full.expected/fuchsia_untracked.json
@@ -20,10 +20,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -35,10 +31,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -71,10 +63,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -88,10 +76,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -107,10 +91,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -125,10 +105,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -182,10 +158,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -196,10 +168,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -209,10 +177,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -224,10 +188,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -241,10 +201,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -258,10 +214,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -277,10 +229,6 @@
       "--others"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "check for no-op commit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@stdout@hello@@@",
@@ -295,10 +243,6 @@
       "--intent-to-add"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git add"
   },
   {
@@ -307,10 +251,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -320,10 +260,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git hash-object"
   },
   {
@@ -407,10 +343,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -423,10 +355,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+2,l=Code-Review+2"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push",
     "~followup_annotations": [
       "@@@STEP_LINK@gerrit link@https://fuchsia-review.googlesource.com/q/Iabc1abc1abc1abc1abc1abc1abc1abc1abc1abc1@@@"
@@ -534,10 +462,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "read_manifest_fuchsia.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -560,10 +484,6 @@
       "fuchsia=revision",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri edit fuchsia",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@{@@@",
@@ -742,10 +662,6 @@
       "package_name=git_revision:revision",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri edit package_name",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@{@@@",
diff --git a/recipe_modules/auto_roller/examples/full.expected/no-package-update.json b/recipe_modules/auto_roller/examples/full.expected/no-package-update.json
index 1a051d2..6542c2b 100644
--- a/recipe_modules/auto_roller/examples/full.expected/no-package-update.json
+++ b/recipe_modules/auto_roller/examples/full.expected/no-package-update.json
@@ -20,10 +20,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -35,10 +31,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -71,10 +63,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -88,10 +76,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -107,10 +91,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -125,10 +105,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -182,10 +158,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -196,10 +168,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -209,10 +177,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -224,10 +188,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -241,10 +201,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -258,10 +214,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -276,10 +228,6 @@
       "--exclude-standard"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "check for no-op commit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@stdout@hello@@@",
@@ -292,10 +240,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -305,10 +249,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git hash-object"
   },
   {
@@ -392,10 +332,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -408,10 +344,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+2,l=Code-Review+2"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push",
     "~followup_annotations": [
       "@@@STEP_LINK@gerrit link@https://fuchsia-review.googlesource.com/q/Iabc1abc1abc1abc1abc1abc1abc1abc1abc1abc1@@@"
@@ -519,10 +451,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "read_manifest_fuchsia.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -545,10 +473,6 @@
       "fuchsia=revision",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri edit fuchsia",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@{@@@",
@@ -727,10 +651,6 @@
       "package_name=git_revision:revision",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri edit package_name",
     "~followup_annotations": [
       "@@@STEP_TEXT@manifest up-to-date, nothing to roll@@@",
diff --git a/recipe_modules/build/examples/full.expected/default_cq.json b/recipe_modules/build/examples/full.expected/default_cq.json
index c70b7fb..781c8a0 100644
--- a/recipe_modules/build/examples/full.expected/default_cq.json
+++ b/recipe_modules/build/examples/full.expected/default_cq.json
@@ -104,10 +104,6 @@
       "/path/to/tmp/json",
       "fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "build.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -131,10 +127,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "build.git diff-tree",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -2167,10 +2159,6 @@
       "/path/to/tmp/json",
       "fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri project",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
@@ -2193,10 +2181,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff-tree",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@files@foo.cc@@@",
@@ -3809,10 +3793,6 @@
       "/path/to/tmp/json",
       "fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri project (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
@@ -3835,10 +3815,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff-tree (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@files@foo.cc@@@",
diff --git a/recipe_modules/checkout/examples/full.expected/default.json b/recipe_modules/checkout/examples/full.expected/default.json
index 0723996..7d6c2f6 100644
--- a/recipe_modules/checkout/examples/full.expected/default.json
+++ b/recipe_modules/checkout/examples/full.expected/default.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -184,10 +180,6 @@
       "https://fuchsia.googlesource.com/manifest"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -206,10 +198,6 @@
       "-fetch-packages=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -231,10 +219,6 @@
       "refs/changes/00/100/7"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -252,10 +236,6 @@
       "garnet"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -285,10 +265,6 @@
       "10"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.git log",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -305,10 +281,6 @@
       "-local-manifest=true"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -325,10 +297,6 @@
       "-local-manifest=true"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri fetch-packages",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -344,10 +312,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -374,10 +338,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -494,10 +454,6 @@
       "--count",
       "HEAD"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "upload checkout results.git -C",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipe_modules/checkout/examples/full.expected/fail_to_patch_over_gerrit_change.json b/recipe_modules/checkout/examples/full.expected/fail_to_patch_over_gerrit_change.json
index ab76cc1..4e80eab 100644
--- a/recipe_modules/checkout/examples/full.expected/fail_to_patch_over_gerrit_change.json
+++ b/recipe_modules/checkout/examples/full.expected/fail_to_patch_over_gerrit_change.json
@@ -74,10 +74,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -187,10 +183,6 @@
       "https://fuchsia.googlesource.com/manifest"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -209,10 +201,6 @@
       "-fetch-packages=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -234,10 +222,6 @@
       "refs/changes/00/100/7"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipe_modules/checkout/examples/full.expected/fail_to_patch_same_project_many_times.json b/recipe_modules/checkout/examples/full.expected/fail_to_patch_same_project_many_times.json
index 492a087..2461564 100644
--- a/recipe_modules/checkout/examples/full.expected/fail_to_patch_same_project_many_times.json
+++ b/recipe_modules/checkout/examples/full.expected/fail_to_patch_same_project_many_times.json
@@ -74,10 +74,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -187,10 +183,6 @@
       "https://fuchsia.googlesource.com/manifest"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -209,10 +201,6 @@
       "-fetch-packages=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -234,10 +222,6 @@
       "refs/changes/00/100/7"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipe_modules/checkout/examples/full.expected/global_integration_ci.json b/recipe_modules/checkout/examples/full.expected/global_integration_ci.json
index 804eb1b..85a6154 100644
--- a/recipe_modules/checkout/examples/full.expected/global_integration_ci.json
+++ b/recipe_modules/checkout/examples/full.expected/global_integration_ci.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -95,10 +91,6 @@
       "https://fuchsia.googlesource.com/manifest"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -116,10 +108,6 @@
       "-run-hooks=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -136,10 +124,6 @@
       "-attempts=3"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -155,10 +139,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -185,10 +165,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -305,10 +281,6 @@
       "--count",
       "HEAD"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "upload checkout results.git -C",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipe_modules/checkout/examples/full.expected/global_integration_release_ci.json b/recipe_modules/checkout/examples/full.expected/global_integration_release_ci.json
index 557564d..22bf37a 100644
--- a/recipe_modules/checkout/examples/full.expected/global_integration_release_ci.json
+++ b/recipe_modules/checkout/examples/full.expected/global_integration_release_ci.json
@@ -72,10 +72,6 @@
       "-fetch-optional=attr1,attr2",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -96,10 +92,6 @@
       "https://fuchsia.googlesource.com/manifest"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -117,10 +109,6 @@
       "-run-hooks=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -137,10 +125,6 @@
       "-attempts=3"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -156,10 +140,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -186,10 +166,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -224,10 +200,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.git describe",
     "~followup_annotations": [
@@ -327,10 +299,6 @@
       "--count",
       "HEAD"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "upload checkout results.git -C",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipe_modules/checkout/examples/full.expected/global_integration_release_ci_invalid_tag.json b/recipe_modules/checkout/examples/full.expected/global_integration_release_ci_invalid_tag.json
index e2dc89c..3ab7cdd 100644
--- a/recipe_modules/checkout/examples/full.expected/global_integration_release_ci_invalid_tag.json
+++ b/recipe_modules/checkout/examples/full.expected/global_integration_release_ci_invalid_tag.json
@@ -74,10 +74,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -98,10 +94,6 @@
       "https://fuchsia.googlesource.com/manifest"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -119,10 +111,6 @@
       "-run-hooks=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -139,10 +127,6 @@
       "-attempts=3"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -158,10 +142,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -188,10 +168,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -226,10 +202,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.git describe",
     "~followup_annotations": [
diff --git a/recipe_modules/checkout/examples/full.expected/global_integration_tryjob.json b/recipe_modules/checkout/examples/full.expected/global_integration_tryjob.json
index 288a94e..656ff5d 100644
--- a/recipe_modules/checkout/examples/full.expected/global_integration_tryjob.json
+++ b/recipe_modules/checkout/examples/full.expected/global_integration_tryjob.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -184,10 +180,6 @@
       "https://fuchsia.googlesource.com/manifest"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -206,10 +198,6 @@
       "-fetch-packages=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -231,10 +219,6 @@
       "refs/changes/00/100/7"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -256,10 +240,6 @@
       "-fetch-packages=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update (2)",
     "timeout": 1800,
     "~followup_annotations": [
@@ -278,10 +258,6 @@
       "integration"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -311,10 +287,6 @@
       "10"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.git log",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -331,10 +303,6 @@
       "-local-manifest=true"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -351,10 +319,6 @@
       "-local-manifest=true"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri fetch-packages",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -370,10 +334,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -400,10 +360,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -520,10 +476,6 @@
       "--count",
       "HEAD"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "upload checkout results.git -C",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipe_modules/checkout/examples/full.expected/launched_by_led.json b/recipe_modules/checkout/examples/full.expected/launched_by_led.json
index dd5ff65..814a9a8 100644
--- a/recipe_modules/checkout/examples/full.expected/launched_by_led.json
+++ b/recipe_modules/checkout/examples/full.expected/launched_by_led.json
@@ -87,10 +87,6 @@
       "[CACHE]/git",
       "[CACHE]/led-checkout-dir"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -200,10 +196,6 @@
       "https://fuchsia.googlesource.com/manifest"
     ],
     "cwd": "[CACHE]/led-checkout-dir",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -222,10 +214,6 @@
       "-fetch-packages=false"
     ],
     "cwd": "[CACHE]/led-checkout-dir",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -247,10 +235,6 @@
       "refs/changes/00/100/7"
     ],
     "cwd": "[CACHE]/led-checkout-dir",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -268,10 +252,6 @@
       "garnet"
     ],
     "cwd": "[CACHE]/led-checkout-dir",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -301,10 +281,6 @@
       "10"
     ],
     "cwd": "[CACHE]/led-checkout-dir",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.git log",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -321,10 +297,6 @@
       "-local-manifest=true"
     ],
     "cwd": "[CACHE]/led-checkout-dir",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -341,10 +313,6 @@
       "-local-manifest=true"
     ],
     "cwd": "[CACHE]/led-checkout-dir",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri fetch-packages",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -360,10 +328,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[CACHE]/led-checkout-dir",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -390,10 +354,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[CACHE]/led-checkout-dir",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -510,10 +470,6 @@
       "--count",
       "HEAD"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "upload checkout results.git -C",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipe_modules/checkout/examples/full.expected/local_integration_ci.json b/recipe_modules/checkout/examples/full.expected/local_integration_ci.json
index 1a0f4de..2674ec3 100644
--- a/recipe_modules/checkout/examples/full.expected/local_integration_ci.json
+++ b/recipe_modules/checkout/examples/full.expected/local_integration_ci.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -95,10 +91,6 @@
       "https://fuchsia.googlesource.com/manifest"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -117,10 +109,6 @@
       "https://fuchsia.googlesource.com/not-garnet"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri override",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -138,10 +126,6 @@
       "-run-hooks=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -158,10 +142,6 @@
       "-attempts=3"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -177,10 +157,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -207,10 +183,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -327,10 +299,6 @@
       "--count",
       "HEAD"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "upload checkout results.git -C",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipe_modules/checkout/examples/full.expected/local_integration_tryjob.json b/recipe_modules/checkout/examples/full.expected/local_integration_tryjob.json
index 0723996..7d6c2f6 100644
--- a/recipe_modules/checkout/examples/full.expected/local_integration_tryjob.json
+++ b/recipe_modules/checkout/examples/full.expected/local_integration_tryjob.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -184,10 +180,6 @@
       "https://fuchsia.googlesource.com/manifest"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -206,10 +198,6 @@
       "-fetch-packages=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -231,10 +219,6 @@
       "refs/changes/00/100/7"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -252,10 +236,6 @@
       "garnet"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -285,10 +265,6 @@
       "10"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.git log",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -305,10 +281,6 @@
       "-local-manifest=true"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -325,10 +297,6 @@
       "-local-manifest=true"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri fetch-packages",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -344,10 +312,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -374,10 +338,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -494,10 +454,6 @@
       "--count",
       "HEAD"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "upload checkout results.git -C",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipe_modules/checkout/examples/full.expected/local_integration_tryjob_patch_failure.json b/recipe_modules/checkout/examples/full.expected/local_integration_tryjob_patch_failure.json
index 9033661..23b66ab 100644
--- a/recipe_modules/checkout/examples/full.expected/local_integration_tryjob_patch_failure.json
+++ b/recipe_modules/checkout/examples/full.expected/local_integration_tryjob_patch_failure.json
@@ -74,10 +74,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -187,10 +183,6 @@
       "https://fuchsia.googlesource.com/manifest"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -209,10 +201,6 @@
       "-fetch-packages=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -234,10 +222,6 @@
       "refs/changes/00/100/7"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipe_modules/checkout/examples/full.expected/local_integration_tryjob_patch_rebase_failure.json b/recipe_modules/checkout/examples/full.expected/local_integration_tryjob_patch_rebase_failure.json
index ff9790c..bd53d9c 100644
--- a/recipe_modules/checkout/examples/full.expected/local_integration_tryjob_patch_rebase_failure.json
+++ b/recipe_modules/checkout/examples/full.expected/local_integration_tryjob_patch_rebase_failure.json
@@ -74,10 +74,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -187,10 +183,6 @@
       "https://fuchsia.googlesource.com/manifest"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -209,10 +201,6 @@
       "-fetch-packages=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -234,10 +222,6 @@
       "refs/changes/00/100/7"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipe_modules/checkout/examples/full.expected/should_ignore_patches_for_non_dependant_projects.json b/recipe_modules/checkout/examples/full.expected/should_ignore_patches_for_non_dependant_projects.json
index f3d6171..eda61ab 100644
--- a/recipe_modules/checkout/examples/full.expected/should_ignore_patches_for_non_dependant_projects.json
+++ b/recipe_modules/checkout/examples/full.expected/should_ignore_patches_for_non_dependant_projects.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -184,10 +180,6 @@
       "https://fuchsia.googlesource.com/manifest"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -206,10 +198,6 @@
       "-fetch-packages=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -231,10 +219,6 @@
       "refs/changes/00/100/7"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -274,10 +258,6 @@
       "topaz"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -304,10 +284,6 @@
       "zircon"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project (2)",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -337,10 +313,6 @@
       "10"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.git log",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -357,10 +329,6 @@
       "-local-manifest=true"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -377,10 +345,6 @@
       "-local-manifest=true"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri fetch-packages",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -396,10 +360,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -426,10 +386,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -546,10 +502,6 @@
       "--count",
       "HEAD"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "upload checkout results.git -C",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipe_modules/checkout/examples/full.expected/sso_manifest_remote.json b/recipe_modules/checkout/examples/full.expected/sso_manifest_remote.json
index c52b8d2..05b9162 100644
--- a/recipe_modules/checkout/examples/full.expected/sso_manifest_remote.json
+++ b/recipe_modules/checkout/examples/full.expected/sso_manifest_remote.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -95,10 +91,6 @@
       "sso://manifest-host/manifest"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -117,10 +109,6 @@
       "sso://fuchsia/not-garnet"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri override",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -138,10 +126,6 @@
       "-run-hooks=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -158,10 +142,6 @@
       "-attempts=3"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -177,10 +157,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -207,10 +183,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -327,10 +299,6 @@
       "--count",
       "HEAD"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "upload checkout results.git -C",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipe_modules/checkout/examples/full.expected/subbuild_from_spec.json b/recipe_modules/checkout/examples/full.expected/subbuild_from_spec.json
index 0723996..7d6c2f6 100644
--- a/recipe_modules/checkout/examples/full.expected/subbuild_from_spec.json
+++ b/recipe_modules/checkout/examples/full.expected/subbuild_from_spec.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -184,10 +180,6 @@
       "https://fuchsia.googlesource.com/manifest"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -206,10 +198,6 @@
       "-fetch-packages=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -231,10 +219,6 @@
       "refs/changes/00/100/7"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -252,10 +236,6 @@
       "garnet"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -285,10 +265,6 @@
       "10"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.git log",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -305,10 +281,6 @@
       "-local-manifest=true"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -325,10 +297,6 @@
       "-local-manifest=true"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri fetch-packages",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -344,10 +312,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -374,10 +338,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -494,10 +454,6 @@
       "--count",
       "HEAD"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "upload checkout results.git -C",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipe_modules/checkout/examples/full.expected/tryjob_with_patchfile.json b/recipe_modules/checkout/examples/full.expected/tryjob_with_patchfile.json
index 6a54e52..4c31ad1 100644
--- a/recipe_modules/checkout/examples/full.expected/tryjob_with_patchfile.json
+++ b/recipe_modules/checkout/examples/full.expected/tryjob_with_patchfile.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -184,10 +180,6 @@
       "https://fuchsia.googlesource.com/manifest"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -206,10 +198,6 @@
       "-fetch-packages=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -231,10 +219,6 @@
       "refs/changes/00/100/7"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -274,10 +258,6 @@
       "not_garnet"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -312,10 +292,6 @@
       "refs/changes/cc/aabbcc/1"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch (2)",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -333,10 +309,6 @@
       "garnet"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project (2)",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -366,10 +338,6 @@
       "10"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.git log",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -386,10 +354,6 @@
       "-local-manifest=true"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -406,10 +370,6 @@
       "-local-manifest=true"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri fetch-packages",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -425,10 +385,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -455,10 +411,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -575,10 +527,6 @@
       "--count",
       "HEAD"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "upload checkout results.git -C",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipe_modules/checkout/examples/full.expected/use_gitiles_commit_from_properties.json b/recipe_modules/checkout/examples/full.expected/use_gitiles_commit_from_properties.json
index ef23a4a..1ab7522 100644
--- a/recipe_modules/checkout/examples/full.expected/use_gitiles_commit_from_properties.json
+++ b/recipe_modules/checkout/examples/full.expected/use_gitiles_commit_from_properties.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -95,10 +91,6 @@
       "https://fuchsia.googlesource.com/manifest"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -117,10 +109,6 @@
       "https://fuchsia.googlesource.com/foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri override",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -138,10 +126,6 @@
       "-run-hooks=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -158,10 +142,6 @@
       "-attempts=3"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -177,10 +157,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -207,10 +183,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -327,10 +299,6 @@
       "--count",
       "HEAD"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "upload checkout results.git -C",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipe_modules/checkout/examples/full.expected/when_patchfile_host_has_protocol.json b/recipe_modules/checkout/examples/full.expected/when_patchfile_host_has_protocol.json
index 52fad96..eb54264 100644
--- a/recipe_modules/checkout/examples/full.expected/when_patchfile_host_has_protocol.json
+++ b/recipe_modules/checkout/examples/full.expected/when_patchfile_host_has_protocol.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -184,10 +180,6 @@
       "https://fuchsia.googlesource.com/manifest"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -206,10 +198,6 @@
       "-fetch-packages=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -231,10 +219,6 @@
       "refs/changes/00/100/7"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -274,10 +258,6 @@
       "zircon"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -312,10 +292,6 @@
       "refs/changes/cc/aabbcc/1"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch (2)",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -333,10 +309,6 @@
       "garnet"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project (2)",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -366,10 +338,6 @@
       "10"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.git log",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -386,10 +354,6 @@
       "-local-manifest=true"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -406,10 +370,6 @@
       "-local-manifest=true"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri fetch-packages",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -425,10 +385,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -455,10 +411,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -575,10 +527,6 @@
       "--count",
       "HEAD"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "upload checkout results.git -C",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipe_modules/cipd_dependencies/examples/validate_dependencies_from_tree.expected/package_dependencies_not_satisfied.json b/recipe_modules/cipd_dependencies/examples/validate_dependencies_from_tree.expected/package_dependencies_not_satisfied.json
index 036accb..73eb694 100644
--- a/recipe_modules/cipd_dependencies/examples/validate_dependencies_from_tree.expected/package_dependencies_not_satisfied.json
+++ b/recipe_modules/cipd_dependencies/examples/validate_dependencies_from_tree.expected/package_dependencies_not_satisfied.json
@@ -62,10 +62,6 @@
       "/path/to/tmp/json",
       "abc/dependency"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri package",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
diff --git a/recipe_modules/cipd_dependencies/examples/validate_dependencies_from_tree.expected/package_dependencies_satisfied.json b/recipe_modules/cipd_dependencies/examples/validate_dependencies_from_tree.expected/package_dependencies_satisfied.json
index 58e8b0c..3d5011e 100644
--- a/recipe_modules/cipd_dependencies/examples/validate_dependencies_from_tree.expected/package_dependencies_satisfied.json
+++ b/recipe_modules/cipd_dependencies/examples/validate_dependencies_from_tree.expected/package_dependencies_satisfied.json
@@ -62,10 +62,6 @@
       "/path/to/tmp/json",
       "abc/dependency"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri package",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
diff --git a/recipe_modules/cipd_dependencies/examples/validate_dependencies_from_tree.expected/project_dependencies_not_satisfied.json b/recipe_modules/cipd_dependencies/examples/validate_dependencies_from_tree.expected/project_dependencies_not_satisfied.json
index 88ed8a6..706f1b2 100644
--- a/recipe_modules/cipd_dependencies/examples/validate_dependencies_from_tree.expected/project_dependencies_not_satisfied.json
+++ b/recipe_modules/cipd_dependencies/examples/validate_dependencies_from_tree.expected/project_dependencies_not_satisfied.json
@@ -62,10 +62,6 @@
       "/path/to/tmp/json",
       "abc/dependency"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri project",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
diff --git a/recipe_modules/cipd_dependencies/examples/validate_dependencies_from_tree.expected/project_dependencies_satisfied.json b/recipe_modules/cipd_dependencies/examples/validate_dependencies_from_tree.expected/project_dependencies_satisfied.json
index 3e6ffda..658d1d5 100644
--- a/recipe_modules/cipd_dependencies/examples/validate_dependencies_from_tree.expected/project_dependencies_satisfied.json
+++ b/recipe_modules/cipd_dependencies/examples/validate_dependencies_from_tree.expected/project_dependencies_satisfied.json
@@ -62,10 +62,6 @@
       "/path/to/tmp/json",
       "abc/dependency"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri project",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
diff --git a/recipe_modules/dart_util/examples/full.expected/default.json b/recipe_modules/dart_util/examples/full.expected/default.json
index 6e87d32..18314b6 100644
--- a/recipe_modules/dart_util/examples/full.expected/default.json
+++ b/recipe_modules/dart_util/examples/full.expected/default.json
@@ -62,10 +62,6 @@
       "/path/to/tmp/json",
       "dart/sdk"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri project",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
@@ -105,10 +101,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -120,10 +112,6 @@
       "https://fuchsia.googlesource.com/dart/sdk"
     ],
     "cwd": "[START_DIR]/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -156,10 +144,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-dart-sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -173,10 +157,6 @@
       "https://fuchsia.googlesource.com/dart/sdk"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-dart-sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -192,10 +172,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-dart-sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -210,10 +186,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-dart-sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -267,10 +239,6 @@
       "abc_revision"
     ],
     "cwd": "[START_DIR]/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -281,10 +249,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -294,10 +258,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -309,10 +269,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -326,10 +282,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -343,10 +295,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -371,10 +319,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch (2)"
   },
   {
@@ -384,10 +328,6 @@
       "origin/master"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout (2)"
   },
   {
@@ -397,10 +337,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse (2)"
   },
   {
@@ -423,10 +359,6 @@
       "--others"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "check for no-op commit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@stdout@hello@@@",
@@ -441,10 +373,6 @@
       "--intent-to-add"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git add"
   },
   {
@@ -453,10 +381,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -466,10 +390,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git hash-object"
   },
   {
@@ -553,10 +473,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -569,10 +485,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+1"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push",
     "~followup_annotations": [
       "@@@STEP_LINK@gerrit link@https://fuchsia-review.googlesource.com/q/Iabc1abc1abc1abc1abc1abc1abc1abc1abc1abc1@@@"
@@ -645,10 +557,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse (3)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@revision@deadbeef@@@",
@@ -662,10 +570,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch (3)"
   },
   {
@@ -675,10 +579,6 @@
       "origin/master"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout (3)"
   },
   {
@@ -688,10 +588,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse (4)"
   },
   {
@@ -714,10 +610,6 @@
       "--others"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "check for no-op commit (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@stdout@hello@@@",
@@ -732,10 +624,6 @@
       "--intent-to-add"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git add (2)"
   },
   {
@@ -744,10 +632,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff (2)"
   },
   {
@@ -757,10 +641,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git hash-object (2)"
   },
   {
@@ -790,10 +670,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (2)"
   },
   {
@@ -806,10 +682,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+2,l=Code-Review+2"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push (2)",
     "~followup_annotations": [
       "@@@STEP_LINK@gerrit link@https://fuchsia-review.googlesource.com/q/Iabc1abc1abc1abc1abc1abc1abc1abc1abc1abc1@@@"
@@ -853,10 +725,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse (5)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@revision@deadbeef@@@",
diff --git a/recipe_modules/emu/examples/full.expected/default.json b/recipe_modules/emu/examples/full.expected/default.json
index d0d31d2..f499bce 100644
--- a/recipe_modules/emu/examples/full.expected/default.json
+++ b/recipe_modules/emu/examples/full.expected/default.json
@@ -62,10 +62,6 @@
       "/path/to/tmp/json",
       "fuchsia/third_party/aemu/${platform}"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri package",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
@@ -90,10 +86,6 @@
       "/path/to/tmp/json",
       "fuchsia/third_party/qemu/${platform}"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri package (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
diff --git a/recipe_modules/fuchsia/examples/fuchsia.expected/default.json b/recipe_modules/fuchsia/examples/fuchsia.expected/default.json
index 4ec444f..8602f00 100644
--- a/recipe_modules/fuchsia/examples/fuchsia.expected/default.json
+++ b/recipe_modules/fuchsia/examples/fuchsia.expected/default.json
@@ -104,10 +104,6 @@
       "HEAD"
     ],
     "cwd": "[CLEANUP]/build_init_workspace_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "load spec.build_init",
     "stdin": "CNDsgNmu8bWSfBIWCgdwcm9qZWN0EgJjaRoHYnVpbGRlciIvdXNlcjpsdWNpLXNjaGVkdWxlckBhcHBzcG90LmdzZXJ2aWNlYWNjb3VudC5jb20yBgi5wqLYBXpjEmEKGWNocm9taXVtLmdvb2dsZXNvdXJjZS5jb20SB3Byb2plY3QaKDJkNzI1MTBlNDQ3YWI2MGE5NzI4YWVlYTIzNjJkOGJlMmNiZDc3ODkiEXJlZnMvaGVhZHMvbWFzdGVykgEtEgIgHionEiVpbnZvY2F0aW9ucy9idWlsZDo4OTQ1NTExNzUxNTE0ODYzMTg0",
diff --git a/recipe_modules/fuchsia/examples/fuchsia.expected/setup_with_spec_revision.json b/recipe_modules/fuchsia/examples/fuchsia.expected/setup_with_spec_revision.json
index e59b072..04c7923 100644
--- a/recipe_modules/fuchsia/examples/fuchsia.expected/setup_with_spec_revision.json
+++ b/recipe_modules/fuchsia/examples/fuchsia.expected/setup_with_spec_revision.json
@@ -104,10 +104,6 @@
       "deadbeef"
     ],
     "cwd": "[CLEANUP]/build_init_workspace_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "load spec.build_init",
     "stdin": "CNDsgNmu8bWSfBIWCgdwcm9qZWN0EgJjaRoHYnVpbGRlciIvdXNlcjpsdWNpLXNjaGVkdWxlckBhcHBzcG90LmdzZXJ2aWNlYWNjb3VudC5jb20yBgi5wqLYBXpjEmEKGWNocm9taXVtLmdvb2dsZXNvdXJjZS5jb20SB3Byb2plY3QaKDJkNzI1MTBlNDQ3YWI2MGE5NzI4YWVlYTIzNjJkOGJlMmNiZDc3ODkiEXJlZnMvaGVhZHMvbWFzdGVykgEtEgIgHionEiVpbnZvY2F0aW9ucy9idWlsZDo4OTQ1NTExNzUxNTE0ODYzMTg0",
diff --git a/recipe_modules/fuchsia/examples/fuchsia.expected/spec_parse_error.json b/recipe_modules/fuchsia/examples/fuchsia.expected/spec_parse_error.json
index 7a29652..fdcf328 100644
--- a/recipe_modules/fuchsia/examples/fuchsia.expected/spec_parse_error.json
+++ b/recipe_modules/fuchsia/examples/fuchsia.expected/spec_parse_error.json
@@ -146,10 +146,6 @@
       "deadbeef"
     ],
     "cwd": "[CLEANUP]/build_init_workspace_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "load spec.build_init",
     "stdin": "CNDsgNmu8bWSfBIWCgdwcm9qZWN0EgJjaRoHYnVpbGRlciIvdXNlcjpsdWNpLXNjaGVkdWxlckBhcHBzcG90LmdzZXJ2aWNlYWNjb3VudC5jb20yBgi5wqLYBXpjEmEKGWNocm9taXVtLmdvb2dsZXNvdXJjZS5jb20SB3Byb2plY3QaKDJkNzI1MTBlNDQ3YWI2MGE5NzI4YWVlYTIzNjJkOGJlMmNiZDc3ODkiEXJlZnMvaGVhZHMvbWFzdGVykgEtEgIgHionEiVpbnZvY2F0aW9ucy9idWlsZDo4OTQ1NTExNzUxNTE0ODYzMTg0",
diff --git a/recipe_modules/fuchsia/examples/fuchsia.expected/spec_remote_cq.json b/recipe_modules/fuchsia/examples/fuchsia.expected/spec_remote_cq.json
index 174db1e..0d51470 100644
--- a/recipe_modules/fuchsia/examples/fuchsia.expected/spec_remote_cq.json
+++ b/recipe_modules/fuchsia/examples/fuchsia.expected/spec_remote_cq.json
@@ -243,10 +243,6 @@
       "deadbeef"
     ],
     "cwd": "[CLEANUP]/build_init_workspace_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "load spec.build_init",
     "stdin": "CNDsgNmu8bWSfBIXCgdwcm9qZWN0EgN0cnkaB2J1aWxkZXIiHHVzZXI6Y29tbWl0LWJvdEBjaHJvbWl1bS5vcmcyBgi5wqLYBXp8EkQKGGZ1Y2hzaWEuZ29vZ2xlc291cmNlLmNvbRILaW50ZWdyYXRpb24aCGRlYWRiZWVmIhFyZWZzL2hlYWRzL21hc3Rlcho0Ch9mdWNoc2lhLXJldmlldy5nb29nbGVzb3VyY2UuY29tEgtpbnRlZ3JhdGlvbhjAxAcgB5IBLRICIB4qJxIlaW52b2NhdGlvbnMvYnVpbGQ6ODk0NTUxMTc1MTUxNDg2MzE4NJoBGAoPY3FfZXhwZXJpbWVudGFsEgVmYWxzZQ==",
diff --git a/recipe_modules/fuchsia/examples/fuchsia.expected/spec_remote_cq_with_spec_revision.json b/recipe_modules/fuchsia/examples/fuchsia.expected/spec_remote_cq_with_spec_revision.json
index 4c640bc..3ef2f93 100644
--- a/recipe_modules/fuchsia/examples/fuchsia.expected/spec_remote_cq_with_spec_revision.json
+++ b/recipe_modules/fuchsia/examples/fuchsia.expected/spec_remote_cq_with_spec_revision.json
@@ -243,10 +243,6 @@
       "deadbeef2"
     ],
     "cwd": "[CLEANUP]/build_init_workspace_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "load spec.build_init",
     "stdin": "CNDsgNmu8bWSfBIXCgdwcm9qZWN0EgN0cnkaB2J1aWxkZXIiHHVzZXI6Y29tbWl0LWJvdEBjaHJvbWl1bS5vcmcyBgi5wqLYBXp9EkUKGGZ1Y2hzaWEuZ29vZ2xlc291cmNlLmNvbRILaW50ZWdyYXRpb24aCWRlYWRiZWVmMiIRcmVmcy9oZWFkcy9tYXN0ZXIaNAofZnVjaHNpYS1yZXZpZXcuZ29vZ2xlc291cmNlLmNvbRILaW50ZWdyYXRpb24YwMQHIAeSAS0SAiAeKicSJWludm9jYXRpb25zL2J1aWxkOjg5NDU1MTE3NTE1MTQ4NjMxODSaARgKD2NxX2V4cGVyaW1lbnRhbBIFZmFsc2U=",
diff --git a/recipe_modules/git/api.py b/recipe_modules/git/api.py
index 8aca230..902a47a 100644
--- a/recipe_modules/git/api.py
+++ b/recipe_modules/git/api.py
@@ -26,15 +26,7 @@
         for k, v in sorted(kwargs.pop("config", {}).iteritems()):
             git_cmd.extend(["-c", "%s=%s" % (k, v)])
 
-        # If a Git HTTP request is constantly below GIT_HTTP_LOW_SPEED_LIMIT
-        # bytes/second for GIT_HTTP_LOW_SPEED_TIME seconds then such request will be
-        # aborted. Otherwise, it would wait for global timeout to be reached.
-        env = {
-            "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",  # in bytes/second
-            "GIT_HTTP_LOW_SPEED_TIME": "60",  # in seconds
-        }
-        with self.m.context(env=env):
-            return self.m.step(name, git_cmd + list(args), **kwargs)
+        return self.m.step(name, git_cmd + list(args), **kwargs)
 
     def apply(self, patch, **kwargs):
         """Applies the specified git patch file."""
diff --git a/recipe_modules/git/examples/full.expected/basic.json b/recipe_modules/git/examples/full.expected/basic.json
index 1e0d047..285beaf 100644
--- a/recipe_modules/git/examples/full.expected/basic.json
+++ b/recipe_modules/git/examples/full.expected/basic.json
@@ -20,10 +20,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -35,10 +31,6 @@
       "https://fuchsia.googlesource.com/fuchsia.git"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -51,10 +43,6 @@
       "--recurse-submodules"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -65,10 +53,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -78,10 +62,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -93,10 +73,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -110,10 +86,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -129,10 +101,6 @@
       "--force"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -145,10 +113,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse (2)"
   },
   {
@@ -158,10 +122,6 @@
       "remote.origin.url"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git config"
   },
   {
@@ -173,10 +133,6 @@
       "--no-patch"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git show"
   },
   {
@@ -188,10 +144,6 @@
       "--no-patch"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git show (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@commit message@[foo] bar@@@",
@@ -209,10 +161,6 @@
       "--oneline"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git show (3)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@commit message@[foo] bar@@@",
@@ -231,10 +179,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff-tree",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@files@foo/bar/baz@@@",
@@ -253,10 +197,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff-tree (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@files@foo.bar@@@",
@@ -272,10 +212,6 @@
       "status"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git status"
   },
   {
@@ -285,10 +221,6 @@
       "origin/master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rebase"
   },
   {
@@ -301,10 +233,6 @@
       "foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe"
   },
   {
@@ -317,10 +245,6 @@
       "foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe (2)"
   },
   {
@@ -333,10 +257,6 @@
       "foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe (3)"
   },
   {
@@ -348,10 +268,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git ls-remote"
   },
   {
@@ -363,10 +279,6 @@
       "dummytag"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git ls-remote (2)"
   },
   {
@@ -395,10 +307,6 @@
       "[START_DIR]/fuchsia/time.txt"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git add"
   },
   {
@@ -409,10 +317,6 @@
       "example change 1"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -424,10 +328,6 @@
       "[START_DIR]/fuchsia/time.txt"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (2)"
   },
   {
@@ -439,10 +339,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (3)"
   },
   {
@@ -452,10 +348,6 @@
       "-A"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git add (2)"
   },
   {
@@ -466,10 +358,6 @@
       "example change 4"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (4)"
   },
   {
@@ -482,10 +370,6 @@
       "foo <bar@example.com>"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (5)"
   },
   {
@@ -495,10 +379,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -509,10 +389,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff (2)"
   },
   {
@@ -522,10 +398,6 @@
       "[TMP_BASE]/git.patch"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git apply"
   },
   {
@@ -537,10 +409,6 @@
       "HEAD:refs/for/master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push"
   },
   {
@@ -553,10 +421,6 @@
       "HEAD:refs/for/master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push (2)"
   },
   {
@@ -569,10 +433,6 @@
       "refs/tags/foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push (3)"
   },
   {
diff --git a/recipe_modules/git/examples/full.expected/basic_branch.json b/recipe_modules/git/examples/full.expected/basic_branch.json
index 45135ca..df1285d 100644
--- a/recipe_modules/git/examples/full.expected/basic_branch.json
+++ b/recipe_modules/git/examples/full.expected/basic_branch.json
@@ -20,10 +20,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -35,10 +31,6 @@
       "https://fuchsia.googlesource.com/fuchsia.git"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -51,10 +43,6 @@
       "--recurse-submodules"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -65,10 +53,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -78,10 +62,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -93,10 +73,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -110,10 +86,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -129,10 +101,6 @@
       "--force"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -145,10 +113,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse (2)"
   },
   {
@@ -158,10 +122,6 @@
       "remote.origin.url"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git config"
   },
   {
@@ -173,10 +133,6 @@
       "--no-patch"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git show"
   },
   {
@@ -188,10 +144,6 @@
       "--no-patch"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git show (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@commit message@[foo] bar@@@",
@@ -209,10 +161,6 @@
       "--oneline"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git show (3)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@commit message@[foo] bar@@@",
@@ -231,10 +179,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff-tree",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@files@foo/bar/baz@@@",
@@ -253,10 +197,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff-tree (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@files@foo.bar@@@",
@@ -272,10 +212,6 @@
       "status"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git status"
   },
   {
@@ -285,10 +221,6 @@
       "origin/master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rebase"
   },
   {
@@ -301,10 +233,6 @@
       "foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe"
   },
   {
@@ -317,10 +245,6 @@
       "foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe (2)"
   },
   {
@@ -333,10 +257,6 @@
       "foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe (3)"
   },
   {
@@ -348,10 +268,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git ls-remote"
   },
   {
@@ -363,10 +279,6 @@
       "dummytag"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git ls-remote (2)"
   },
   {
@@ -395,10 +307,6 @@
       "[START_DIR]/fuchsia/time.txt"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git add"
   },
   {
@@ -409,10 +317,6 @@
       "example change 1"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -424,10 +328,6 @@
       "[START_DIR]/fuchsia/time.txt"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (2)"
   },
   {
@@ -439,10 +339,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (3)"
   },
   {
@@ -452,10 +348,6 @@
       "-A"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git add (2)"
   },
   {
@@ -466,10 +358,6 @@
       "example change 4"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (4)"
   },
   {
@@ -482,10 +370,6 @@
       "foo <bar@example.com>"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (5)"
   },
   {
@@ -495,10 +379,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -509,10 +389,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff (2)"
   },
   {
@@ -522,10 +398,6 @@
       "[TMP_BASE]/git.patch"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git apply"
   },
   {
@@ -537,10 +409,6 @@
       "HEAD:refs/for/master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push"
   },
   {
@@ -553,10 +421,6 @@
       "HEAD:refs/for/master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push (2)"
   },
   {
@@ -569,10 +433,6 @@
       "refs/tags/foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push (3)"
   },
   {
diff --git a/recipe_modules/git/examples/full.expected/basic_branch_cache.json b/recipe_modules/git/examples/full.expected/basic_branch_cache.json
index 2f6d1ae..5712781 100644
--- a/recipe_modules/git/examples/full.expected/basic_branch_cache.json
+++ b/recipe_modules/git/examples/full.expected/basic_branch_cache.json
@@ -20,10 +20,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -35,10 +31,6 @@
       "https://fuchsia.googlesource.com/fuchsia.git"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -71,10 +63,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-fuchsia.git",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -88,10 +76,6 @@
       "https://fuchsia.googlesource.com/fuchsia.git"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-fuchsia.git",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -107,10 +91,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-fuchsia.git",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -125,10 +105,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-fuchsia.git",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -183,10 +159,6 @@
       "--recurse-submodules"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -197,10 +169,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -210,10 +178,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -225,10 +189,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -242,10 +202,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -261,10 +217,6 @@
       "--force"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -277,10 +229,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse (2)"
   },
   {
@@ -290,10 +238,6 @@
       "remote.origin.url"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git config"
   },
   {
@@ -305,10 +249,6 @@
       "--no-patch"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git show"
   },
   {
@@ -320,10 +260,6 @@
       "--no-patch"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git show (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@commit message@[foo] bar@@@",
@@ -341,10 +277,6 @@
       "--oneline"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git show (3)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@commit message@[foo] bar@@@",
@@ -363,10 +295,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff-tree",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@files@foo/bar/baz@@@",
@@ -385,10 +313,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff-tree (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@files@foo.bar@@@",
@@ -404,10 +328,6 @@
       "status"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git status"
   },
   {
@@ -417,10 +337,6 @@
       "origin/master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rebase"
   },
   {
@@ -433,10 +349,6 @@
       "foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe"
   },
   {
@@ -449,10 +361,6 @@
       "foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe (2)"
   },
   {
@@ -465,10 +373,6 @@
       "foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe (3)"
   },
   {
@@ -480,10 +384,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git ls-remote"
   },
   {
@@ -495,10 +395,6 @@
       "dummytag"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git ls-remote (2)"
   },
   {
@@ -527,10 +423,6 @@
       "[START_DIR]/fuchsia/time.txt"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git add"
   },
   {
@@ -541,10 +433,6 @@
       "example change 1"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -556,10 +444,6 @@
       "[START_DIR]/fuchsia/time.txt"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (2)"
   },
   {
@@ -571,10 +455,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (3)"
   },
   {
@@ -584,10 +464,6 @@
       "-A"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git add (2)"
   },
   {
@@ -598,10 +474,6 @@
       "example change 4"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (4)"
   },
   {
@@ -614,10 +486,6 @@
       "foo <bar@example.com>"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (5)"
   },
   {
@@ -627,10 +495,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -641,10 +505,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff (2)"
   },
   {
@@ -654,10 +514,6 @@
       "[TMP_BASE]/git.patch"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git apply"
   },
   {
@@ -669,10 +525,6 @@
       "HEAD:refs/for/master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push"
   },
   {
@@ -685,10 +537,6 @@
       "HEAD:refs/for/master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push (2)"
   },
   {
@@ -701,10 +549,6 @@
       "refs/tags/foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push (3)"
   },
   {
diff --git a/recipe_modules/git/examples/full.expected/basic_cache.json b/recipe_modules/git/examples/full.expected/basic_cache.json
index 4358dc2..85d9e78 100644
--- a/recipe_modules/git/examples/full.expected/basic_cache.json
+++ b/recipe_modules/git/examples/full.expected/basic_cache.json
@@ -20,10 +20,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -35,10 +31,6 @@
       "https://fuchsia.googlesource.com/fuchsia.git"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -71,10 +63,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-fuchsia.git",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -88,10 +76,6 @@
       "https://fuchsia.googlesource.com/fuchsia.git"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-fuchsia.git",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -107,10 +91,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-fuchsia.git",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -125,10 +105,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-fuchsia.git",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -183,10 +159,6 @@
       "--recurse-submodules"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -197,10 +169,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -210,10 +178,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -225,10 +189,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -242,10 +202,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -261,10 +217,6 @@
       "--force"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -277,10 +229,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse (2)"
   },
   {
@@ -290,10 +238,6 @@
       "remote.origin.url"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git config"
   },
   {
@@ -305,10 +249,6 @@
       "--no-patch"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git show"
   },
   {
@@ -320,10 +260,6 @@
       "--no-patch"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git show (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@commit message@[foo] bar@@@",
@@ -341,10 +277,6 @@
       "--oneline"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git show (3)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@commit message@[foo] bar@@@",
@@ -363,10 +295,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff-tree",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@files@foo/bar/baz@@@",
@@ -385,10 +313,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff-tree (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@files@foo.bar@@@",
@@ -404,10 +328,6 @@
       "status"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git status"
   },
   {
@@ -417,10 +337,6 @@
       "origin/master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rebase"
   },
   {
@@ -433,10 +349,6 @@
       "foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe"
   },
   {
@@ -449,10 +361,6 @@
       "foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe (2)"
   },
   {
@@ -465,10 +373,6 @@
       "foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe (3)"
   },
   {
@@ -480,10 +384,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git ls-remote"
   },
   {
@@ -495,10 +395,6 @@
       "dummytag"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git ls-remote (2)"
   },
   {
@@ -527,10 +423,6 @@
       "[START_DIR]/fuchsia/time.txt"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git add"
   },
   {
@@ -541,10 +433,6 @@
       "example change 1"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -556,10 +444,6 @@
       "[START_DIR]/fuchsia/time.txt"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (2)"
   },
   {
@@ -571,10 +455,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (3)"
   },
   {
@@ -584,10 +464,6 @@
       "-A"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git add (2)"
   },
   {
@@ -598,10 +474,6 @@
       "example change 4"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (4)"
   },
   {
@@ -614,10 +486,6 @@
       "foo <bar@example.com>"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (5)"
   },
   {
@@ -627,10 +495,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -641,10 +505,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff (2)"
   },
   {
@@ -654,10 +514,6 @@
       "[TMP_BASE]/git.patch"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git apply"
   },
   {
@@ -669,10 +525,6 @@
       "HEAD:refs/for/master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push"
   },
   {
@@ -685,10 +537,6 @@
       "HEAD:refs/for/master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push (2)"
   },
   {
@@ -701,10 +549,6 @@
       "refs/tags/foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push (3)"
   },
   {
diff --git a/recipe_modules/git/examples/full.expected/basic_ci.json b/recipe_modules/git/examples/full.expected/basic_ci.json
index de9e892..933e56e 100644
--- a/recipe_modules/git/examples/full.expected/basic_ci.json
+++ b/recipe_modules/git/examples/full.expected/basic_ci.json
@@ -20,10 +20,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -35,10 +31,6 @@
       "https://fuchsia.googlesource.com/fuchsia"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -50,10 +42,6 @@
       "--recurse-submodules"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -64,10 +52,6 @@
       "2d72510e447ab60a9728aeea2362d8be2cbd7789"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -77,10 +61,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -92,10 +72,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -109,10 +85,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -128,10 +100,6 @@
       "--force"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -144,10 +112,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse (2)"
   },
   {
@@ -157,10 +121,6 @@
       "remote.origin.url"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git config"
   },
   {
@@ -172,10 +132,6 @@
       "--no-patch"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git show"
   },
   {
@@ -187,10 +143,6 @@
       "--no-patch"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git show (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@commit message@[foo] bar@@@",
@@ -208,10 +160,6 @@
       "--oneline"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git show (3)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@commit message@[foo] bar@@@",
@@ -230,10 +178,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff-tree",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@files@foo/bar/baz@@@",
@@ -252,10 +196,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff-tree (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@files@foo.bar@@@",
@@ -271,10 +211,6 @@
       "status"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git status"
   },
   {
@@ -284,10 +220,6 @@
       "origin/master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rebase"
   },
   {
@@ -300,10 +232,6 @@
       "foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe"
   },
   {
@@ -316,10 +244,6 @@
       "foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe (2)"
   },
   {
@@ -332,10 +256,6 @@
       "foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe (3)"
   },
   {
@@ -347,10 +267,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git ls-remote"
   },
   {
@@ -362,10 +278,6 @@
       "dummytag"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git ls-remote (2)"
   },
   {
@@ -394,10 +306,6 @@
       "[START_DIR]/fuchsia/time.txt"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git add"
   },
   {
@@ -408,10 +316,6 @@
       "example change 1"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -423,10 +327,6 @@
       "[START_DIR]/fuchsia/time.txt"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (2)"
   },
   {
@@ -438,10 +338,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (3)"
   },
   {
@@ -451,10 +347,6 @@
       "-A"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git add (2)"
   },
   {
@@ -465,10 +357,6 @@
       "example change 4"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (4)"
   },
   {
@@ -481,10 +369,6 @@
       "foo <bar@example.com>"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (5)"
   },
   {
@@ -494,10 +378,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -508,10 +388,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff (2)"
   },
   {
@@ -521,10 +397,6 @@
       "[TMP_BASE]/git.patch"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git apply"
   },
   {
@@ -536,10 +408,6 @@
       "HEAD:refs/for/master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push"
   },
   {
@@ -552,10 +420,6 @@
       "HEAD:refs/for/master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push (2)"
   },
   {
@@ -568,10 +432,6 @@
       "refs/tags/foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push (3)"
   },
   {
diff --git a/recipe_modules/git/examples/full.expected/basic_cq.json b/recipe_modules/git/examples/full.expected/basic_cq.json
index 3c7e646..5090a8d 100644
--- a/recipe_modules/git/examples/full.expected/basic_cq.json
+++ b/recipe_modules/git/examples/full.expected/basic_cq.json
@@ -27,10 +27,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch master.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -45,10 +41,6 @@
       "https://fuchsia.googlesource.com/fuchsia"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch master.git remote",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -87,10 +79,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch master.cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -104,10 +92,6 @@
       "https://fuchsia.googlesource.com/fuchsia"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch master.cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -123,10 +107,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch master.cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -141,10 +121,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch master.cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -198,10 +174,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch master.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -215,10 +187,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch master.git checkout",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -231,10 +199,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch master.git rev-parse",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -249,10 +213,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch master.git clean",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -272,10 +232,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch master.submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -289,10 +245,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch master.submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -321,10 +273,6 @@
       "remote.None"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git config"
   },
   {
@@ -336,10 +284,6 @@
       "https://fuchsia.googlesource.com/fuchsia"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -352,10 +296,6 @@
       "--recurse-submodules"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -366,10 +306,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -379,10 +315,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -394,10 +326,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -411,10 +339,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -430,10 +354,6 @@
       "--force"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -446,10 +366,6 @@
       "--rebase-merges",
       "deadbeef"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rebase"
   },
   {
@@ -459,10 +375,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse (2)"
   },
   {
@@ -472,10 +384,6 @@
       "remote.origin.url"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git config (2)"
   },
   {
@@ -487,10 +395,6 @@
       "--no-patch"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git show"
   },
   {
@@ -502,10 +406,6 @@
       "--no-patch"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git show (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@commit message@[foo] bar@@@",
@@ -523,10 +423,6 @@
       "--oneline"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git show (3)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@commit message@[foo] bar@@@",
@@ -545,10 +441,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff-tree",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@files@foo/bar/baz@@@",
@@ -567,10 +459,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff-tree (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@files@foo.bar@@@",
@@ -586,10 +474,6 @@
       "status"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git status"
   },
   {
@@ -599,10 +483,6 @@
       "origin/master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rebase (2)"
   },
   {
@@ -615,10 +495,6 @@
       "foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe"
   },
   {
@@ -631,10 +507,6 @@
       "foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe (2)"
   },
   {
@@ -647,10 +519,6 @@
       "foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe (3)"
   },
   {
@@ -662,10 +530,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git ls-remote"
   },
   {
@@ -677,10 +541,6 @@
       "dummytag"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git ls-remote (2)"
   },
   {
@@ -709,10 +569,6 @@
       "[START_DIR]/fuchsia/time.txt"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git add"
   },
   {
@@ -723,10 +579,6 @@
       "example change 1"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -738,10 +590,6 @@
       "[START_DIR]/fuchsia/time.txt"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (2)"
   },
   {
@@ -753,10 +601,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (3)"
   },
   {
@@ -766,10 +610,6 @@
       "-A"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git add (2)"
   },
   {
@@ -780,10 +620,6 @@
       "example change 4"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (4)"
   },
   {
@@ -796,10 +632,6 @@
       "foo <bar@example.com>"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (5)"
   },
   {
@@ -809,10 +641,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -823,10 +651,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff (2)"
   },
   {
@@ -836,10 +660,6 @@
       "[TMP_BASE]/git.patch"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git apply"
   },
   {
@@ -851,10 +671,6 @@
       "HEAD:refs/for/master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push"
   },
   {
@@ -867,10 +683,6 @@
       "HEAD:refs/for/master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push (2)"
   },
   {
@@ -883,10 +695,6 @@
       "refs/tags/foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push (3)"
   },
   {
diff --git a/recipe_modules/git/examples/full.expected/basic_file.json b/recipe_modules/git/examples/full.expected/basic_file.json
index 7ce240e..604e160 100644
--- a/recipe_modules/git/examples/full.expected/basic_file.json
+++ b/recipe_modules/git/examples/full.expected/basic_file.json
@@ -20,10 +20,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -35,10 +31,6 @@
       "https://fuchsia.googlesource.com/fuchsia.git"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -51,10 +43,6 @@
       "--recurse-submodules"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -67,10 +55,6 @@
       "README.md"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -80,10 +64,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -95,10 +75,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -112,10 +88,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -131,10 +103,6 @@
       "--force"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -147,10 +115,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse (2)"
   },
   {
@@ -160,10 +124,6 @@
       "remote.origin.url"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git config"
   },
   {
@@ -175,10 +135,6 @@
       "--no-patch"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git show"
   },
   {
@@ -190,10 +146,6 @@
       "--no-patch"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git show (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@commit message@[foo] bar@@@",
@@ -211,10 +163,6 @@
       "--oneline"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git show (3)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@commit message@[foo] bar@@@",
@@ -233,10 +181,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff-tree",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@files@foo/bar/baz@@@",
@@ -255,10 +199,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff-tree (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@files@foo.bar@@@",
@@ -274,10 +214,6 @@
       "status"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git status"
   },
   {
@@ -287,10 +223,6 @@
       "origin/master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rebase"
   },
   {
@@ -303,10 +235,6 @@
       "foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe"
   },
   {
@@ -319,10 +247,6 @@
       "foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe (2)"
   },
   {
@@ -335,10 +259,6 @@
       "foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe (3)"
   },
   {
@@ -350,10 +270,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git ls-remote"
   },
   {
@@ -365,10 +281,6 @@
       "dummytag"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git ls-remote (2)"
   },
   {
@@ -397,10 +309,6 @@
       "[START_DIR]/fuchsia/time.txt"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git add"
   },
   {
@@ -411,10 +319,6 @@
       "example change 1"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -426,10 +330,6 @@
       "[START_DIR]/fuchsia/time.txt"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (2)"
   },
   {
@@ -441,10 +341,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (3)"
   },
   {
@@ -454,10 +350,6 @@
       "-A"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git add (2)"
   },
   {
@@ -468,10 +360,6 @@
       "example change 4"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (4)"
   },
   {
@@ -484,10 +372,6 @@
       "foo <bar@example.com>"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (5)"
   },
   {
@@ -497,10 +381,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -511,10 +391,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff (2)"
   },
   {
@@ -524,10 +400,6 @@
       "[TMP_BASE]/git.patch"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git apply"
   },
   {
@@ -539,10 +411,6 @@
       "HEAD:refs/for/master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push"
   },
   {
@@ -555,10 +423,6 @@
       "HEAD:refs/for/master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push (2)"
   },
   {
@@ -571,10 +435,6 @@
       "refs/tags/foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push (3)"
   },
   {
diff --git a/recipe_modules/git/examples/full.expected/basic_hash.json b/recipe_modules/git/examples/full.expected/basic_hash.json
index ea7fe84..430e8a3 100644
--- a/recipe_modules/git/examples/full.expected/basic_hash.json
+++ b/recipe_modules/git/examples/full.expected/basic_hash.json
@@ -20,10 +20,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -35,10 +31,6 @@
       "https://fuchsia.googlesource.com/fuchsia.git"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -50,10 +42,6 @@
       "--recurse-submodules"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -64,10 +52,6 @@
       "abcdef0123456789abcdef0123456789abcdef01"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -77,10 +61,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -92,10 +72,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -109,10 +85,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -128,10 +100,6 @@
       "--force"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -144,10 +112,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse (2)"
   },
   {
@@ -157,10 +121,6 @@
       "remote.origin.url"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git config"
   },
   {
@@ -172,10 +132,6 @@
       "--no-patch"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git show"
   },
   {
@@ -187,10 +143,6 @@
       "--no-patch"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git show (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@commit message@[foo] bar@@@",
@@ -208,10 +160,6 @@
       "--oneline"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git show (3)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@commit message@[foo] bar@@@",
@@ -230,10 +178,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff-tree",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@files@foo/bar/baz@@@",
@@ -252,10 +196,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff-tree (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@files@foo.bar@@@",
@@ -271,10 +211,6 @@
       "status"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git status"
   },
   {
@@ -284,10 +220,6 @@
       "origin/master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rebase"
   },
   {
@@ -300,10 +232,6 @@
       "foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe"
   },
   {
@@ -316,10 +244,6 @@
       "foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe (2)"
   },
   {
@@ -332,10 +256,6 @@
       "foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe (3)"
   },
   {
@@ -347,10 +267,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git ls-remote"
   },
   {
@@ -362,10 +278,6 @@
       "dummytag"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git ls-remote (2)"
   },
   {
@@ -394,10 +306,6 @@
       "[START_DIR]/fuchsia/time.txt"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git add"
   },
   {
@@ -408,10 +316,6 @@
       "example change 1"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -423,10 +327,6 @@
       "[START_DIR]/fuchsia/time.txt"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (2)"
   },
   {
@@ -438,10 +338,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (3)"
   },
   {
@@ -451,10 +347,6 @@
       "-A"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git add (2)"
   },
   {
@@ -465,10 +357,6 @@
       "example change 4"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (4)"
   },
   {
@@ -481,10 +369,6 @@
       "foo <bar@example.com>"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (5)"
   },
   {
@@ -494,10 +378,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -508,10 +388,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff (2)"
   },
   {
@@ -521,10 +397,6 @@
       "[TMP_BASE]/git.patch"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git apply"
   },
   {
@@ -536,10 +408,6 @@
       "HEAD:refs/for/master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push"
   },
   {
@@ -552,10 +420,6 @@
       "HEAD:refs/for/master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push (2)"
   },
   {
@@ -568,10 +432,6 @@
       "refs/tags/foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push (3)"
   },
   {
diff --git a/recipe_modules/git/examples/full.expected/basic_hash_cache.json b/recipe_modules/git/examples/full.expected/basic_hash_cache.json
index b4365aa..588940c 100644
--- a/recipe_modules/git/examples/full.expected/basic_hash_cache.json
+++ b/recipe_modules/git/examples/full.expected/basic_hash_cache.json
@@ -20,10 +20,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -35,10 +31,6 @@
       "https://fuchsia.googlesource.com/fuchsia.git"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -71,10 +63,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-fuchsia.git",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -88,10 +76,6 @@
       "https://fuchsia.googlesource.com/fuchsia.git"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-fuchsia.git",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -107,10 +91,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-fuchsia.git",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -125,10 +105,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-fuchsia.git",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -182,10 +158,6 @@
       "--recurse-submodules"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -196,10 +168,6 @@
       "abcdef0123456789abcdef0123456789abcdef01"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -209,10 +177,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -224,10 +188,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -241,10 +201,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -260,10 +216,6 @@
       "--force"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -276,10 +228,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse (2)"
   },
   {
@@ -289,10 +237,6 @@
       "remote.origin.url"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git config"
   },
   {
@@ -304,10 +248,6 @@
       "--no-patch"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git show"
   },
   {
@@ -319,10 +259,6 @@
       "--no-patch"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git show (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@commit message@[foo] bar@@@",
@@ -340,10 +276,6 @@
       "--oneline"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git show (3)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@commit message@[foo] bar@@@",
@@ -362,10 +294,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff-tree",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@files@foo/bar/baz@@@",
@@ -384,10 +312,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff-tree (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@files@foo.bar@@@",
@@ -403,10 +327,6 @@
       "status"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git status"
   },
   {
@@ -416,10 +336,6 @@
       "origin/master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rebase"
   },
   {
@@ -432,10 +348,6 @@
       "foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe"
   },
   {
@@ -448,10 +360,6 @@
       "foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe (2)"
   },
   {
@@ -464,10 +372,6 @@
       "foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe (3)"
   },
   {
@@ -479,10 +383,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git ls-remote"
   },
   {
@@ -494,10 +394,6 @@
       "dummytag"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git ls-remote (2)"
   },
   {
@@ -526,10 +422,6 @@
       "[START_DIR]/fuchsia/time.txt"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git add"
   },
   {
@@ -540,10 +432,6 @@
       "example change 1"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -555,10 +443,6 @@
       "[START_DIR]/fuchsia/time.txt"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (2)"
   },
   {
@@ -570,10 +454,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (3)"
   },
   {
@@ -583,10 +463,6 @@
       "-A"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git add (2)"
   },
   {
@@ -597,10 +473,6 @@
       "example change 4"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (4)"
   },
   {
@@ -613,10 +485,6 @@
       "foo <bar@example.com>"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (5)"
   },
   {
@@ -626,10 +494,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -640,10 +504,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff (2)"
   },
   {
@@ -653,10 +513,6 @@
       "[TMP_BASE]/git.patch"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git apply"
   },
   {
@@ -668,10 +524,6 @@
       "HEAD:refs/for/master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push"
   },
   {
@@ -684,10 +536,6 @@
       "HEAD:refs/for/master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push (2)"
   },
   {
@@ -700,10 +548,6 @@
       "refs/tags/foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push (3)"
   },
   {
diff --git a/recipe_modules/git/examples/full.expected/basic_path.json b/recipe_modules/git/examples/full.expected/basic_path.json
index 2520cb8..1069b64 100644
--- a/recipe_modules/git/examples/full.expected/basic_path.json
+++ b/recipe_modules/git/examples/full.expected/basic_path.json
@@ -20,10 +20,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -35,10 +31,6 @@
       "https://fuchsia.googlesource.com/fuchsia.git"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -51,10 +43,6 @@
       "--recurse-submodules"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -65,10 +53,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -78,10 +62,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -93,10 +73,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -110,10 +86,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -129,10 +101,6 @@
       "--force"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -145,10 +113,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse (2)"
   },
   {
@@ -158,10 +122,6 @@
       "remote.origin.url"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git config"
   },
   {
@@ -173,10 +133,6 @@
       "--no-patch"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git show"
   },
   {
@@ -188,10 +144,6 @@
       "--no-patch"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git show (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@commit message@[foo] bar@@@",
@@ -209,10 +161,6 @@
       "--oneline"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git show (3)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@commit message@[foo] bar@@@",
@@ -231,10 +179,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff-tree",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@files@foo/bar/baz@@@",
@@ -253,10 +197,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff-tree (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@files@foo.bar@@@",
@@ -272,10 +212,6 @@
       "status"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git status"
   },
   {
@@ -285,10 +221,6 @@
       "origin/master"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rebase"
   },
   {
@@ -301,10 +233,6 @@
       "foo"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe"
   },
   {
@@ -317,10 +245,6 @@
       "foo"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe (2)"
   },
   {
@@ -333,10 +257,6 @@
       "foo"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe (3)"
   },
   {
@@ -348,10 +268,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git ls-remote"
   },
   {
@@ -363,10 +279,6 @@
       "dummytag"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git ls-remote (2)"
   },
   {
@@ -395,10 +307,6 @@
       "[START_DIR]/foo/time.txt"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git add"
   },
   {
@@ -409,10 +317,6 @@
       "example change 1"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -424,10 +328,6 @@
       "[START_DIR]/foo/time.txt"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (2)"
   },
   {
@@ -439,10 +339,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (3)"
   },
   {
@@ -452,10 +348,6 @@
       "-A"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git add (2)"
   },
   {
@@ -466,10 +358,6 @@
       "example change 4"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (4)"
   },
   {
@@ -482,10 +370,6 @@
       "foo <bar@example.com>"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (5)"
   },
   {
@@ -495,10 +379,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -509,10 +389,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff (2)"
   },
   {
@@ -522,10 +398,6 @@
       "[TMP_BASE]/git.patch"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git apply"
   },
   {
@@ -537,10 +409,6 @@
       "HEAD:refs/for/master"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push"
   },
   {
@@ -553,10 +421,6 @@
       "HEAD:refs/for/master"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push (2)"
   },
   {
@@ -569,10 +433,6 @@
       "refs/tags/foo"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push (3)"
   },
   {
diff --git a/recipe_modules/git/examples/full.expected/basic_ref.json b/recipe_modules/git/examples/full.expected/basic_ref.json
index c8b18d5..168d5f8 100644
--- a/recipe_modules/git/examples/full.expected/basic_ref.json
+++ b/recipe_modules/git/examples/full.expected/basic_ref.json
@@ -20,10 +20,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -35,10 +31,6 @@
       "https://fuchsia.googlesource.com/fuchsia.git"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -51,10 +43,6 @@
       "--recurse-submodules"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -65,10 +53,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -78,10 +62,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -93,10 +73,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -110,10 +86,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -129,10 +101,6 @@
       "--force"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -145,10 +113,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse (2)"
   },
   {
@@ -158,10 +122,6 @@
       "remote.origin.url"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git config"
   },
   {
@@ -173,10 +133,6 @@
       "--no-patch"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git show"
   },
   {
@@ -188,10 +144,6 @@
       "--no-patch"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git show (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@commit message@[foo] bar@@@",
@@ -209,10 +161,6 @@
       "--oneline"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git show (3)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@commit message@[foo] bar@@@",
@@ -231,10 +179,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff-tree",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@files@foo/bar/baz@@@",
@@ -253,10 +197,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff-tree (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@files@foo.bar@@@",
@@ -272,10 +212,6 @@
       "status"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git status"
   },
   {
@@ -285,10 +221,6 @@
       "origin/master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rebase"
   },
   {
@@ -301,10 +233,6 @@
       "foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe"
   },
   {
@@ -317,10 +245,6 @@
       "foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe (2)"
   },
   {
@@ -333,10 +257,6 @@
       "foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe (3)"
   },
   {
@@ -348,10 +268,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git ls-remote"
   },
   {
@@ -363,10 +279,6 @@
       "dummytag"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git ls-remote (2)"
   },
   {
@@ -395,10 +307,6 @@
       "[START_DIR]/fuchsia/time.txt"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git add"
   },
   {
@@ -409,10 +317,6 @@
       "example change 1"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -424,10 +328,6 @@
       "[START_DIR]/fuchsia/time.txt"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (2)"
   },
   {
@@ -439,10 +339,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (3)"
   },
   {
@@ -452,10 +348,6 @@
       "-A"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git add (2)"
   },
   {
@@ -466,10 +358,6 @@
       "example change 4"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (4)"
   },
   {
@@ -482,10 +370,6 @@
       "foo <bar@example.com>"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (5)"
   },
   {
@@ -495,10 +379,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -509,10 +389,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff (2)"
   },
   {
@@ -522,10 +398,6 @@
       "[TMP_BASE]/git.patch"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git apply"
   },
   {
@@ -537,10 +409,6 @@
       "HEAD:refs/for/master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push"
   },
   {
@@ -553,10 +421,6 @@
       "HEAD:refs/for/master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push (2)"
   },
   {
@@ -569,10 +433,6 @@
       "refs/tags/foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push (3)"
   },
   {
diff --git a/recipe_modules/git/examples/full.expected/basic_ref_cache.json b/recipe_modules/git/examples/full.expected/basic_ref_cache.json
index 7a9845f..1448e17 100644
--- a/recipe_modules/git/examples/full.expected/basic_ref_cache.json
+++ b/recipe_modules/git/examples/full.expected/basic_ref_cache.json
@@ -20,10 +20,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -35,10 +31,6 @@
       "https://fuchsia.googlesource.com/fuchsia.git"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -71,10 +63,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-fuchsia.git",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -88,10 +76,6 @@
       "https://fuchsia.googlesource.com/fuchsia.git"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-fuchsia.git",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -107,10 +91,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-fuchsia.git",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -125,10 +105,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-fuchsia.git",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -183,10 +159,6 @@
       "--recurse-submodules"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -197,10 +169,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -210,10 +178,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -225,10 +189,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -242,10 +202,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -261,10 +217,6 @@
       "--force"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -277,10 +229,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse (2)"
   },
   {
@@ -290,10 +238,6 @@
       "remote.origin.url"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git config"
   },
   {
@@ -305,10 +249,6 @@
       "--no-patch"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git show"
   },
   {
@@ -320,10 +260,6 @@
       "--no-patch"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git show (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@commit message@[foo] bar@@@",
@@ -341,10 +277,6 @@
       "--oneline"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git show (3)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@commit message@[foo] bar@@@",
@@ -363,10 +295,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff-tree",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@files@foo/bar/baz@@@",
@@ -385,10 +313,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff-tree (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@files@foo.bar@@@",
@@ -404,10 +328,6 @@
       "status"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git status"
   },
   {
@@ -417,10 +337,6 @@
       "origin/master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rebase"
   },
   {
@@ -433,10 +349,6 @@
       "foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe"
   },
   {
@@ -449,10 +361,6 @@
       "foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe (2)"
   },
   {
@@ -465,10 +373,6 @@
       "foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe (3)"
   },
   {
@@ -480,10 +384,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git ls-remote"
   },
   {
@@ -495,10 +395,6 @@
       "dummytag"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git ls-remote (2)"
   },
   {
@@ -527,10 +423,6 @@
       "[START_DIR]/fuchsia/time.txt"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git add"
   },
   {
@@ -541,10 +433,6 @@
       "example change 1"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -556,10 +444,6 @@
       "[START_DIR]/fuchsia/time.txt"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (2)"
   },
   {
@@ -571,10 +455,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (3)"
   },
   {
@@ -584,10 +464,6 @@
       "-A"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git add (2)"
   },
   {
@@ -598,10 +474,6 @@
       "example change 4"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (4)"
   },
   {
@@ -614,10 +486,6 @@
       "foo <bar@example.com>"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (5)"
   },
   {
@@ -627,10 +495,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -641,10 +505,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff (2)"
   },
   {
@@ -654,10 +514,6 @@
       "[TMP_BASE]/git.patch"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git apply"
   },
   {
@@ -669,10 +525,6 @@
       "HEAD:refs/for/master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push"
   },
   {
@@ -685,10 +537,6 @@
       "HEAD:refs/for/master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push (2)"
   },
   {
@@ -701,10 +549,6 @@
       "refs/tags/foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push (3)"
   },
   {
diff --git a/recipe_modules/git/examples/full.expected/snap.json b/recipe_modules/git/examples/full.expected/snap.json
index 1908966..314c922 100644
--- a/recipe_modules/git/examples/full.expected/snap.json
+++ b/recipe_modules/git/examples/full.expected/snap.json
@@ -20,10 +20,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -35,10 +31,6 @@
       "https://fuchsia.googlesource.com/fuchsia.git"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -51,10 +43,6 @@
       "--recurse-submodules"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -65,10 +53,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -78,10 +62,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -93,10 +73,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -110,10 +86,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -129,10 +101,6 @@
       "--force"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -145,10 +113,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse (2)"
   },
   {
@@ -158,10 +122,6 @@
       "remote.origin.url"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git config"
   },
   {
@@ -173,10 +133,6 @@
       "--no-patch"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git show"
   },
   {
@@ -188,10 +144,6 @@
       "--no-patch"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git show (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@commit message@[foo] bar@@@",
@@ -209,10 +161,6 @@
       "--oneline"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git show (3)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@commit message@[foo] bar@@@",
@@ -231,10 +179,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff-tree",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@files@foo/bar/baz@@@",
@@ -253,10 +197,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff-tree (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@files@foo.bar@@@",
@@ -272,10 +212,6 @@
       "status"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git status"
   },
   {
@@ -285,10 +221,6 @@
       "origin/master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rebase"
   },
   {
@@ -301,10 +233,6 @@
       "foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe"
   },
   {
@@ -317,10 +245,6 @@
       "foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe (2)"
   },
   {
@@ -333,10 +257,6 @@
       "foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe (3)"
   },
   {
@@ -348,10 +268,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git ls-remote"
   },
   {
@@ -363,10 +279,6 @@
       "dummytag"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git ls-remote (2)"
   },
   {
@@ -395,10 +307,6 @@
       "[START_DIR]/fuchsia/time.txt"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git add"
   },
   {
@@ -409,10 +317,6 @@
       "example change 1"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -424,10 +328,6 @@
       "[START_DIR]/fuchsia/time.txt"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (2)"
   },
   {
@@ -439,10 +339,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (3)"
   },
   {
@@ -452,10 +348,6 @@
       "-A"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git add (2)"
   },
   {
@@ -466,10 +358,6 @@
       "example change 4"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (4)"
   },
   {
@@ -482,10 +370,6 @@
       "foo <bar@example.com>"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (5)"
   },
   {
@@ -495,10 +379,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -509,10 +389,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff (2)"
   },
   {
@@ -522,10 +398,6 @@
       "[TMP_BASE]/git.patch"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git apply"
   },
   {
@@ -537,10 +409,6 @@
       "HEAD:refs/for/master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push"
   },
   {
@@ -553,10 +421,6 @@
       "HEAD:refs/for/master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push (2)"
   },
   {
@@ -569,10 +433,6 @@
       "refs/tags/foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push (3)"
   },
   {
@@ -604,10 +464,6 @@
       "init"
     ],
     "cwd": "[CLEANUP]/tmp_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "snap branch.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -622,10 +478,6 @@
       "https://fuchsia.googlesource.com/fuchsia.git"
     ],
     "cwd": "[CLEANUP]/tmp_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "snap branch.git remote",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -664,10 +516,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-fuchsia.git",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "snap branch.cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -681,10 +529,6 @@
       "https://fuchsia.googlesource.com/fuchsia.git"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-fuchsia.git",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "snap branch.cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -700,10 +544,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-fuchsia.git",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "snap branch.cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -718,10 +558,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-fuchsia.git",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "snap branch.cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -775,10 +611,6 @@
       "snap_branch"
     ],
     "cwd": "[CLEANUP]/tmp_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "snap branch.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -792,10 +624,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[CLEANUP]/tmp_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "snap branch.git checkout",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -808,10 +636,6 @@
       "HEAD"
     ],
     "cwd": "[CLEANUP]/tmp_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "snap branch.git rev-parse",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -826,10 +650,6 @@
       "-x"
     ],
     "cwd": "[CLEANUP]/tmp_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "snap branch.git clean",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -849,10 +669,6 @@
       "sync"
     ],
     "cwd": "[CLEANUP]/tmp_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "snap branch.submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -866,10 +682,6 @@
       "--init"
     ],
     "cwd": "[CLEANUP]/tmp_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "snap branch.submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -882,10 +694,6 @@
       "HEAD"
     ],
     "cwd": "[CLEANUP]/tmp_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "snap branch.git rev-parse (2)",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -900,10 +708,6 @@
       "origin/snap_branch"
     ],
     "cwd": "[CLEANUP]/tmp_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "snap branch.git checkout (2)",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -917,10 +721,6 @@
       "5n4p"
     ],
     "cwd": "[CLEANUP]/tmp_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "snap branch.git reset",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -937,10 +737,6 @@
       "example snap"
     ],
     "cwd": "[CLEANUP]/tmp_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "snap branch.git merge",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -954,10 +750,6 @@
       "tmp_branch:refs/heads/snap_branch"
     ],
     "cwd": "[CLEANUP]/tmp_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "snap branch.git push",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipe_modules/git/examples/full.expected/snap_path.json b/recipe_modules/git/examples/full.expected/snap_path.json
index 553ed35..445c511 100644
--- a/recipe_modules/git/examples/full.expected/snap_path.json
+++ b/recipe_modules/git/examples/full.expected/snap_path.json
@@ -20,10 +20,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -35,10 +31,6 @@
       "https://fuchsia.googlesource.com/fuchsia.git"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -51,10 +43,6 @@
       "--recurse-submodules"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -65,10 +53,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -78,10 +62,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -93,10 +73,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -110,10 +86,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -129,10 +101,6 @@
       "--force"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -145,10 +113,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse (2)"
   },
   {
@@ -158,10 +122,6 @@
       "remote.origin.url"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git config"
   },
   {
@@ -173,10 +133,6 @@
       "--no-patch"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git show"
   },
   {
@@ -188,10 +144,6 @@
       "--no-patch"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git show (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@commit message@[foo] bar@@@",
@@ -209,10 +161,6 @@
       "--oneline"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git show (3)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@commit message@[foo] bar@@@",
@@ -231,10 +179,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff-tree",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@files@foo/bar/baz@@@",
@@ -253,10 +197,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff-tree (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@files@foo.bar@@@",
@@ -272,10 +212,6 @@
       "status"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git status"
   },
   {
@@ -285,10 +221,6 @@
       "origin/master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rebase"
   },
   {
@@ -301,10 +233,6 @@
       "foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe"
   },
   {
@@ -317,10 +245,6 @@
       "foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe (2)"
   },
   {
@@ -333,10 +257,6 @@
       "foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe (3)"
   },
   {
@@ -348,10 +268,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git ls-remote"
   },
   {
@@ -363,10 +279,6 @@
       "dummytag"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git ls-remote (2)"
   },
   {
@@ -395,10 +307,6 @@
       "[START_DIR]/fuchsia/time.txt"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git add"
   },
   {
@@ -409,10 +317,6 @@
       "example change 1"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -424,10 +328,6 @@
       "[START_DIR]/fuchsia/time.txt"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (2)"
   },
   {
@@ -439,10 +339,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (3)"
   },
   {
@@ -452,10 +348,6 @@
       "-A"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git add (2)"
   },
   {
@@ -466,10 +358,6 @@
       "example change 4"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (4)"
   },
   {
@@ -482,10 +370,6 @@
       "foo <bar@example.com>"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (5)"
   },
   {
@@ -495,10 +379,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -509,10 +389,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff (2)"
   },
   {
@@ -522,10 +398,6 @@
       "[TMP_BASE]/git.patch"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git apply"
   },
   {
@@ -537,10 +409,6 @@
       "HEAD:refs/for/master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push"
   },
   {
@@ -553,10 +421,6 @@
       "HEAD:refs/for/master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push (2)"
   },
   {
@@ -569,10 +433,6 @@
       "refs/tags/foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push (3)"
   },
   {
@@ -604,10 +464,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/snap_workdir",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "snap branch.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -622,10 +478,6 @@
       "https://fuchsia.googlesource.com/fuchsia.git"
     ],
     "cwd": "[START_DIR]/snap_workdir",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "snap branch.git remote",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -664,10 +516,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-fuchsia.git",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "snap branch.cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -681,10 +529,6 @@
       "https://fuchsia.googlesource.com/fuchsia.git"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-fuchsia.git",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "snap branch.cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -700,10 +544,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-fuchsia.git",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "snap branch.cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -718,10 +558,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-fuchsia.git",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "snap branch.cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -775,10 +611,6 @@
       "snap_branch"
     ],
     "cwd": "[START_DIR]/snap_workdir",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "snap branch.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -792,10 +624,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/snap_workdir",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "snap branch.git checkout",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -808,10 +636,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/snap_workdir",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "snap branch.git rev-parse",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -826,10 +650,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/snap_workdir",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "snap branch.git clean",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -849,10 +669,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/snap_workdir",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "snap branch.submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -866,10 +682,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/snap_workdir",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "snap branch.submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -882,10 +694,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/snap_workdir",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "snap branch.git rev-parse (2)",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -900,10 +708,6 @@
       "origin/snap_branch"
     ],
     "cwd": "[START_DIR]/snap_workdir",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "snap branch.git checkout (2)",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -917,10 +721,6 @@
       "5n4p"
     ],
     "cwd": "[START_DIR]/snap_workdir",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "snap branch.git reset",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -937,10 +737,6 @@
       "example snap"
     ],
     "cwd": "[START_DIR]/snap_workdir",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "snap branch.git merge",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -954,10 +750,6 @@
       "tmp_branch:refs/heads/snap_branch"
     ],
     "cwd": "[START_DIR]/snap_workdir",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "snap branch.git push",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipe_modules/git/examples/full.expected/snap_to_same_ref.json b/recipe_modules/git/examples/full.expected/snap_to_same_ref.json
index 4c4c4c7..b0ece8a 100644
--- a/recipe_modules/git/examples/full.expected/snap_to_same_ref.json
+++ b/recipe_modules/git/examples/full.expected/snap_to_same_ref.json
@@ -20,10 +20,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -35,10 +31,6 @@
       "https://fuchsia.googlesource.com/fuchsia.git"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -51,10 +43,6 @@
       "--recurse-submodules"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -65,10 +53,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -78,10 +62,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -93,10 +73,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -110,10 +86,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -129,10 +101,6 @@
       "--force"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -145,10 +113,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse (2)"
   },
   {
@@ -158,10 +122,6 @@
       "remote.origin.url"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git config"
   },
   {
@@ -173,10 +133,6 @@
       "--no-patch"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git show"
   },
   {
@@ -188,10 +144,6 @@
       "--no-patch"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git show (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@commit message@[foo] bar@@@",
@@ -209,10 +161,6 @@
       "--oneline"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git show (3)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@commit message@[foo] bar@@@",
@@ -231,10 +179,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff-tree",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@files@foo/bar/baz@@@",
@@ -253,10 +197,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff-tree (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@files@foo.bar@@@",
@@ -272,10 +212,6 @@
       "status"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git status"
   },
   {
@@ -285,10 +221,6 @@
       "origin/master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rebase"
   },
   {
@@ -301,10 +233,6 @@
       "foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe"
   },
   {
@@ -317,10 +245,6 @@
       "foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe (2)"
   },
   {
@@ -333,10 +257,6 @@
       "foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe (3)"
   },
   {
@@ -348,10 +268,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git ls-remote"
   },
   {
@@ -363,10 +279,6 @@
       "dummytag"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git ls-remote (2)"
   },
   {
@@ -395,10 +307,6 @@
       "[START_DIR]/fuchsia/time.txt"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git add"
   },
   {
@@ -409,10 +317,6 @@
       "example change 1"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -424,10 +328,6 @@
       "[START_DIR]/fuchsia/time.txt"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (2)"
   },
   {
@@ -439,10 +339,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (3)"
   },
   {
@@ -452,10 +348,6 @@
       "-A"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git add (2)"
   },
   {
@@ -466,10 +358,6 @@
       "example change 4"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (4)"
   },
   {
@@ -482,10 +370,6 @@
       "foo <bar@example.com>"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit (5)"
   },
   {
@@ -495,10 +379,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -509,10 +389,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff (2)"
   },
   {
@@ -522,10 +398,6 @@
       "[TMP_BASE]/git.patch"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git apply"
   },
   {
@@ -537,10 +409,6 @@
       "HEAD:refs/for/master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push"
   },
   {
@@ -553,10 +421,6 @@
       "HEAD:refs/for/master"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push (2)"
   },
   {
@@ -569,10 +433,6 @@
       "refs/tags/foo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push (3)"
   },
   {
@@ -604,10 +464,6 @@
       "init"
     ],
     "cwd": "[CLEANUP]/tmp_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "snap branch.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -622,10 +478,6 @@
       "https://fuchsia.googlesource.com/fuchsia.git"
     ],
     "cwd": "[CLEANUP]/tmp_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "snap branch.git remote",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -664,10 +516,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-fuchsia.git",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "snap branch.cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -681,10 +529,6 @@
       "https://fuchsia.googlesource.com/fuchsia.git"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-fuchsia.git",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "snap branch.cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -700,10 +544,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-fuchsia.git",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "snap branch.cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -718,10 +558,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-fuchsia.git",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "snap branch.cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -775,10 +611,6 @@
       "snap_branch"
     ],
     "cwd": "[CLEANUP]/tmp_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "snap branch.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -792,10 +624,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[CLEANUP]/tmp_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "snap branch.git checkout",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -808,10 +636,6 @@
       "HEAD"
     ],
     "cwd": "[CLEANUP]/tmp_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "snap branch.git rev-parse",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -826,10 +650,6 @@
       "-x"
     ],
     "cwd": "[CLEANUP]/tmp_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "snap branch.git clean",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -849,10 +669,6 @@
       "sync"
     ],
     "cwd": "[CLEANUP]/tmp_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "snap branch.submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -866,10 +682,6 @@
       "--init"
     ],
     "cwd": "[CLEANUP]/tmp_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "snap branch.submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -882,10 +694,6 @@
       "HEAD"
     ],
     "cwd": "[CLEANUP]/tmp_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "snap branch.git rev-parse (2)",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipe_modules/jiri/api.py b/recipe_modules/jiri/api.py
index 3514f59..9d4ee93 100644
--- a/recipe_modules/jiri/api.py
+++ b/recipe_modules/jiri/api.py
@@ -37,15 +37,7 @@
 
         name = kwargs.pop("name", "jiri " + subcommand)
 
-        # If a Git HTTP request is constantly below GIT_HTTP_LOW_SPEED_LIMIT
-        # bytes/second for GIT_HTTP_LOW_SPEED_TIME seconds then such request will be
-        # aborted. Otherwise, it would wait for global timeout to be reached.
-        env = {
-            "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",  # in bytes/second
-            "GIT_HTTP_LOW_SPEED_TIME": "60",  # in seconds
-        }
-        with self.m.context(env=env):
-            return self.m.step(name, full_cmd, **kwargs)
+        return self.m.step(name, full_cmd, **kwargs)
 
     @property
     def _jiri_executable(self):
diff --git a/recipe_modules/jiri/examples/full.expected/basic_ci.json b/recipe_modules/jiri/examples/full.expected/basic_ci.json
index 6f37856..6eeefc5 100644
--- a/recipe_modules/jiri/examples/full.expected/basic_ci.json
+++ b/recipe_modules/jiri/examples/full.expected/basic_ci.json
@@ -66,10 +66,6 @@
       "-fetch-optional=a,b",
       "dir"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri init"
   },
   {
@@ -87,10 +83,6 @@
       "minimal",
       "https://fuchsia.googlesource.com"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri import"
   },
   {
@@ -108,10 +100,6 @@
       "minimal",
       "https://fuchsia.googlesource.com"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri import (2)"
   },
   {
@@ -128,10 +116,6 @@
       "-override-optional=true",
       "snapshot"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri update",
     "timeout": 600
   },
@@ -156,10 +140,6 @@
       "e=z1R_-lysycEAb35RDsLgM0YfqCwIT4zvu5_lCVPV37gC",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri edit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@{@@@",
@@ -218,10 +198,6 @@
       "[CLEANUP]",
       "topaz/topaz"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri resolve",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@output@@@@",
@@ -245,10 +221,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "read_manifest_test/project.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -281,10 +253,6 @@
       "\n      {\n        \"manifest\": \"{{.Manifest}}\",\n        \"name\": \"{{.Name}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"revision\": \"{{.Revision}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"root\": \"{{.Root}}\"\n      }\n      ",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "read_manifest_test/import.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -317,10 +285,6 @@
       "\n      {\n        \"name\": \"{{.Name}}\",\n        \"version\": \"{{.Version}}\",\n        \"path\": \"{{.Path}}\",\n        \"internal\": \"{{.Internal}}\",\n        \"attributes\": \"{{.Attributes}}\"\n      }\n      ",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "read_manifest_test/package.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -348,10 +312,6 @@
       "-rebase-tracked",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri update (2)"
   },
   {
@@ -364,10 +324,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri run-hooks"
   },
   {
@@ -382,10 +338,6 @@
       "-rebase-tracked",
       "-fetch-packages=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri update (3)"
   },
   {
@@ -398,10 +350,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri fetch-packages"
   },
   {
@@ -413,10 +361,6 @@
       "-j=16",
       "/path/to/tmp/"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri snapshot"
   },
   {
@@ -428,10 +372,6 @@
       "-j=16",
       "[CLEANUP]/tmp_tmp_1"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri snapshot (2)"
   },
   {
@@ -443,10 +383,6 @@
       "-j=16",
       "[CLEANUP]/tmp_tmp_2"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri snapshot (3)"
   },
   {
@@ -461,10 +397,6 @@
       "[CLEANUP]/tmp_tmp_1",
       "[CLEANUP]/tmp_tmp_2"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri diff"
   },
   {
@@ -476,10 +408,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output[source manifest]@{@@@",
@@ -506,10 +434,6 @@
       "/path/to/tmp/json",
       "test"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri project",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
@@ -540,10 +464,6 @@
       "-list-remote-projects",
       "remote-test-project"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri project (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
@@ -574,10 +494,6 @@
       "/path/to/tmp/json",
       "test/package"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri package",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
@@ -606,10 +522,6 @@
       "-force=true",
       "refs/changes/1/2/3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri patch"
   },
   {
diff --git a/recipe_modules/jiri/examples/full.expected/basic_ci_mac.json b/recipe_modules/jiri/examples/full.expected/basic_ci_mac.json
index dcc5144..1139d2d 100644
--- a/recipe_modules/jiri/examples/full.expected/basic_ci_mac.json
+++ b/recipe_modules/jiri/examples/full.expected/basic_ci_mac.json
@@ -66,10 +66,6 @@
       "-fetch-optional=a,b",
       "dir"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri init"
   },
   {
@@ -87,10 +83,6 @@
       "minimal",
       "https://fuchsia.googlesource.com"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri import"
   },
   {
@@ -108,10 +100,6 @@
       "minimal",
       "https://fuchsia.googlesource.com"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri import (2)"
   },
   {
@@ -128,10 +116,6 @@
       "-override-optional=true",
       "snapshot"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri update",
     "timeout": 1200
   },
@@ -156,10 +140,6 @@
       "e=z1R_-lysycEAb35RDsLgM0YfqCwIT4zvu5_lCVPV37gC",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri edit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@{@@@",
@@ -218,10 +198,6 @@
       "[CLEANUP]",
       "topaz/topaz"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri resolve",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@output@@@@",
@@ -245,10 +221,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "read_manifest_test/project.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -281,10 +253,6 @@
       "\n      {\n        \"manifest\": \"{{.Manifest}}\",\n        \"name\": \"{{.Name}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"revision\": \"{{.Revision}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"root\": \"{{.Root}}\"\n      }\n      ",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "read_manifest_test/import.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -317,10 +285,6 @@
       "\n      {\n        \"name\": \"{{.Name}}\",\n        \"version\": \"{{.Version}}\",\n        \"path\": \"{{.Path}}\",\n        \"internal\": \"{{.Internal}}\",\n        \"attributes\": \"{{.Attributes}}\"\n      }\n      ",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "read_manifest_test/package.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -348,10 +312,6 @@
       "-rebase-tracked",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri update (2)"
   },
   {
@@ -364,10 +324,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri run-hooks"
   },
   {
@@ -382,10 +338,6 @@
       "-rebase-tracked",
       "-fetch-packages=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri update (3)"
   },
   {
@@ -398,10 +350,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri fetch-packages"
   },
   {
@@ -413,10 +361,6 @@
       "-j=16",
       "/path/to/tmp/"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri snapshot"
   },
   {
@@ -428,10 +372,6 @@
       "-j=16",
       "[CLEANUP]/tmp_tmp_1"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri snapshot (2)"
   },
   {
@@ -443,10 +383,6 @@
       "-j=16",
       "[CLEANUP]/tmp_tmp_2"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri snapshot (3)"
   },
   {
@@ -461,10 +397,6 @@
       "[CLEANUP]/tmp_tmp_1",
       "[CLEANUP]/tmp_tmp_2"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri diff"
   },
   {
@@ -476,10 +408,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output[source manifest]@{@@@",
@@ -506,10 +434,6 @@
       "/path/to/tmp/json",
       "test"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri project",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
@@ -540,10 +464,6 @@
       "-list-remote-projects",
       "remote-test-project"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri project (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
@@ -574,10 +494,6 @@
       "/path/to/tmp/json",
       "test/package"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri package",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
@@ -606,10 +522,6 @@
       "-force=true",
       "refs/changes/1/2/3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri patch"
   },
   {
diff --git a/recipe_modules/jiri/examples/full.expected/basic_ci_partial_checkout.json b/recipe_modules/jiri/examples/full.expected/basic_ci_partial_checkout.json
index 43179de..e230579 100644
--- a/recipe_modules/jiri/examples/full.expected/basic_ci_partial_checkout.json
+++ b/recipe_modules/jiri/examples/full.expected/basic_ci_partial_checkout.json
@@ -67,10 +67,6 @@
       "-fetch-optional=a,b",
       "dir"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri init"
   },
   {
@@ -88,10 +84,6 @@
       "minimal",
       "https://fuchsia.googlesource.com"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri import"
   },
   {
@@ -109,10 +101,6 @@
       "minimal",
       "https://fuchsia.googlesource.com"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri import (2)"
   },
   {
@@ -129,10 +117,6 @@
       "-override-optional=true",
       "snapshot"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri update",
     "timeout": 600
   },
@@ -157,10 +141,6 @@
       "e=z1R_-lysycEAb35RDsLgM0YfqCwIT4zvu5_lCVPV37gC",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri edit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@{@@@",
@@ -219,10 +199,6 @@
       "[CLEANUP]",
       "topaz/topaz"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri resolve",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@output@@@@",
@@ -246,10 +222,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "read_manifest_test/project.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -282,10 +254,6 @@
       "\n      {\n        \"manifest\": \"{{.Manifest}}\",\n        \"name\": \"{{.Name}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"revision\": \"{{.Revision}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"root\": \"{{.Root}}\"\n      }\n      ",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "read_manifest_test/import.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -318,10 +286,6 @@
       "\n      {\n        \"name\": \"{{.Name}}\",\n        \"version\": \"{{.Version}}\",\n        \"path\": \"{{.Path}}\",\n        \"internal\": \"{{.Internal}}\",\n        \"attributes\": \"{{.Attributes}}\"\n      }\n      ",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "read_manifest_test/package.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -349,10 +313,6 @@
       "-rebase-tracked",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri update (2)"
   },
   {
@@ -365,10 +325,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri run-hooks"
   },
   {
@@ -383,10 +339,6 @@
       "-rebase-tracked",
       "-fetch-packages=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri update (3)"
   },
   {
@@ -399,10 +351,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri fetch-packages"
   },
   {
@@ -414,10 +362,6 @@
       "-j=16",
       "/path/to/tmp/"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri snapshot"
   },
   {
@@ -429,10 +373,6 @@
       "-j=16",
       "[CLEANUP]/tmp_tmp_1"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri snapshot (2)"
   },
   {
@@ -444,10 +384,6 @@
       "-j=16",
       "[CLEANUP]/tmp_tmp_2"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri snapshot (3)"
   },
   {
@@ -462,10 +398,6 @@
       "[CLEANUP]/tmp_tmp_1",
       "[CLEANUP]/tmp_tmp_2"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri diff"
   },
   {
@@ -477,10 +409,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output[source manifest]@{@@@",
@@ -507,10 +435,6 @@
       "/path/to/tmp/json",
       "test"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri project",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
@@ -541,10 +465,6 @@
       "-list-remote-projects",
       "remote-test-project"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri project (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
@@ -575,10 +495,6 @@
       "/path/to/tmp/json",
       "test/package"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri package",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
@@ -607,10 +523,6 @@
       "-force=true",
       "refs/changes/1/2/3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri patch"
   },
   {
diff --git a/recipe_modules/jiri/examples/full.expected/ci_with_override.json b/recipe_modules/jiri/examples/full.expected/ci_with_override.json
index 331ba47..22c3b8c 100644
--- a/recipe_modules/jiri/examples/full.expected/ci_with_override.json
+++ b/recipe_modules/jiri/examples/full.expected/ci_with_override.json
@@ -66,10 +66,6 @@
       "-fetch-optional=a,b",
       "dir"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri init"
   },
   {
@@ -87,10 +83,6 @@
       "minimal",
       "https://fuchsia.googlesource.com"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri import"
   },
   {
@@ -108,10 +100,6 @@
       "minimal",
       "https://fuchsia.googlesource.com"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri import (2)"
   },
   {
@@ -126,10 +114,6 @@
       "garnet",
       "https://fuchsia.googlesource.com/garnet"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri override"
   },
   {
@@ -146,10 +130,6 @@
       "-override-optional=true",
       "snapshot"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri update",
     "timeout": 600
   },
@@ -174,10 +154,6 @@
       "e=z1R_-lysycEAb35RDsLgM0YfqCwIT4zvu5_lCVPV37gC",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri edit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@{@@@",
@@ -236,10 +212,6 @@
       "[CLEANUP]",
       "topaz/topaz"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri resolve",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@output@@@@",
@@ -263,10 +235,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "read_manifest_test/project.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -299,10 +267,6 @@
       "\n      {\n        \"manifest\": \"{{.Manifest}}\",\n        \"name\": \"{{.Name}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"revision\": \"{{.Revision}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"root\": \"{{.Root}}\"\n      }\n      ",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "read_manifest_test/import.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -335,10 +299,6 @@
       "\n      {\n        \"name\": \"{{.Name}}\",\n        \"version\": \"{{.Version}}\",\n        \"path\": \"{{.Path}}\",\n        \"internal\": \"{{.Internal}}\",\n        \"attributes\": \"{{.Attributes}}\"\n      }\n      ",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "read_manifest_test/package.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -366,10 +326,6 @@
       "-rebase-tracked",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri update (2)"
   },
   {
@@ -382,10 +338,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri run-hooks"
   },
   {
@@ -400,10 +352,6 @@
       "-rebase-tracked",
       "-fetch-packages=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri update (3)"
   },
   {
@@ -416,10 +364,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri fetch-packages"
   },
   {
@@ -431,10 +375,6 @@
       "-j=16",
       "/path/to/tmp/"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri snapshot"
   },
   {
@@ -446,10 +386,6 @@
       "-j=16",
       "[CLEANUP]/tmp_tmp_1"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri snapshot (2)"
   },
   {
@@ -461,10 +397,6 @@
       "-j=16",
       "[CLEANUP]/tmp_tmp_2"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri snapshot (3)"
   },
   {
@@ -479,10 +411,6 @@
       "[CLEANUP]/tmp_tmp_1",
       "[CLEANUP]/tmp_tmp_2"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri diff"
   },
   {
@@ -494,10 +422,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output[source manifest]@{@@@",
@@ -524,10 +448,6 @@
       "/path/to/tmp/json",
       "test"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri project",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
@@ -558,10 +478,6 @@
       "-list-remote-projects",
       "remote-test-project"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri project (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
@@ -592,10 +508,6 @@
       "/path/to/tmp/json",
       "test/package"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri package",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
@@ -624,10 +536,6 @@
       "-force=true",
       "refs/changes/1/2/3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri patch"
   },
   {
diff --git a/recipe_modules/jiri/examples/full.expected/example_resolve_no_platform.json b/recipe_modules/jiri/examples/full.expected/example_resolve_no_platform.json
index 245777a..d251437 100644
--- a/recipe_modules/jiri/examples/full.expected/example_resolve_no_platform.json
+++ b/recipe_modules/jiri/examples/full.expected/example_resolve_no_platform.json
@@ -66,10 +66,6 @@
       "-fetch-optional=a,b",
       "dir"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri init"
   },
   {
@@ -87,10 +83,6 @@
       "minimal",
       "https://fuchsia.googlesource.com"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri import"
   },
   {
@@ -108,10 +100,6 @@
       "minimal",
       "https://fuchsia.googlesource.com"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri import (2)"
   },
   {
@@ -128,10 +116,6 @@
       "-override-optional=true",
       "snapshot"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri update",
     "timeout": 600
   },
@@ -156,10 +140,6 @@
       "e=z1R_-lysycEAb35RDsLgM0YfqCwIT4zvu5_lCVPV37gC",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri edit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@{@@@",
@@ -218,10 +198,6 @@
       "[CLEANUP]",
       "topaz/topaz"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri resolve",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@output@@Subdir public/package@@@",
@@ -246,10 +222,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "read_manifest_test/project.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -282,10 +254,6 @@
       "\n      {\n        \"manifest\": \"{{.Manifest}}\",\n        \"name\": \"{{.Name}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"revision\": \"{{.Revision}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"root\": \"{{.Root}}\"\n      }\n      ",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "read_manifest_test/import.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -318,10 +286,6 @@
       "\n      {\n        \"name\": \"{{.Name}}\",\n        \"version\": \"{{.Version}}\",\n        \"path\": \"{{.Path}}\",\n        \"internal\": \"{{.Internal}}\",\n        \"attributes\": \"{{.Attributes}}\"\n      }\n      ",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "read_manifest_test/package.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -349,10 +313,6 @@
       "-rebase-tracked",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri update (2)"
   },
   {
@@ -365,10 +325,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri run-hooks"
   },
   {
@@ -383,10 +339,6 @@
       "-rebase-tracked",
       "-fetch-packages=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri update (3)"
   },
   {
@@ -399,10 +351,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri fetch-packages"
   },
   {
@@ -414,10 +362,6 @@
       "-j=16",
       "/path/to/tmp/"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri snapshot"
   },
   {
@@ -429,10 +373,6 @@
       "-j=16",
       "[CLEANUP]/tmp_tmp_1"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri snapshot (2)"
   },
   {
@@ -444,10 +384,6 @@
       "-j=16",
       "[CLEANUP]/tmp_tmp_2"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri snapshot (3)"
   },
   {
@@ -462,10 +398,6 @@
       "[CLEANUP]/tmp_tmp_1",
       "[CLEANUP]/tmp_tmp_2"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri diff"
   },
   {
@@ -477,10 +409,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output[source manifest]@{@@@",
@@ -507,10 +435,6 @@
       "/path/to/tmp/json",
       "test"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri project",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
@@ -541,10 +465,6 @@
       "-list-remote-projects",
       "remote-test-project"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri project (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
@@ -575,10 +495,6 @@
       "/path/to/tmp/json",
       "test/package"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri package",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
@@ -607,10 +523,6 @@
       "-force=true",
       "refs/changes/1/2/3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri patch"
   },
   {
diff --git a/recipe_modules/jiri/examples/full.expected/example_resolve_with_platform.json b/recipe_modules/jiri/examples/full.expected/example_resolve_with_platform.json
index 8c2679f..b79c569 100644
--- a/recipe_modules/jiri/examples/full.expected/example_resolve_with_platform.json
+++ b/recipe_modules/jiri/examples/full.expected/example_resolve_with_platform.json
@@ -66,10 +66,6 @@
       "-fetch-optional=a,b",
       "dir"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri init"
   },
   {
@@ -87,10 +83,6 @@
       "minimal",
       "https://fuchsia.googlesource.com"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri import"
   },
   {
@@ -108,10 +100,6 @@
       "minimal",
       "https://fuchsia.googlesource.com"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri import (2)"
   },
   {
@@ -128,10 +116,6 @@
       "-override-optional=true",
       "snapshot"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri update",
     "timeout": 600
   },
@@ -156,10 +140,6 @@
       "e=z1R_-lysycEAb35RDsLgM0YfqCwIT4zvu5_lCVPV37gC",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri edit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@{@@@",
@@ -218,10 +198,6 @@
       "[CLEANUP]",
       "topaz/topaz"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri resolve",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@output@@Subdir public/package/${platform}@@@",
@@ -246,10 +222,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "read_manifest_test/project.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -282,10 +254,6 @@
       "\n      {\n        \"manifest\": \"{{.Manifest}}\",\n        \"name\": \"{{.Name}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"revision\": \"{{.Revision}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"root\": \"{{.Root}}\"\n      }\n      ",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "read_manifest_test/import.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -318,10 +286,6 @@
       "\n      {\n        \"name\": \"{{.Name}}\",\n        \"version\": \"{{.Version}}\",\n        \"path\": \"{{.Path}}\",\n        \"internal\": \"{{.Internal}}\",\n        \"attributes\": \"{{.Attributes}}\"\n      }\n      ",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "read_manifest_test/package.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -349,10 +313,6 @@
       "-rebase-tracked",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri update (2)"
   },
   {
@@ -365,10 +325,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri run-hooks"
   },
   {
@@ -383,10 +339,6 @@
       "-rebase-tracked",
       "-fetch-packages=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri update (3)"
   },
   {
@@ -399,10 +351,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri fetch-packages"
   },
   {
@@ -414,10 +362,6 @@
       "-j=16",
       "/path/to/tmp/"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri snapshot"
   },
   {
@@ -429,10 +373,6 @@
       "-j=16",
       "[CLEANUP]/tmp_tmp_1"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri snapshot (2)"
   },
   {
@@ -444,10 +384,6 @@
       "-j=16",
       "[CLEANUP]/tmp_tmp_2"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri snapshot (3)"
   },
   {
@@ -462,10 +398,6 @@
       "[CLEANUP]/tmp_tmp_1",
       "[CLEANUP]/tmp_tmp_2"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri diff"
   },
   {
@@ -477,10 +409,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output[source manifest]@{@@@",
@@ -507,10 +435,6 @@
       "/path/to/tmp/json",
       "test"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri project",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
@@ -541,10 +465,6 @@
       "-list-remote-projects",
       "remote-test-project"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri project (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
@@ -575,10 +495,6 @@
       "/path/to/tmp/json",
       "test/package"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri package",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
@@ -607,10 +523,6 @@
       "-force=true",
       "refs/changes/1/2/3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri patch"
   },
   {
diff --git a/recipe_modules/jiri/examples/full.expected/missing_manifest_project_data.json b/recipe_modules/jiri/examples/full.expected/missing_manifest_project_data.json
index 707e3ba..f8a1c2f 100644
--- a/recipe_modules/jiri/examples/full.expected/missing_manifest_project_data.json
+++ b/recipe_modules/jiri/examples/full.expected/missing_manifest_project_data.json
@@ -66,10 +66,6 @@
       "-fetch-optional=a,b",
       "dir"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri init"
   },
   {
@@ -87,10 +83,6 @@
       "minimal",
       "https://fuchsia.googlesource.com"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri import"
   },
   {
@@ -108,10 +100,6 @@
       "minimal",
       "https://fuchsia.googlesource.com"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri import (2)"
   },
   {
@@ -128,10 +116,6 @@
       "-override-optional=true",
       "snapshot"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri update",
     "timeout": 600
   },
@@ -156,10 +140,6 @@
       "e=z1R_-lysycEAb35RDsLgM0YfqCwIT4zvu5_lCVPV37gC",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri edit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@{@@@",
@@ -218,10 +198,6 @@
       "[CLEANUP]",
       "topaz/topaz"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri resolve",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@output@@@@",
@@ -245,10 +221,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "read_manifest_test/project.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -273,10 +245,6 @@
       "\n      {\n        \"manifest\": \"{{.Manifest}}\",\n        \"name\": \"{{.Name}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"revision\": \"{{.Revision}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"root\": \"{{.Root}}\"\n      }\n      ",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "read_manifest_test/import.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -301,10 +269,6 @@
       "\n      {\n        \"name\": \"{{.Name}}\",\n        \"version\": \"{{.Version}}\",\n        \"path\": \"{{.Path}}\",\n        \"internal\": \"{{.Internal}}\",\n        \"attributes\": \"{{.Attributes}}\"\n      }\n      ",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "read_manifest_test/package.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -324,10 +288,6 @@
       "-rebase-tracked",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri update (2)"
   },
   {
@@ -340,10 +300,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri run-hooks"
   },
   {
@@ -358,10 +314,6 @@
       "-rebase-tracked",
       "-fetch-packages=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri update (3)"
   },
   {
@@ -374,10 +326,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri fetch-packages"
   },
   {
@@ -389,10 +337,6 @@
       "-j=16",
       "/path/to/tmp/"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri snapshot"
   },
   {
@@ -404,10 +348,6 @@
       "-j=16",
       "[CLEANUP]/tmp_tmp_1"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri snapshot (2)"
   },
   {
@@ -419,10 +359,6 @@
       "-j=16",
       "[CLEANUP]/tmp_tmp_2"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri snapshot (3)"
   },
   {
@@ -437,10 +373,6 @@
       "[CLEANUP]/tmp_tmp_1",
       "[CLEANUP]/tmp_tmp_2"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri diff"
   },
   {
@@ -452,10 +384,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output[source manifest]@{@@@",
@@ -482,10 +410,6 @@
       "/path/to/tmp/json",
       "test"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri project",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
@@ -516,10 +440,6 @@
       "-list-remote-projects",
       "remote-test-project"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri project (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
@@ -550,10 +470,6 @@
       "/path/to/tmp/json",
       "test/package"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri package",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
@@ -582,10 +498,6 @@
       "-force=true",
       "refs/changes/1/2/3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri patch"
   },
   {
diff --git a/recipe_modules/jiri/examples/full.expected/patch_error.json b/recipe_modules/jiri/examples/full.expected/patch_error.json
index 3858030..6062957 100644
--- a/recipe_modules/jiri/examples/full.expected/patch_error.json
+++ b/recipe_modules/jiri/examples/full.expected/patch_error.json
@@ -66,10 +66,6 @@
       "-fetch-optional=a,b",
       "dir"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri init"
   },
   {
@@ -87,10 +83,6 @@
       "minimal",
       "https://fuchsia.googlesource.com"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri import"
   },
   {
@@ -108,10 +100,6 @@
       "minimal",
       "https://fuchsia.googlesource.com"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri import (2)"
   },
   {
@@ -128,10 +116,6 @@
       "-override-optional=true",
       "snapshot"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri update",
     "timeout": 600
   },
@@ -156,10 +140,6 @@
       "e=z1R_-lysycEAb35RDsLgM0YfqCwIT4zvu5_lCVPV37gC",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri edit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@{@@@",
@@ -218,10 +198,6 @@
       "[CLEANUP]",
       "topaz/topaz"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri resolve",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@output@@@@",
@@ -245,10 +221,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "read_manifest_test/project.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -281,10 +253,6 @@
       "\n      {\n        \"manifest\": \"{{.Manifest}}\",\n        \"name\": \"{{.Name}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"revision\": \"{{.Revision}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"root\": \"{{.Root}}\"\n      }\n      ",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "read_manifest_test/import.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -317,10 +285,6 @@
       "\n      {\n        \"name\": \"{{.Name}}\",\n        \"version\": \"{{.Version}}\",\n        \"path\": \"{{.Path}}\",\n        \"internal\": \"{{.Internal}}\",\n        \"attributes\": \"{{.Attributes}}\"\n      }\n      ",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "read_manifest_test/package.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -348,10 +312,6 @@
       "-rebase-tracked",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri update (2)"
   },
   {
@@ -364,10 +324,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri run-hooks"
   },
   {
@@ -382,10 +338,6 @@
       "-rebase-tracked",
       "-fetch-packages=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri update (3)"
   },
   {
@@ -398,10 +350,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri fetch-packages"
   },
   {
@@ -413,10 +361,6 @@
       "-j=16",
       "/path/to/tmp/"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri snapshot"
   },
   {
@@ -428,10 +372,6 @@
       "-j=16",
       "[CLEANUP]/tmp_tmp_1"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri snapshot (2)"
   },
   {
@@ -443,10 +383,6 @@
       "-j=16",
       "[CLEANUP]/tmp_tmp_2"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri snapshot (3)"
   },
   {
@@ -461,10 +397,6 @@
       "[CLEANUP]/tmp_tmp_1",
       "[CLEANUP]/tmp_tmp_2"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri diff"
   },
   {
@@ -476,10 +408,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output[source manifest]@{@@@",
@@ -506,10 +434,6 @@
       "/path/to/tmp/json",
       "test"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri project",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
@@ -540,10 +464,6 @@
       "-list-remote-projects",
       "remote-test-project"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri project (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
@@ -574,10 +494,6 @@
       "/path/to/tmp/json",
       "test/package"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri package",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
@@ -606,10 +522,6 @@
       "-force=true",
       "refs/changes/1/2/3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri patch",
     "~followup_annotations": [
       "@@@STEP_FAILURE@@@"
diff --git a/recipe_modules/jiri/examples/full.expected/patch_rebase_error.json b/recipe_modules/jiri/examples/full.expected/patch_rebase_error.json
index fb81a9e..5f503fd 100644
--- a/recipe_modules/jiri/examples/full.expected/patch_rebase_error.json
+++ b/recipe_modules/jiri/examples/full.expected/patch_rebase_error.json
@@ -66,10 +66,6 @@
       "-fetch-optional=a,b",
       "dir"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri init"
   },
   {
@@ -87,10 +83,6 @@
       "minimal",
       "https://fuchsia.googlesource.com"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri import"
   },
   {
@@ -108,10 +100,6 @@
       "minimal",
       "https://fuchsia.googlesource.com"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri import (2)"
   },
   {
@@ -128,10 +116,6 @@
       "-override-optional=true",
       "snapshot"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri update",
     "timeout": 600
   },
@@ -156,10 +140,6 @@
       "e=z1R_-lysycEAb35RDsLgM0YfqCwIT4zvu5_lCVPV37gC",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri edit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@{@@@",
@@ -218,10 +198,6 @@
       "[CLEANUP]",
       "topaz/topaz"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri resolve",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@output@@@@",
@@ -245,10 +221,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "read_manifest_test/project.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -281,10 +253,6 @@
       "\n      {\n        \"manifest\": \"{{.Manifest}}\",\n        \"name\": \"{{.Name}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"revision\": \"{{.Revision}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"root\": \"{{.Root}}\"\n      }\n      ",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "read_manifest_test/import.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -317,10 +285,6 @@
       "\n      {\n        \"name\": \"{{.Name}}\",\n        \"version\": \"{{.Version}}\",\n        \"path\": \"{{.Path}}\",\n        \"internal\": \"{{.Internal}}\",\n        \"attributes\": \"{{.Attributes}}\"\n      }\n      ",
       "minimal"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "read_manifest_test/package.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -348,10 +312,6 @@
       "-rebase-tracked",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri update (2)"
   },
   {
@@ -364,10 +324,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri run-hooks"
   },
   {
@@ -382,10 +338,6 @@
       "-rebase-tracked",
       "-fetch-packages=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri update (3)"
   },
   {
@@ -398,10 +350,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri fetch-packages"
   },
   {
@@ -413,10 +361,6 @@
       "-j=16",
       "/path/to/tmp/"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri snapshot"
   },
   {
@@ -428,10 +372,6 @@
       "-j=16",
       "[CLEANUP]/tmp_tmp_1"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri snapshot (2)"
   },
   {
@@ -443,10 +383,6 @@
       "-j=16",
       "[CLEANUP]/tmp_tmp_2"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri snapshot (3)"
   },
   {
@@ -461,10 +397,6 @@
       "[CLEANUP]/tmp_tmp_1",
       "[CLEANUP]/tmp_tmp_2"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri diff"
   },
   {
@@ -476,10 +408,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output[source manifest]@{@@@",
@@ -506,10 +434,6 @@
       "/path/to/tmp/json",
       "test"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri project",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
@@ -540,10 +464,6 @@
       "-list-remote-projects",
       "remote-test-project"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri project (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
@@ -574,10 +494,6 @@
       "/path/to/tmp/json",
       "test/package"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri package",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
@@ -606,10 +522,6 @@
       "-force=true",
       "refs/changes/1/2/3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri patch"
   },
   {
diff --git a/recipe_modules/recipe_testing/examples/full.expected/fuchsia_recipe_unaffected.json b/recipe_modules/recipe_testing/examples/full.expected/fuchsia_recipe_unaffected.json
index 782a80a..41afde5 100644
--- a/recipe_modules/recipe_testing/examples/full.expected/fuchsia_recipe_unaffected.json
+++ b/recipe_modules/recipe_testing/examples/full.expected/fuchsia_recipe_unaffected.json
@@ -123,10 +123,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/recipe_path",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "get_affected_recipes.git diff-tree",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipe_modules/recipe_testing/examples/full.expected/no_build_old_build_ignored_build.json b/recipe_modules/recipe_testing/examples/full.expected/no_build_old_build_ignored_build.json
index 483019c..0938023 100644
--- a/recipe_modules/recipe_testing/examples/full.expected/no_build_old_build_ignored_build.json
+++ b/recipe_modules/recipe_testing/examples/full.expected/no_build_old_build_ignored_build.json
@@ -123,10 +123,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/recipe_path",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "get_affected_recipes.git diff-tree",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipe_modules/recipe_testing/examples/full.expected/no_latest_cl.json b/recipe_modules/recipe_testing/examples/full.expected/no_latest_cl.json
index 53e55ab..de0bceb 100644
--- a/recipe_modules/recipe_testing/examples/full.expected/no_latest_cl.json
+++ b/recipe_modules/recipe_testing/examples/full.expected/no_latest_cl.json
@@ -123,10 +123,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/recipe_path",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "get_affected_recipes.git diff-tree",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipe_modules/recipe_testing/examples/full.expected/recipe_proto.json b/recipe_modules/recipe_testing/examples/full.expected/recipe_proto.json
index bd92243..19e87bd 100644
--- a/recipe_modules/recipe_testing/examples/full.expected/recipe_proto.json
+++ b/recipe_modules/recipe_testing/examples/full.expected/recipe_proto.json
@@ -117,10 +117,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/recipe_path",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "get_affected_recipes.git diff-tree",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipe_modules/recipe_testing/examples/full.expected/recipes.json b/recipe_modules/recipe_testing/examples/full.expected/recipes.json
index c8ac3f0..6bd5442 100644
--- a/recipe_modules/recipe_testing/examples/full.expected/recipes.json
+++ b/recipe_modules/recipe_testing/examples/full.expected/recipes.json
@@ -121,10 +121,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/recipe_path",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "get_affected_recipes.git diff-tree",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipe_modules/recipe_testing/examples/full.expected/recipes_cfg.json b/recipe_modules/recipe_testing/examples/full.expected/recipes_cfg.json
index 56e8b04..03c0eca 100644
--- a/recipe_modules/recipe_testing/examples/full.expected/recipes_cfg.json
+++ b/recipe_modules/recipe_testing/examples/full.expected/recipes_cfg.json
@@ -121,10 +121,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/recipe_path",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "get_affected_recipes.git diff-tree",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipe_modules/recipe_testing/examples/full.expected/recursive_ls.json b/recipe_modules/recipe_testing/examples/full.expected/recursive_ls.json
index 60d5c2e..bba6863 100644
--- a/recipe_modules/recipe_testing/examples/full.expected/recursive_ls.json
+++ b/recipe_modules/recipe_testing/examples/full.expected/recursive_ls.json
@@ -118,10 +118,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/recipe_path",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "get_affected_recipes.git diff-tree",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipe_modules/recipe_testing/examples/full.expected/two_pass_one_skip.json b/recipe_modules/recipe_testing/examples/full.expected/two_pass_one_skip.json
index 5914425..20ad689 100644
--- a/recipe_modules/recipe_testing/examples/full.expected/two_pass_one_skip.json
+++ b/recipe_modules/recipe_testing/examples/full.expected/two_pass_one_skip.json
@@ -123,10 +123,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/recipe_path",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "get_affected_recipes.git diff-tree",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipe_modules/release/examples/module.expected/basic.json b/recipe_modules/release/examples/module.expected/basic.json
index fc12858..2adac4c 100644
--- a/recipe_modules/release/examples/module.expected/basic.json
+++ b/recipe_modules/release/examples/module.expected/basic.json
@@ -8,10 +8,6 @@
       "foo"
     ],
     "cwd": "[CLEANUP]/tmp_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe"
   },
   {
@@ -27,10 +23,6 @@
       "foo"
     ],
     "cwd": "[CLEANUP]/tmp_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "get release versions on foo.git --no-pager",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -49,10 +41,6 @@
       "foo"
     ],
     "cwd": "[CLEANUP]/tmp_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "get release versions on foo (2).git --no-pager",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -71,10 +59,6 @@
       "foo"
     ],
     "cwd": "[CLEANUP]/tmp_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "get release versions on foo (3).git --no-pager",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -93,10 +77,6 @@
       "foo"
     ],
     "cwd": "[CLEANUP]/tmp_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "get release versions on foo (4).git --no-pager",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipe_modules/release/examples/module.expected/no_release_versions.json b/recipe_modules/release/examples/module.expected/no_release_versions.json
index f23ee31..bf3c1ff 100644
--- a/recipe_modules/release/examples/module.expected/no_release_versions.json
+++ b/recipe_modules/release/examples/module.expected/no_release_versions.json
@@ -8,10 +8,6 @@
       "foo"
     ],
     "cwd": "[CLEANUP]/tmp_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe"
   },
   {
@@ -27,10 +23,6 @@
       "foo"
     ],
     "cwd": "[CLEANUP]/tmp_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "get release versions on foo.git --no-pager",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -49,10 +41,6 @@
       "foo"
     ],
     "cwd": "[CLEANUP]/tmp_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "get release versions on foo (2).git --no-pager",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipe_modules/release/examples/module.expected/not_a_release_version.json b/recipe_modules/release/examples/module.expected/not_a_release_version.json
index c97963d..a86a2a4 100644
--- a/recipe_modules/release/examples/module.expected/not_a_release_version.json
+++ b/recipe_modules/release/examples/module.expected/not_a_release_version.json
@@ -8,10 +8,6 @@
       "foo"
     ],
     "cwd": "[CLEANUP]/tmp_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe"
   },
   {
diff --git a/recipe_modules/spec/api.py b/recipe_modules/spec/api.py
index aedc6a6..94b6ffc 100644
--- a/recipe_modules/spec/api.py
+++ b/recipe_modules/spec/api.py
@@ -107,16 +107,7 @@
 
             # build_init creates a git checkout. Do this in separate directory to avoid
             # clashing with jiri checkout.
-            # If a Git HTTP request is constantly below GIT_HTTP_LOW_SPEED_LIMIT
-            # bytes/second for GIT_HTTP_LOW_SPEED_TIME seconds then such request will be
-            # aborted. Otherwise, it would wait for global timeout to be reached.
-            env = {
-                "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",  # in bytes/second
-                "GIT_HTTP_LOW_SPEED_TIME": "60",  # in seconds
-            }
-            with self.m.context(
-                cwd=self.m.path.mkdtemp("build_init_workspace"), env=env
-            ):
+            with self.m.context(cwd=self.m.path.mkdtemp("build_init_workspace")):
                 step_result = self.m.step(
                     name="build_init",
                     cmd=cmd,
diff --git a/recipe_modules/spec/examples/full.expected/fatal_error.json b/recipe_modules/spec/examples/full.expected/fatal_error.json
index 2bc29ac..2740866 100644
--- a/recipe_modules/spec/examples/full.expected/fatal_error.json
+++ b/recipe_modules/spec/examples/full.expected/fatal_error.json
@@ -132,10 +132,6 @@
       "deadbeef"
     ],
     "cwd": "[CLEANUP]/build_init_workspace_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "build_init",
     "stdin": "CNDsgNmu8bWSfBIWCgdwcm9qZWN0EgJjaRoHYnVpbGRlciIvdXNlcjpsdWNpLXNjaGVkdWxlckBhcHBzcG90LmdzZXJ2aWNlYWNjb3VudC5jb20yBgi5wqLYBXpDEkEKGGZ1Y2hzaWEuZ29vZ2xlc291cmNlLmNvbRIHcHJvamVjdBoJZGVhZGJlZWYxIhFyZWZzL2hlYWRzL21hc3RlcpIBLRICIB4qJxIlaW52b2NhdGlvbnMvYnVpbGQ6ODk0NTUxMTc1MTUxNDg2MzE4NA==",
diff --git a/recipe_modules/spec/examples/full.expected/parse_error.json b/recipe_modules/spec/examples/full.expected/parse_error.json
index f2db171..2b2cb73 100644
--- a/recipe_modules/spec/examples/full.expected/parse_error.json
+++ b/recipe_modules/spec/examples/full.expected/parse_error.json
@@ -132,10 +132,6 @@
       "deadbeef"
     ],
     "cwd": "[CLEANUP]/build_init_workspace_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "build_init",
     "stdin": "CNDsgNmu8bWSfBIWCgdwcm9qZWN0EgJjaRoHYnVpbGRlciIvdXNlcjpsdWNpLXNjaGVkdWxlckBhcHBzcG90LmdzZXJ2aWNlYWNjb3VudC5jb20yBgi5wqLYBXpDEkEKGGZ1Y2hzaWEuZ29vZ2xlc291cmNlLmNvbRIHcHJvamVjdBoJZGVhZGJlZWYxIhFyZWZzL2hlYWRzL21hc3RlcpIBLRICIB4qJxIlaW52b2NhdGlvbnMvYnVpbGQ6ODk0NTUxMTc1MTUxNDg2MzE4NA==",
diff --git a/recipe_modules/spec/examples/full.expected/spec_file_is_empty.json b/recipe_modules/spec/examples/full.expected/spec_file_is_empty.json
index f2db171..2b2cb73 100644
--- a/recipe_modules/spec/examples/full.expected/spec_file_is_empty.json
+++ b/recipe_modules/spec/examples/full.expected/spec_file_is_empty.json
@@ -132,10 +132,6 @@
       "deadbeef"
     ],
     "cwd": "[CLEANUP]/build_init_workspace_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "build_init",
     "stdin": "CNDsgNmu8bWSfBIWCgdwcm9qZWN0EgJjaRoHYnVpbGRlciIvdXNlcjpsdWNpLXNjaGVkdWxlckBhcHBzcG90LmdzZXJ2aWNlYWNjb3VudC5jb20yBgi5wqLYBXpDEkEKGGZ1Y2hzaWEuZ29vZ2xlc291cmNlLmNvbRIHcHJvamVjdBoJZGVhZGJlZWYxIhFyZWZzL2hlYWRzL21hc3RlcpIBLRICIB4qJxIlaW52b2NhdGlvbnMvYnVpbGQ6ODk0NTUxMTc1MTUxNDg2MzE4NA==",
diff --git a/recipe_modules/spec/examples/full.expected/spec_file_is_ok.json b/recipe_modules/spec/examples/full.expected/spec_file_is_ok.json
index 810a967..1365158 100644
--- a/recipe_modules/spec/examples/full.expected/spec_file_is_ok.json
+++ b/recipe_modules/spec/examples/full.expected/spec_file_is_ok.json
@@ -132,10 +132,6 @@
       "deadbeef"
     ],
     "cwd": "[CLEANUP]/build_init_workspace_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "build_init",
     "stdin": "CNDsgNmu8bWSfBIWCgdwcm9qZWN0EgJjaRoHYnVpbGRlciIvdXNlcjpsdWNpLXNjaGVkdWxlckBhcHBzcG90LmdzZXJ2aWNlYWNjb3VudC5jb20yBgi5wqLYBXpDEkEKGGZ1Y2hzaWEuZ29vZ2xlc291cmNlLmNvbRIHcHJvamVjdBoJZGVhZGJlZWYxIhFyZWZzL2hlYWRzL21hc3RlcpIBLRICIB4qJxIlaW52b2NhdGlvbnMvYnVpbGQ6ODk0NTUxMTc1MTUxNDg2MzE4NA==",
@@ -152,10 +148,6 @@
       "deadbeef"
     ],
     "cwd": "[CLEANUP]/build_init_workspace_tmp_2",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "build_init (2)",
     "stdin": "CNDsgNmu8bWSfBIWCgdwcm9qZWN0EgJjaRoHYnVpbGRlciIvdXNlcjpsdWNpLXNjaGVkdWxlckBhcHBzcG90LmdzZXJ2aWNlYWNjb3VudC5jb20yBgi5wqLYBXpDEkEKGGZ1Y2hzaWEuZ29vZ2xlc291cmNlLmNvbRIHcHJvamVjdBoJZGVhZGJlZWYxIhFyZWZzL2hlYWRzL21hc3RlcpIBLRICIB4qJxIlaW52b2NhdGlvbnMvYnVpbGQ6ODk0NTUxMTc1MTUxNDg2MzE4NA==",
diff --git a/recipe_modules/spec/examples/full.expected/spec_file_not_found.json b/recipe_modules/spec/examples/full.expected/spec_file_not_found.json
index f2db171..2b2cb73 100644
--- a/recipe_modules/spec/examples/full.expected/spec_file_not_found.json
+++ b/recipe_modules/spec/examples/full.expected/spec_file_not_found.json
@@ -132,10 +132,6 @@
       "deadbeef"
     ],
     "cwd": "[CLEANUP]/build_init_workspace_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "build_init",
     "stdin": "CNDsgNmu8bWSfBIWCgdwcm9qZWN0EgJjaRoHYnVpbGRlciIvdXNlcjpsdWNpLXNjaGVkdWxlckBhcHBzcG90LmdzZXJ2aWNlYWNjb3VudC5jb20yBgi5wqLYBXpDEkEKGGZ1Y2hzaWEuZ29vZ2xlc291cmNlLmNvbRIHcHJvamVjdBoJZGVhZGJlZWYxIhFyZWZzL2hlYWRzL21hc3RlcpIBLRICIB4qJxIlaW52b2NhdGlvbnMvYnVpbGQ6ODk0NTUxMTc1MTUxNDg2MzE4NA==",
diff --git a/recipe_modules/spec/examples/full.expected/spec_remote_change.json b/recipe_modules/spec/examples/full.expected/spec_remote_change.json
index 75093a9..1313f96 100644
--- a/recipe_modules/spec/examples/full.expected/spec_remote_change.json
+++ b/recipe_modules/spec/examples/full.expected/spec_remote_change.json
@@ -62,10 +62,6 @@
       "deadbeef2"
     ],
     "cwd": "[CLEANUP]/build_init_workspace_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "build_init",
     "stdin": "CNDsgNmu8bWSfBIbCgdwcm9qZWN0EgJjaRoMZm9vLXN1YmJ1aWxkIi91c2VyOmx1Y2ktc2NoZWR1bGVyQGFwcHNwb3QuZ3NlcnZpY2VhY2NvdW50LmNvbTIGCLnCotgFekMSQQoYZnVjaHNpYS5nb29nbGVzb3VyY2UuY29tEgdmdWNoc2lhGglkZWFkYmVlZjIiEXJlZnMvaGVhZHMvbWFzdGVykgEtEgIgHionEiVpbnZvY2F0aW9ucy9idWlsZDo4OTQ1NTExNzUxNTE0ODYzMTg0",
@@ -82,10 +78,6 @@
       "deadbeef2"
     ],
     "cwd": "[CLEANUP]/build_init_workspace_tmp_2",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "build_init (2)",
     "stdin": "CNDsgNmu8bWSfBIbCgdwcm9qZWN0EgJjaRoMZm9vLXN1YmJ1aWxkIi91c2VyOmx1Y2ktc2NoZWR1bGVyQGFwcHNwb3QuZ3NlcnZpY2VhY2NvdW50LmNvbTIGCLnCotgFekMSQQoYZnVjaHNpYS5nb29nbGVzb3VyY2UuY29tEgdmdWNoc2lhGglkZWFkYmVlZjIiEXJlZnMvaGVhZHMvbWFzdGVykgEtEgIgHionEiVpbnZvY2F0aW9ucy9idWlsZDo4OTQ1NTExNzUxNTE0ODYzMTg0",
diff --git a/recipe_modules/spec/examples/full.expected/subbuild.json b/recipe_modules/spec/examples/full.expected/subbuild.json
index b539467..7f56b27 100644
--- a/recipe_modules/spec/examples/full.expected/subbuild.json
+++ b/recipe_modules/spec/examples/full.expected/subbuild.json
@@ -132,10 +132,6 @@
       "deadbeef"
     ],
     "cwd": "[CLEANUP]/build_init_workspace_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "build_init",
     "stdin": "CNDsgNmu8bWSfBIbCgdwcm9qZWN0EgJjaRoMZm9vLXN1YmJ1aWxkIi91c2VyOmx1Y2ktc2NoZWR1bGVyQGFwcHNwb3QuZ3NlcnZpY2VhY2NvdW50LmNvbTIGCLnCotgFekMSQQoYZnVjaHNpYS5nb29nbGVzb3VyY2UuY29tEgdwcm9qZWN0GglkZWFkYmVlZjEiEXJlZnMvaGVhZHMvbWFzdGVykgEtEgIgHionEiVpbnZvY2F0aW9ucy9idWlsZDo4OTQ1NTExNzUxNTE0ODYzMTg0",
@@ -152,10 +148,6 @@
       "deadbeef"
     ],
     "cwd": "[CLEANUP]/build_init_workspace_tmp_2",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "build_init (2)",
     "stdin": "CNDsgNmu8bWSfBIbCgdwcm9qZWN0EgJjaRoMZm9vLXN1YmJ1aWxkIi91c2VyOmx1Y2ktc2NoZWR1bGVyQGFwcHNwb3QuZ3NlcnZpY2VhY2NvdW50LmNvbTIGCLnCotgFekMSQQoYZnVjaHNpYS5nb29nbGVzb3VyY2UuY29tEgdwcm9qZWN0GglkZWFkYmVlZjEiEXJlZnMvaGVhZHMvbWFzdGVykgEtEgIgHionEiVpbnZvY2F0aW9ucy9idWlsZDo4OTQ1NTExNzUxNTE0ODYzMTg0",
diff --git a/recipe_modules/sso/examples/full.expected/bad.json b/recipe_modules/sso/examples/full.expected/bad.json
index d497b0b..020dc2c 100644
--- a/recipe_modules/sso/examples/full.expected/bad.json
+++ b/recipe_modules/sso/examples/full.expected/bad.json
@@ -12,10 +12,6 @@
       "url.https://fuchsia.googlesource.com/a.insteadof",
       "sso://fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "sso.git insteadof sso://fuchsia",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -37,10 +33,6 @@
       "url.https://purple.googlesource.com/a.insteadof",
       "sso://purple"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "steps.git insteadof sso://purple",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -55,10 +47,6 @@
       "url.https://fuch-sia.googlesource.com/a.insteadof",
       "sso://fuch-sia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "steps.git insteadof sso://fuch-sia",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipe_modules/sso/examples/full.expected/basic.json b/recipe_modules/sso/examples/full.expected/basic.json
index e127cc9..646e96c 100644
--- a/recipe_modules/sso/examples/full.expected/basic.json
+++ b/recipe_modules/sso/examples/full.expected/basic.json
@@ -12,10 +12,6 @@
       "url.https://fuchsia.googlesource.com/a.insteadof",
       "sso://fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "sso.git insteadof sso://fuchsia",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -34,10 +30,6 @@
       "url.https://purple.googlesource.com/a.insteadof",
       "sso://purple"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "steps.git insteadof sso://purple",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipe_modules/sso/examples/full.expected/multiple.json b/recipe_modules/sso/examples/full.expected/multiple.json
index 1e7b801..da9a88f 100644
--- a/recipe_modules/sso/examples/full.expected/multiple.json
+++ b/recipe_modules/sso/examples/full.expected/multiple.json
@@ -12,10 +12,6 @@
       "url.https://fuchsia.googlesource.com/a.insteadof",
       "sso://fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "sso.git insteadof sso://fuchsia",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -30,10 +26,6 @@
       "url.https://fuchsia.googlesource.com/a.insteadof",
       "sso://fuchsia.googlesource.com"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "sso.git insteadof sso://fuchsia.googlesource.com",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -52,10 +44,6 @@
       "url.https://purple.googlesource.com/a.insteadof",
       "sso://purple"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "steps.git insteadof sso://purple",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipe_modules/testing/examples/full.expected/deprecated.json b/recipe_modules/testing/examples/full.expected/deprecated.json
index eafeb2c..1728e4c 100644
--- a/recipe_modules/testing/examples/full.expected/deprecated.json
+++ b/recipe_modules/testing/examples/full.expected/deprecated.json
@@ -1545,10 +1545,6 @@
       "/path/to/tmp/json",
       "fuchsia/third_party/qemu/${platform}"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri package",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
diff --git a/recipe_modules/testing/examples/full.expected/failed_affected_tests_aborts_early.json b/recipe_modules/testing/examples/full.expected/failed_affected_tests_aborts_early.json
index d45e640..cf26a44 100644
--- a/recipe_modules/testing/examples/full.expected/failed_affected_tests_aborts_early.json
+++ b/recipe_modules/testing/examples/full.expected/failed_affected_tests_aborts_early.json
@@ -1605,10 +1605,6 @@
       "/path/to/tmp/json",
       "fuchsia/third_party/qemu/${platform}"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "shard affected:fuchsia-0000.jiri package",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -1870,10 +1866,6 @@
       "/path/to/tmp/json",
       "fuchsia/third_party/qemu/${platform}"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "shard affected:fuchsia-0002.jiri package",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipe_modules/testing/examples/full.expected/rerun.json b/recipe_modules/testing/examples/full.expected/rerun.json
index 5fa6386..219daf5 100644
--- a/recipe_modules/testing/examples/full.expected/rerun.json
+++ b/recipe_modules/testing/examples/full.expected/rerun.json
@@ -1528,10 +1528,6 @@
       "/path/to/tmp/json",
       "fuchsia/third_party/qemu/${platform}"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "shard fuchsia-0000.jiri package",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipe_modules/testing/examples/full.expected/symbolizer_failure.json b/recipe_modules/testing/examples/full.expected/symbolizer_failure.json
index bfdde5b..31092b5 100644
--- a/recipe_modules/testing/examples/full.expected/symbolizer_failure.json
+++ b/recipe_modules/testing/examples/full.expected/symbolizer_failure.json
@@ -1528,10 +1528,6 @@
       "/path/to/tmp/json",
       "fuchsia/third_party/qemu/${platform}"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "shard fuchsia-0000.jiri package",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipe_modules/testing/examples/full.expected/test_in_shards_mixed_failure.json b/recipe_modules/testing/examples/full.expected/test_in_shards_mixed_failure.json
index a327543..3752593 100644
--- a/recipe_modules/testing/examples/full.expected/test_in_shards_mixed_failure.json
+++ b/recipe_modules/testing/examples/full.expected/test_in_shards_mixed_failure.json
@@ -1605,10 +1605,6 @@
       "/path/to/tmp/json",
       "fuchsia/third_party/qemu/${platform}"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "shard fuchsia-0000.jiri package",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -1870,10 +1866,6 @@
       "/path/to/tmp/json",
       "fuchsia/third_party/qemu/${platform}"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "shard fuchsia-0002.jiri package",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipe_modules/testing/examples/full.expected/test_in_shards_single_attempt.json b/recipe_modules/testing/examples/full.expected/test_in_shards_single_attempt.json
index e59155d..8ff7f1c 100644
--- a/recipe_modules/testing/examples/full.expected/test_in_shards_single_attempt.json
+++ b/recipe_modules/testing/examples/full.expected/test_in_shards_single_attempt.json
@@ -1594,10 +1594,6 @@
       "/path/to/tmp/json",
       "fuchsia/third_party/qemu/${platform}"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "shard multiplied:fuchsia-0000.jiri package",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipe_modules/testing_requests/examples/full.expected/aemu.json b/recipe_modules/testing_requests/examples/full.expected/aemu.json
index ed7a3d1..d1f8ea7 100644
--- a/recipe_modules/testing_requests/examples/full.expected/aemu.json
+++ b/recipe_modules/testing_requests/examples/full.expected/aemu.json
@@ -1464,10 +1464,6 @@
       "/path/to/tmp/json",
       "fuchsia/third_party/aemu/${platform}"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "shard NAME.jiri package",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipe_modules/testing_requests/examples/full.expected/deprecated_aemu.json b/recipe_modules/testing_requests/examples/full.expected/deprecated_aemu.json
index 28aaadd..4c9e6bb 100644
--- a/recipe_modules/testing_requests/examples/full.expected/deprecated_aemu.json
+++ b/recipe_modules/testing_requests/examples/full.expected/deprecated_aemu.json
@@ -1545,10 +1545,6 @@
       "/path/to/tmp/json",
       "fuchsia/third_party/aemu/${platform}"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri package",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
diff --git a/recipe_modules/testing_requests/examples/full.expected/deprecated_qemu.json b/recipe_modules/testing_requests/examples/full.expected/deprecated_qemu.json
index 35f9755..96898bc 100644
--- a/recipe_modules/testing_requests/examples/full.expected/deprecated_qemu.json
+++ b/recipe_modules/testing_requests/examples/full.expected/deprecated_qemu.json
@@ -1545,10 +1545,6 @@
       "/path/to/tmp/json",
       "fuchsia/third_party/qemu/${platform}"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri package",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
diff --git a/recipe_modules/testing_requests/examples/full.expected/qemu.json b/recipe_modules/testing_requests/examples/full.expected/qemu.json
index 4dd2f7b..f46413d 100644
--- a/recipe_modules/testing_requests/examples/full.expected/qemu.json
+++ b/recipe_modules/testing_requests/examples/full.expected/qemu.json
@@ -1464,10 +1464,6 @@
       "/path/to/tmp/json",
       "fuchsia/third_party/qemu/${platform}"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "shard NAME.jiri package",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipe_modules/testing_requests/examples/full.expected/qemu_variants.json b/recipe_modules/testing_requests/examples/full.expected/qemu_variants.json
index 2520d40..ed72f2c 100644
--- a/recipe_modules/testing_requests/examples/full.expected/qemu_variants.json
+++ b/recipe_modules/testing_requests/examples/full.expected/qemu_variants.json
@@ -1464,10 +1464,6 @@
       "/path/to/tmp/json",
       "fuchsia/third_party/qemu/${platform}"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "shard NAME.jiri package",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipe_modules/tricium_analyze/examples/full.expected/black.json b/recipe_modules/tricium_analyze/examples/full.expected/black.json
index f9c9de3..7097130 100644
--- a/recipe_modules/tricium_analyze/examples/full.expected/black.json
+++ b/recipe_modules/tricium_analyze/examples/full.expected/black.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -183,10 +179,6 @@
       "minimal",
       "https://fuchsia.googlesource.com/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -204,10 +196,6 @@
       "-run-hooks=false",
       "-fetch-packages=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -228,10 +216,6 @@
       "-rebase=true",
       "refs/changes/00/100/7"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -248,10 +232,6 @@
       "/path/to/tmp/json",
       "topaz"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -280,10 +260,6 @@
       "-n",
       "10"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.git log",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -299,10 +275,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -318,10 +290,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri fetch-packages",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -336,10 +304,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -365,10 +329,6 @@
       "-j=16",
       "[CLEANUP]/jiri.snapshot"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -437,10 +397,6 @@
       "diff",
       "--name-only"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "analyze [START_DIR]/path/to/file.py.check file formatting",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -453,10 +409,6 @@
       "--hard",
       "HEAD"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "analyze [START_DIR]/path/to/file.py.reset",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipe_modules/tricium_analyze/examples/full.expected/clang_format.json b/recipe_modules/tricium_analyze/examples/full.expected/clang_format.json
index 7bdcccf..3554267 100644
--- a/recipe_modules/tricium_analyze/examples/full.expected/clang_format.json
+++ b/recipe_modules/tricium_analyze/examples/full.expected/clang_format.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -183,10 +179,6 @@
       "minimal",
       "https://fuchsia.googlesource.com/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -204,10 +196,6 @@
       "-run-hooks=false",
       "-fetch-packages=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -228,10 +216,6 @@
       "-rebase=true",
       "refs/changes/00/100/7"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -248,10 +232,6 @@
       "/path/to/tmp/json",
       "topaz"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -280,10 +260,6 @@
       "-n",
       "10"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.git log",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -299,10 +275,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -318,10 +290,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri fetch-packages",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -336,10 +304,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -365,10 +329,6 @@
       "-j=16",
       "[CLEANUP]/jiri.snapshot"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -416,10 +376,6 @@
       "--no-color",
       "HEAD^"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "analyze [START_DIR]/path/to/file.cpp.clang-format.get changed files",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -1731,10 +1687,6 @@
       "diff",
       "--name-only"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "analyze [START_DIR]/path/to/file.cpp.check file formatting",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -1747,10 +1699,6 @@
       "--hard",
       "HEAD"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "analyze [START_DIR]/path/to/file.cpp.reset",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipe_modules/tricium_analyze/examples/full.expected/clang_tidy.json b/recipe_modules/tricium_analyze/examples/full.expected/clang_tidy.json
index f1c355a..7425c56 100644
--- a/recipe_modules/tricium_analyze/examples/full.expected/clang_tidy.json
+++ b/recipe_modules/tricium_analyze/examples/full.expected/clang_tidy.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -183,10 +179,6 @@
       "minimal",
       "https://fuchsia.googlesource.com/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -204,10 +196,6 @@
       "-run-hooks=false",
       "-fetch-packages=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -228,10 +216,6 @@
       "-rebase=true",
       "refs/changes/00/100/7"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -248,10 +232,6 @@
       "/path/to/tmp/json",
       "topaz"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -280,10 +260,6 @@
       "-n",
       "10"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.git log",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -299,10 +275,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -318,10 +290,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri fetch-packages",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -336,10 +304,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -365,10 +329,6 @@
       "-j=16",
       "[CLEANUP]/jiri.snapshot"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -2116,10 +2076,6 @@
       "--no-color",
       "HEAD^"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "analyze [START_DIR]/path/to/file.cpp.clang-tidy.get changed files",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipe_modules/tricium_analyze/examples/full.expected/clang_tidy_bad_offset.json b/recipe_modules/tricium_analyze/examples/full.expected/clang_tidy_bad_offset.json
index 9982b3b..e6ed8c1 100644
--- a/recipe_modules/tricium_analyze/examples/full.expected/clang_tidy_bad_offset.json
+++ b/recipe_modules/tricium_analyze/examples/full.expected/clang_tidy_bad_offset.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -183,10 +179,6 @@
       "minimal",
       "https://fuchsia.googlesource.com/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -204,10 +196,6 @@
       "-run-hooks=false",
       "-fetch-packages=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -228,10 +216,6 @@
       "-rebase=true",
       "refs/changes/00/100/7"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -248,10 +232,6 @@
       "/path/to/tmp/json",
       "topaz"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -280,10 +260,6 @@
       "-n",
       "10"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.git log",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -299,10 +275,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -318,10 +290,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri fetch-packages",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -336,10 +304,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -365,10 +329,6 @@
       "-j=16",
       "[CLEANUP]/jiri.snapshot"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -2116,10 +2076,6 @@
       "--no-color",
       "HEAD^"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "analyze [START_DIR]/path/to/file.cpp.clang-tidy.get changed files",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipe_modules/tricium_analyze/examples/full.expected/clang_tidy_error.json b/recipe_modules/tricium_analyze/examples/full.expected/clang_tidy_error.json
index 38beda8..6021df7 100644
--- a/recipe_modules/tricium_analyze/examples/full.expected/clang_tidy_error.json
+++ b/recipe_modules/tricium_analyze/examples/full.expected/clang_tidy_error.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -183,10 +179,6 @@
       "minimal",
       "https://fuchsia.googlesource.com/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -204,10 +196,6 @@
       "-run-hooks=false",
       "-fetch-packages=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -228,10 +216,6 @@
       "-rebase=true",
       "refs/changes/00/100/7"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -248,10 +232,6 @@
       "/path/to/tmp/json",
       "topaz"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -280,10 +260,6 @@
       "-n",
       "10"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.git log",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -299,10 +275,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -318,10 +290,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri fetch-packages",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -336,10 +304,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -365,10 +329,6 @@
       "-j=16",
       "[CLEANUP]/jiri.snapshot"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -2120,10 +2080,6 @@
       "--no-color",
       "HEAD^"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "analyze [START_DIR]/path/to/file.cpp.clang-tidy.get changed files",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipe_modules/tricium_analyze/examples/full.expected/cmc.json b/recipe_modules/tricium_analyze/examples/full.expected/cmc.json
index 7ae1bf4..928492c 100644
--- a/recipe_modules/tricium_analyze/examples/full.expected/cmc.json
+++ b/recipe_modules/tricium_analyze/examples/full.expected/cmc.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -183,10 +179,6 @@
       "minimal",
       "https://fuchsia.googlesource.com/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -204,10 +196,6 @@
       "-run-hooks=false",
       "-fetch-packages=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -228,10 +216,6 @@
       "-rebase=true",
       "refs/changes/00/100/7"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -248,10 +232,6 @@
       "/path/to/tmp/json",
       "topaz"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -280,10 +260,6 @@
       "-n",
       "10"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.git log",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -299,10 +275,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -318,10 +290,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri fetch-packages",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -336,10 +304,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -365,10 +329,6 @@
       "-j=16",
       "[CLEANUP]/jiri.snapshot"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -2003,10 +1963,6 @@
       "diff",
       "--name-only"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "analyze [START_DIR]/path/to/file.cml.check file formatting",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -2019,10 +1975,6 @@
       "--hard",
       "HEAD"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "analyze [START_DIR]/path/to/file.cml.reset",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipe_modules/tricium_analyze/examples/full.expected/dartfmt.json b/recipe_modules/tricium_analyze/examples/full.expected/dartfmt.json
index b6c18f0..e479ff3 100644
--- a/recipe_modules/tricium_analyze/examples/full.expected/dartfmt.json
+++ b/recipe_modules/tricium_analyze/examples/full.expected/dartfmt.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -183,10 +179,6 @@
       "minimal",
       "https://fuchsia.googlesource.com/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -204,10 +196,6 @@
       "-run-hooks=false",
       "-fetch-packages=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -228,10 +216,6 @@
       "-rebase=true",
       "refs/changes/00/100/7"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -248,10 +232,6 @@
       "/path/to/tmp/json",
       "topaz"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -280,10 +260,6 @@
       "-n",
       "10"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.git log",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -299,10 +275,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -318,10 +290,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri fetch-packages",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -336,10 +304,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -365,10 +329,6 @@
       "-j=16",
       "[CLEANUP]/jiri.snapshot"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -1720,10 +1680,6 @@
       "diff",
       "--name-only"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "analyze [START_DIR]/path/to/file.dart.check file formatting",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -1736,10 +1692,6 @@
       "--hard",
       "HEAD"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "analyze [START_DIR]/path/to/file.dart.reset",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipe_modules/tricium_analyze/examples/full.expected/fidl_format.json b/recipe_modules/tricium_analyze/examples/full.expected/fidl_format.json
index 254d41c..18329c4 100644
--- a/recipe_modules/tricium_analyze/examples/full.expected/fidl_format.json
+++ b/recipe_modules/tricium_analyze/examples/full.expected/fidl_format.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -183,10 +179,6 @@
       "minimal",
       "https://fuchsia.googlesource.com/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -204,10 +196,6 @@
       "-run-hooks=false",
       "-fetch-packages=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -228,10 +216,6 @@
       "-rebase=true",
       "refs/changes/00/100/7"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -248,10 +232,6 @@
       "/path/to/tmp/json",
       "topaz"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -280,10 +260,6 @@
       "-n",
       "10"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.git log",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -299,10 +275,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -318,10 +290,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri fetch-packages",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -336,10 +304,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -365,10 +329,6 @@
       "-j=16",
       "[CLEANUP]/jiri.snapshot"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -2009,10 +1969,6 @@
       "diff",
       "--name-only"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "analyze [START_DIR]/path/to/file.fidl.check file formatting",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -2025,10 +1981,6 @@
       "--hard",
       "HEAD"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "analyze [START_DIR]/path/to/file.fidl.reset",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipe_modules/tricium_analyze/examples/full.expected/fidl_lint.json b/recipe_modules/tricium_analyze/examples/full.expected/fidl_lint.json
index 16a749d..fa3925e 100644
--- a/recipe_modules/tricium_analyze/examples/full.expected/fidl_lint.json
+++ b/recipe_modules/tricium_analyze/examples/full.expected/fidl_lint.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -183,10 +179,6 @@
       "minimal",
       "https://fuchsia.googlesource.com/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -204,10 +196,6 @@
       "-run-hooks=false",
       "-fetch-packages=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -228,10 +216,6 @@
       "-rebase=true",
       "refs/changes/00/100/7"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -248,10 +232,6 @@
       "/path/to/tmp/json",
       "topaz"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -280,10 +260,6 @@
       "-n",
       "10"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.git log",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -299,10 +275,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -318,10 +290,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri fetch-packages",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -336,10 +304,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -365,10 +329,6 @@
       "-j=16",
       "[CLEANUP]/jiri.snapshot"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
diff --git a/recipe_modules/tricium_analyze/examples/full.expected/gn_format.json b/recipe_modules/tricium_analyze/examples/full.expected/gn_format.json
index bb3f6f3..331ee35 100644
--- a/recipe_modules/tricium_analyze/examples/full.expected/gn_format.json
+++ b/recipe_modules/tricium_analyze/examples/full.expected/gn_format.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -183,10 +179,6 @@
       "minimal",
       "https://fuchsia.googlesource.com/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -204,10 +196,6 @@
       "-run-hooks=false",
       "-fetch-packages=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -228,10 +216,6 @@
       "-rebase=true",
       "refs/changes/00/100/7"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -248,10 +232,6 @@
       "/path/to/tmp/json",
       "topaz"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -280,10 +260,6 @@
       "-n",
       "10"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.git log",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -299,10 +275,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -318,10 +290,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri fetch-packages",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -336,10 +304,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -365,10 +329,6 @@
       "-j=16",
       "[CLEANUP]/jiri.snapshot"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -1716,10 +1676,6 @@
       "diff",
       "--name-only"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "analyze [START_DIR]/path/to/file.gn.check file formatting",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -1732,10 +1688,6 @@
       "--hard",
       "HEAD"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "analyze [START_DIR]/path/to/file.gn.reset",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipe_modules/tricium_analyze/examples/full.expected/go_vet.json b/recipe_modules/tricium_analyze/examples/full.expected/go_vet.json
index 237bdd4..bf50705 100644
--- a/recipe_modules/tricium_analyze/examples/full.expected/go_vet.json
+++ b/recipe_modules/tricium_analyze/examples/full.expected/go_vet.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -183,10 +179,6 @@
       "minimal",
       "https://fuchsia.googlesource.com/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -204,10 +196,6 @@
       "-run-hooks=false",
       "-fetch-packages=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -228,10 +216,6 @@
       "-rebase=true",
       "refs/changes/00/100/7"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -248,10 +232,6 @@
       "/path/to/tmp/json",
       "topaz"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -280,10 +260,6 @@
       "-n",
       "10"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.git log",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -299,10 +275,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -318,10 +290,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri fetch-packages",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -336,10 +304,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -365,10 +329,6 @@
       "-j=16",
       "[CLEANUP]/jiri.snapshot"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
diff --git a/recipe_modules/tricium_analyze/examples/full.expected/go_vet_no_warnings.json b/recipe_modules/tricium_analyze/examples/full.expected/go_vet_no_warnings.json
index c47a73f..092fb56 100644
--- a/recipe_modules/tricium_analyze/examples/full.expected/go_vet_no_warnings.json
+++ b/recipe_modules/tricium_analyze/examples/full.expected/go_vet_no_warnings.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -183,10 +179,6 @@
       "minimal",
       "https://fuchsia.googlesource.com/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -204,10 +196,6 @@
       "-run-hooks=false",
       "-fetch-packages=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -228,10 +216,6 @@
       "-rebase=true",
       "refs/changes/00/100/7"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -248,10 +232,6 @@
       "/path/to/tmp/json",
       "topaz"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -280,10 +260,6 @@
       "-n",
       "10"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.git log",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -299,10 +275,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -318,10 +290,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri fetch-packages",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -336,10 +304,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -365,10 +329,6 @@
       "-j=16",
       "[CLEANUP]/jiri.snapshot"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
diff --git a/recipe_modules/tricium_analyze/examples/full.expected/gofmt.json b/recipe_modules/tricium_analyze/examples/full.expected/gofmt.json
index 878df4d..1802ef8 100644
--- a/recipe_modules/tricium_analyze/examples/full.expected/gofmt.json
+++ b/recipe_modules/tricium_analyze/examples/full.expected/gofmt.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -183,10 +179,6 @@
       "minimal",
       "https://fuchsia.googlesource.com/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -204,10 +196,6 @@
       "-run-hooks=false",
       "-fetch-packages=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -228,10 +216,6 @@
       "-rebase=true",
       "refs/changes/00/100/7"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -248,10 +232,6 @@
       "/path/to/tmp/json",
       "topaz"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -280,10 +260,6 @@
       "-n",
       "10"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.git log",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -299,10 +275,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -318,10 +290,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri fetch-packages",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -336,10 +304,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -365,10 +329,6 @@
       "-j=16",
       "[CLEANUP]/jiri.snapshot"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -1713,10 +1673,6 @@
       "diff",
       "--name-only"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "analyze [START_DIR]/path/to/file.go.check file formatting",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -1729,10 +1685,6 @@
       "--hard",
       "HEAD"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "analyze [START_DIR]/path/to/file.go.reset",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipe_modules/tricium_analyze/examples/full.expected/json5.json b/recipe_modules/tricium_analyze/examples/full.expected/json5.json
index 32f734c..9d89ff2 100644
--- a/recipe_modules/tricium_analyze/examples/full.expected/json5.json
+++ b/recipe_modules/tricium_analyze/examples/full.expected/json5.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -183,10 +179,6 @@
       "minimal",
       "https://fuchsia.googlesource.com/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -204,10 +196,6 @@
       "-run-hooks=false",
       "-fetch-packages=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -228,10 +216,6 @@
       "-rebase=true",
       "refs/changes/00/100/7"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -248,10 +232,6 @@
       "/path/to/tmp/json",
       "topaz"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -280,10 +260,6 @@
       "-n",
       "10"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.git log",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -299,10 +275,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -318,10 +290,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri fetch-packages",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -336,10 +304,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -365,10 +329,6 @@
       "-j=16",
       "[CLEANUP]/jiri.snapshot"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -2041,10 +2001,6 @@
       "diff",
       "--name-only"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "analyze [START_DIR]/path/to/file.triage.check file formatting",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -2057,10 +2013,6 @@
       "--hard",
       "HEAD"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "analyze [START_DIR]/path/to/file.triage.reset",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipe_modules/tricium_analyze/examples/full.expected/no_analysis.json b/recipe_modules/tricium_analyze/examples/full.expected/no_analysis.json
index 93569f8..372654c 100644
--- a/recipe_modules/tricium_analyze/examples/full.expected/no_analysis.json
+++ b/recipe_modules/tricium_analyze/examples/full.expected/no_analysis.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -183,10 +179,6 @@
       "minimal",
       "https://fuchsia.googlesource.com/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -204,10 +196,6 @@
       "-run-hooks=false",
       "-fetch-packages=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -228,10 +216,6 @@
       "-rebase=true",
       "refs/changes/00/100/7"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -248,10 +232,6 @@
       "/path/to/tmp/json",
       "topaz"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -280,10 +260,6 @@
       "-n",
       "10"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.git log",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -299,10 +275,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -318,10 +290,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri fetch-packages",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -336,10 +304,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -365,10 +329,6 @@
       "-j=16",
       "[CLEANUP]/jiri.snapshot"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
diff --git a/recipe_modules/tricium_analyze/examples/full.expected/rustfmt.json b/recipe_modules/tricium_analyze/examples/full.expected/rustfmt.json
index da1ed94..07d3a58 100644
--- a/recipe_modules/tricium_analyze/examples/full.expected/rustfmt.json
+++ b/recipe_modules/tricium_analyze/examples/full.expected/rustfmt.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -183,10 +179,6 @@
       "minimal",
       "https://fuchsia.googlesource.com/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -204,10 +196,6 @@
       "-run-hooks=false",
       "-fetch-packages=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -228,10 +216,6 @@
       "-rebase=true",
       "refs/changes/00/100/7"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -248,10 +232,6 @@
       "/path/to/tmp/json",
       "topaz"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -280,10 +260,6 @@
       "-n",
       "10"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.git log",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -299,10 +275,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -318,10 +290,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri fetch-packages",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -336,10 +304,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -365,10 +329,6 @@
       "-j=16",
       "[CLEANUP]/jiri.snapshot"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -1723,10 +1683,6 @@
       "diff",
       "--name-only"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "analyze [START_DIR]/path/to/file.rs.check file formatting",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -1739,10 +1695,6 @@
       "--hard",
       "HEAD"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "analyze [START_DIR]/path/to/file.rs.reset",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipe_modules/tricium_analyze/examples/full.expected/yapf-no-fx.json b/recipe_modules/tricium_analyze/examples/full.expected/yapf-no-fx.json
index f4b969d..d2057ca 100644
--- a/recipe_modules/tricium_analyze/examples/full.expected/yapf-no-fx.json
+++ b/recipe_modules/tricium_analyze/examples/full.expected/yapf-no-fx.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -183,10 +179,6 @@
       "minimal",
       "https://fuchsia.googlesource.com/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -204,10 +196,6 @@
       "-run-hooks=false",
       "-fetch-packages=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -228,10 +216,6 @@
       "-rebase=true",
       "refs/changes/00/100/7"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -248,10 +232,6 @@
       "/path/to/tmp/json",
       "topaz"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -280,10 +260,6 @@
       "-n",
       "10"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.git log",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -299,10 +275,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -318,10 +290,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri fetch-packages",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -336,10 +304,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -365,10 +329,6 @@
       "-j=16",
       "[CLEANUP]/jiri.snapshot"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -1728,10 +1688,6 @@
       "diff",
       "--name-only"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "analyze [START_DIR]/path/to/file.py.check file formatting",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -1744,10 +1700,6 @@
       "--hard",
       "HEAD"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "analyze [START_DIR]/path/to/file.py.reset",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipe_modules/tricium_analyze/examples/full.expected/yapf.json b/recipe_modules/tricium_analyze/examples/full.expected/yapf.json
index f4b969d..d2057ca 100644
--- a/recipe_modules/tricium_analyze/examples/full.expected/yapf.json
+++ b/recipe_modules/tricium_analyze/examples/full.expected/yapf.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -183,10 +179,6 @@
       "minimal",
       "https://fuchsia.googlesource.com/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -204,10 +196,6 @@
       "-run-hooks=false",
       "-fetch-packages=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -228,10 +216,6 @@
       "-rebase=true",
       "refs/changes/00/100/7"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -248,10 +232,6 @@
       "/path/to/tmp/json",
       "topaz"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -280,10 +260,6 @@
       "-n",
       "10"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.git log",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -299,10 +275,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -318,10 +290,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri fetch-packages",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -336,10 +304,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -365,10 +329,6 @@
       "-j=16",
       "[CLEANUP]/jiri.snapshot"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -1728,10 +1688,6 @@
       "diff",
       "--name-only"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "analyze [START_DIR]/path/to/file.py.check file formatting",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -1744,10 +1700,6 @@
       "--hard",
       "HEAD"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "analyze [START_DIR]/path/to/file.py.reset",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipes/3p_prebuilts.expected/ci_cipd_new.json b/recipes/3p_prebuilts.expected/ci_cipd_new.json
index e1ae5fc..83a5745 100644
--- a/recipes/3p_prebuilts.expected/ci_cipd_new.json
+++ b/recipes/3p_prebuilts.expected/ci_cipd_new.json
@@ -78,10 +78,6 @@
       "[CACHE]/git",
       "[START_DIR]/3p_prebuilts"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.checkout.jiri init",
     "~followup_annotations": [
@@ -103,10 +99,6 @@
       "https://fuchsia.googlesource.com/manifest"
     ],
     "cwd": "[START_DIR]/3p_prebuilts",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.checkout.jiri import",
     "~followup_annotations": [
@@ -126,10 +118,6 @@
       "https://chromium.googlesource.com/project"
     ],
     "cwd": "[START_DIR]/3p_prebuilts",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.checkout.jiri override",
     "~followup_annotations": [
@@ -148,10 +136,6 @@
       "-run-hooks=false"
     ],
     "cwd": "[START_DIR]/3p_prebuilts",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.checkout.jiri update",
     "~followup_annotations": [
@@ -168,10 +152,6 @@
       "-attempts=3"
     ],
     "cwd": "[START_DIR]/3p_prebuilts",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.checkout.jiri run-hooks",
     "~followup_annotations": [
@@ -188,10 +168,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/3p_prebuilts",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.checkout.jiri source-manifest",
     "~followup_annotations": [
@@ -221,10 +197,6 @@
       "third_party/prebuilts"
     ],
     "cwd": "[START_DIR]/3p_prebuilts",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri project",
     "~followup_annotations": [
diff --git a/recipes/3p_prebuilts.expected/ci_cipd_up_to_date.json b/recipes/3p_prebuilts.expected/ci_cipd_up_to_date.json
index dd483ca..8e45904 100644
--- a/recipes/3p_prebuilts.expected/ci_cipd_up_to_date.json
+++ b/recipes/3p_prebuilts.expected/ci_cipd_up_to_date.json
@@ -78,10 +78,6 @@
       "[CACHE]/git",
       "[START_DIR]/3p_prebuilts"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.checkout.jiri init",
     "~followup_annotations": [
@@ -103,10 +99,6 @@
       "https://fuchsia.googlesource.com/manifest"
     ],
     "cwd": "[START_DIR]/3p_prebuilts",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.checkout.jiri import",
     "~followup_annotations": [
@@ -126,10 +118,6 @@
       "https://chromium.googlesource.com/project"
     ],
     "cwd": "[START_DIR]/3p_prebuilts",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.checkout.jiri override",
     "~followup_annotations": [
@@ -148,10 +136,6 @@
       "-run-hooks=false"
     ],
     "cwd": "[START_DIR]/3p_prebuilts",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.checkout.jiri update",
     "~followup_annotations": [
@@ -168,10 +152,6 @@
       "-attempts=3"
     ],
     "cwd": "[START_DIR]/3p_prebuilts",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.checkout.jiri run-hooks",
     "~followup_annotations": [
@@ -188,10 +168,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/3p_prebuilts",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.checkout.jiri source-manifest",
     "~followup_annotations": [
@@ -221,10 +197,6 @@
       "third_party/prebuilts"
     ],
     "cwd": "[START_DIR]/3p_prebuilts",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri project",
     "~followup_annotations": [
diff --git a/recipes/3p_prebuilts.expected/try.json b/recipes/3p_prebuilts.expected/try.json
index 2f6825b..3446b2c 100644
--- a/recipes/3p_prebuilts.expected/try.json
+++ b/recipes/3p_prebuilts.expected/try.json
@@ -78,10 +78,6 @@
       "[CACHE]/git",
       "[START_DIR]/3p_prebuilts"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.checkout.jiri init",
     "~followup_annotations": [
@@ -193,10 +189,6 @@
       "https://fuchsia.googlesource.com/manifest"
     ],
     "cwd": "[START_DIR]/3p_prebuilts",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.checkout.jiri import",
     "~followup_annotations": [
@@ -216,10 +208,6 @@
       "-fetch-packages=false"
     ],
     "cwd": "[START_DIR]/3p_prebuilts",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.checkout.jiri update",
     "~followup_annotations": [
@@ -241,10 +229,6 @@
       "refs/changes/00/100/7"
     ],
     "cwd": "[START_DIR]/3p_prebuilts",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -262,10 +246,6 @@
       "project"
     ],
     "cwd": "[START_DIR]/3p_prebuilts",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@",
@@ -295,10 +275,6 @@
       "10"
     ],
     "cwd": "[START_DIR]/3p_prebuilts",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.checkout.git log",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -315,10 +291,6 @@
       "-local-manifest=true"
     ],
     "cwd": "[START_DIR]/3p_prebuilts",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.checkout.jiri run-hooks",
     "~followup_annotations": [
@@ -336,10 +308,6 @@
       "-local-manifest=true"
     ],
     "cwd": "[START_DIR]/3p_prebuilts",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.checkout.jiri fetch-packages",
     "~followup_annotations": [
@@ -356,10 +324,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/3p_prebuilts",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.checkout.jiri source-manifest",
     "~followup_annotations": [
@@ -389,10 +353,6 @@
       "third_party/prebuilts"
     ],
     "cwd": "[START_DIR]/3p_prebuilts",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri project",
     "~followup_annotations": [
diff --git a/recipes/aemu.expected/aarch64_cipd_pkg_exists.json b/recipes/aemu.expected/aarch64_cipd_pkg_exists.json
index d0f4479..d7470a4 100644
--- a/recipes/aemu.expected/aarch64_cipd_pkg_exists.json
+++ b/recipes/aemu.expected/aarch64_cipd_pkg_exists.json
@@ -70,10 +70,6 @@
       "remote.aosp.url"
     ],
     "cwd": "[START_DIR]/aemu/src/external/qemu",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git config"
   },
   {
@@ -83,10 +79,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/aemu/src/external/qemu",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
diff --git a/recipes/aemu.expected/cipd_pkg_exists.json b/recipes/aemu.expected/cipd_pkg_exists.json
index 89ecff3..5db460e 100644
--- a/recipes/aemu.expected/cipd_pkg_exists.json
+++ b/recipes/aemu.expected/cipd_pkg_exists.json
@@ -70,10 +70,6 @@
       "remote.aosp.url"
     ],
     "cwd": "[START_DIR]/aemu/src/external/qemu",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git config"
   },
   {
@@ -83,10 +79,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/aemu/src/external/qemu",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
diff --git a/recipes/aemu.expected/cipd_pkg_new.json b/recipes/aemu.expected/cipd_pkg_new.json
index 01be8a2..d1943ca 100644
--- a/recipes/aemu.expected/cipd_pkg_new.json
+++ b/recipes/aemu.expected/cipd_pkg_new.json
@@ -70,10 +70,6 @@
       "remote.aosp.url"
     ],
     "cwd": "[START_DIR]/aemu/src/external/qemu",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git config"
   },
   {
@@ -83,10 +79,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/aemu/src/external/qemu",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
diff --git a/recipes/bloaty.expected/linux.json b/recipes/bloaty.expected/linux.json
index 1a30016..c35ead8 100644
--- a/recipes/bloaty.expected/linux.json
+++ b/recipes/bloaty.expected/linux.json
@@ -54,10 +54,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/bloaty_src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git init"
   },
@@ -70,10 +66,6 @@
       "https://fuchsia.googlesource.com/third_party/bloaty"
     ],
     "cwd": "[START_DIR]/bloaty_src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git remote"
   },
@@ -107,10 +99,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-bloaty",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git init",
     "~followup_annotations": [
@@ -125,10 +113,6 @@
       "https://fuchsia.googlesource.com/third_party/bloaty"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-bloaty",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.remote set-url",
     "~followup_annotations": [
@@ -145,10 +129,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-bloaty",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git config",
     "~followup_annotations": [
@@ -164,10 +144,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-bloaty",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git fetch",
     "~followup_annotations": [
@@ -222,10 +198,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/bloaty_src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git fetch"
   },
@@ -237,10 +209,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/bloaty_src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git checkout"
   },
@@ -251,10 +219,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/bloaty_src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git rev-parse"
   },
@@ -267,10 +231,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/bloaty_src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git clean"
   },
@@ -285,10 +245,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/bloaty_src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
@@ -303,10 +259,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/bloaty_src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/bloaty.expected/linux_arm64.json b/recipes/bloaty.expected/linux_arm64.json
index ccbfe36..66cd05a 100644
--- a/recipes/bloaty.expected/linux_arm64.json
+++ b/recipes/bloaty.expected/linux_arm64.json
@@ -54,10 +54,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/bloaty_src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git init"
   },
@@ -70,10 +66,6 @@
       "https://fuchsia.googlesource.com/third_party/bloaty"
     ],
     "cwd": "[START_DIR]/bloaty_src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git remote"
   },
@@ -107,10 +99,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-bloaty",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git init",
     "~followup_annotations": [
@@ -125,10 +113,6 @@
       "https://fuchsia.googlesource.com/third_party/bloaty"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-bloaty",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.remote set-url",
     "~followup_annotations": [
@@ -145,10 +129,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-bloaty",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git config",
     "~followup_annotations": [
@@ -164,10 +144,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-bloaty",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git fetch",
     "~followup_annotations": [
@@ -222,10 +198,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/bloaty_src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git fetch"
   },
@@ -237,10 +209,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/bloaty_src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git checkout"
   },
@@ -251,10 +219,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/bloaty_src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git rev-parse"
   },
@@ -267,10 +231,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/bloaty_src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git clean"
   },
@@ -285,10 +245,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/bloaty_src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
@@ -303,10 +259,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/bloaty_src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/bloaty.expected/linux_new.json b/recipes/bloaty.expected/linux_new.json
index 48b59ba..ff02c9c 100644
--- a/recipes/bloaty.expected/linux_new.json
+++ b/recipes/bloaty.expected/linux_new.json
@@ -54,10 +54,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/bloaty_src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git init"
   },
@@ -70,10 +66,6 @@
       "https://fuchsia.googlesource.com/third_party/bloaty"
     ],
     "cwd": "[START_DIR]/bloaty_src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git remote"
   },
@@ -107,10 +99,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-bloaty",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git init",
     "~followup_annotations": [
@@ -125,10 +113,6 @@
       "https://fuchsia.googlesource.com/third_party/bloaty"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-bloaty",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.remote set-url",
     "~followup_annotations": [
@@ -145,10 +129,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-bloaty",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git config",
     "~followup_annotations": [
@@ -164,10 +144,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-bloaty",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git fetch",
     "~followup_annotations": [
@@ -222,10 +198,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/bloaty_src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git fetch"
   },
@@ -237,10 +209,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/bloaty_src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git checkout"
   },
@@ -251,10 +219,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/bloaty_src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git rev-parse"
   },
@@ -267,10 +231,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/bloaty_src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git clean"
   },
@@ -285,10 +245,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/bloaty_src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
@@ -303,10 +259,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/bloaty_src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/bloaty.expected/mac.json b/recipes/bloaty.expected/mac.json
index 12e5e6c..a09fbb4 100644
--- a/recipes/bloaty.expected/mac.json
+++ b/recipes/bloaty.expected/mac.json
@@ -54,10 +54,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/bloaty_src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git init"
   },
@@ -70,10 +66,6 @@
       "https://fuchsia.googlesource.com/third_party/bloaty"
     ],
     "cwd": "[START_DIR]/bloaty_src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git remote"
   },
@@ -107,10 +99,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-bloaty",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git init",
     "~followup_annotations": [
@@ -125,10 +113,6 @@
       "https://fuchsia.googlesource.com/third_party/bloaty"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-bloaty",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.remote set-url",
     "~followup_annotations": [
@@ -145,10 +129,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-bloaty",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git config",
     "~followup_annotations": [
@@ -164,10 +144,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-bloaty",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git fetch",
     "~followup_annotations": [
@@ -222,10 +198,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/bloaty_src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git fetch"
   },
@@ -237,10 +209,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/bloaty_src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git checkout"
   },
@@ -251,10 +219,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/bloaty_src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git rev-parse"
   },
@@ -267,10 +231,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/bloaty_src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git clean"
   },
@@ -285,10 +245,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/bloaty_src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
@@ -303,10 +259,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/bloaty_src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/bloaty.expected/mac_new.json b/recipes/bloaty.expected/mac_new.json
index c1afa7e..4fffb60 100644
--- a/recipes/bloaty.expected/mac_new.json
+++ b/recipes/bloaty.expected/mac_new.json
@@ -54,10 +54,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/bloaty_src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git init"
   },
@@ -70,10 +66,6 @@
       "https://fuchsia.googlesource.com/third_party/bloaty"
     ],
     "cwd": "[START_DIR]/bloaty_src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git remote"
   },
@@ -107,10 +99,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-bloaty",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git init",
     "~followup_annotations": [
@@ -125,10 +113,6 @@
       "https://fuchsia.googlesource.com/third_party/bloaty"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-bloaty",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.remote set-url",
     "~followup_annotations": [
@@ -145,10 +129,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-bloaty",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git config",
     "~followup_annotations": [
@@ -164,10 +144,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-bloaty",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git fetch",
     "~followup_annotations": [
@@ -222,10 +198,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/bloaty_src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git fetch"
   },
@@ -237,10 +209,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/bloaty_src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git checkout"
   },
@@ -251,10 +219,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/bloaty_src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git rev-parse"
   },
@@ -267,10 +231,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/bloaty_src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git clean"
   },
@@ -285,10 +245,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/bloaty_src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
@@ -303,10 +259,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/bloaty_src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/breakpad_tools.expected/default.json b/recipes/breakpad_tools.expected/default.json
index bf6afca..d6fb2ad 100644
--- a/recipes/breakpad_tools.expected/default.json
+++ b/recipes/breakpad_tools.expected/default.json
@@ -89,10 +89,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git init"
   },
@@ -105,10 +101,6 @@
       "https://chromium.googlesource.com/chromium/tools/depot_tools.git"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git remote"
   },
@@ -142,10 +134,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-chromium-tools-depot_tools.git",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git init",
     "~followup_annotations": [
@@ -160,10 +148,6 @@
       "https://chromium.googlesource.com/chromium/tools/depot_tools.git"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-chromium-tools-depot_tools.git",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.remote set-url",
     "~followup_annotations": [
@@ -180,10 +164,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-chromium-tools-depot_tools.git",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git config",
     "~followup_annotations": [
@@ -199,10 +179,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-chromium-tools-depot_tools.git",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git fetch",
     "~followup_annotations": [
@@ -257,10 +233,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git fetch"
   },
@@ -272,10 +244,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git checkout"
   },
@@ -286,10 +254,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git rev-parse"
   },
@@ -302,10 +266,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git clean"
   },
@@ -320,10 +280,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
@@ -338,10 +294,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/breakpad_tools.expected/new_version.json b/recipes/breakpad_tools.expected/new_version.json
index 63345eb..39a51b2 100644
--- a/recipes/breakpad_tools.expected/new_version.json
+++ b/recipes/breakpad_tools.expected/new_version.json
@@ -89,10 +89,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git init"
   },
@@ -105,10 +101,6 @@
       "https://chromium.googlesource.com/chromium/tools/depot_tools.git"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git remote"
   },
@@ -142,10 +134,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-chromium-tools-depot_tools.git",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git init",
     "~followup_annotations": [
@@ -160,10 +148,6 @@
       "https://chromium.googlesource.com/chromium/tools/depot_tools.git"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-chromium-tools-depot_tools.git",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.remote set-url",
     "~followup_annotations": [
@@ -180,10 +164,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-chromium-tools-depot_tools.git",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git config",
     "~followup_annotations": [
@@ -199,10 +179,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-chromium-tools-depot_tools.git",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git fetch",
     "~followup_annotations": [
@@ -257,10 +233,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git fetch"
   },
@@ -272,10 +244,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git checkout"
   },
@@ -286,10 +254,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git rev-parse"
   },
@@ -302,10 +266,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git clean"
   },
@@ -320,10 +280,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
@@ -338,10 +294,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/cipd_with_dependencies_roller.expected/dependencies_satisfied.json b/recipes/cipd_with_dependencies_roller.expected/dependencies_satisfied.json
index ad7cca8..00685b9 100644
--- a/recipes/cipd_with_dependencies_roller.expected/dependencies_satisfied.json
+++ b/recipes/cipd_with_dependencies_roller.expected/dependencies_satisfied.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "-enable-lockfile=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri init"
   },
@@ -90,10 +86,6 @@
       "other/dependency",
       "sso://fuchsia/integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri import"
   },
@@ -109,10 +101,6 @@
       "fuchsia/flower",
       "sso://fuchsia/integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri import (2)"
   },
@@ -127,10 +115,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri update"
   },
@@ -143,10 +127,6 @@
       "-j=16",
       "-attempts=3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri run-hooks"
   },
@@ -161,10 +141,6 @@
       "/path/to/tmp/json",
       "flutter/dependent/${platform}"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri package",
     "~followup_annotations": [
@@ -297,10 +273,6 @@
       "/path/to/tmp/json",
       "flutter/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri package (2)",
     "~followup_annotations": [
@@ -326,10 +298,6 @@
       "/path/to/tmp/json",
       "dart/sdk"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri project",
     "~followup_annotations": [
@@ -357,10 +325,6 @@
       "flutter/dependent/${platform}=git_revision:dependent_revision_lmn",
       "fuchsia/prebuilts"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri edit",
     "~followup_annotations": [
@@ -392,10 +356,6 @@
       "integration/jiri.lock",
       "integration/flower"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri resolve",
     "~followup_annotations": [
@@ -413,10 +373,6 @@
       "--exclude-standard"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "check for no-op commit",
     "~followup_annotations": [
@@ -430,10 +386,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git diff"
   },
@@ -444,10 +396,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git hash-object"
   },
@@ -533,10 +481,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git commit"
   },
@@ -550,10 +494,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+2,l=Code-Review+2"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git push",
     "~followup_annotations": [
diff --git a/recipes/cipd_with_dependencies_roller.expected/dependencies_satisfied_package_with_platform.json b/recipes/cipd_with_dependencies_roller.expected/dependencies_satisfied_package_with_platform.json
index cb7f6c2..9d8ad6e 100644
--- a/recipes/cipd_with_dependencies_roller.expected/dependencies_satisfied_package_with_platform.json
+++ b/recipes/cipd_with_dependencies_roller.expected/dependencies_satisfied_package_with_platform.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "-enable-lockfile=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri init"
   },
@@ -90,10 +86,6 @@
       "other/dependency",
       "sso://fuchsia/integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri import"
   },
@@ -109,10 +101,6 @@
       "fuchsia/flower",
       "sso://fuchsia/integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri import (2)"
   },
@@ -127,10 +115,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri update"
   },
@@ -143,10 +127,6 @@
       "-j=16",
       "-attempts=3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri run-hooks"
   },
@@ -161,10 +141,6 @@
       "/path/to/tmp/json",
       "flutter/dependent"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri package",
     "~followup_annotations": [
@@ -297,10 +273,6 @@
       "/path/to/tmp/json",
       "flutter/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri package (2)",
     "~followup_annotations": [
@@ -326,10 +298,6 @@
       "/path/to/tmp/json",
       "dart/sdk"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri project",
     "~followup_annotations": [
@@ -357,10 +325,6 @@
       "flutter/dependent=git_revision:dependent_revision_lmn",
       "fuchsia/prebuilts"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri edit",
     "~followup_annotations": [
@@ -392,10 +356,6 @@
       "integration/jiri.lock",
       "integration/flower"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri resolve",
     "~followup_annotations": [
@@ -413,10 +373,6 @@
       "--exclude-standard"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "check for no-op commit",
     "~followup_annotations": [
@@ -430,10 +386,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git diff"
   },
@@ -444,10 +396,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git hash-object"
   },
@@ -533,10 +481,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git commit"
   },
@@ -550,10 +494,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+2,l=Code-Review+2"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git push",
     "~followup_annotations": [
diff --git a/recipes/cipd_with_dependencies_roller.expected/nothing_to_roll.json b/recipes/cipd_with_dependencies_roller.expected/nothing_to_roll.json
index 24115d4..83608cb 100644
--- a/recipes/cipd_with_dependencies_roller.expected/nothing_to_roll.json
+++ b/recipes/cipd_with_dependencies_roller.expected/nothing_to_roll.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "-enable-lockfile=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri init"
   },
@@ -90,10 +86,6 @@
       "other/dependency",
       "sso://fuchsia/integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri import"
   },
@@ -109,10 +101,6 @@
       "fuchsia/flower",
       "sso://fuchsia/integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri import (2)"
   },
@@ -127,10 +115,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri update"
   },
@@ -143,10 +127,6 @@
       "-j=16",
       "-attempts=3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri run-hooks"
   },
@@ -161,10 +141,6 @@
       "/path/to/tmp/json",
       "flutter/dependent/${platform}"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri package",
     "~followup_annotations": [
diff --git a/recipes/cipd_with_dependencies_roller.expected/package_dependencies_not_satisfied.json b/recipes/cipd_with_dependencies_roller.expected/package_dependencies_not_satisfied.json
index d238597..9e3f594 100644
--- a/recipes/cipd_with_dependencies_roller.expected/package_dependencies_not_satisfied.json
+++ b/recipes/cipd_with_dependencies_roller.expected/package_dependencies_not_satisfied.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "-enable-lockfile=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri init"
   },
@@ -90,10 +86,6 @@
       "other/dependency",
       "sso://fuchsia/integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri import"
   },
@@ -109,10 +101,6 @@
       "fuchsia/flower",
       "sso://fuchsia/integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri import (2)"
   },
@@ -127,10 +115,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri update"
   },
@@ -143,10 +127,6 @@
       "-j=16",
       "-attempts=3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri run-hooks"
   },
@@ -161,10 +141,6 @@
       "/path/to/tmp/json",
       "flutter/dependent/${platform}"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri package",
     "~followup_annotations": [
@@ -297,10 +273,6 @@
       "/path/to/tmp/json",
       "flutter/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri package (2)",
     "~followup_annotations": [
diff --git a/recipes/cipd_with_dependencies_roller.expected/project_dependencies_not_satisfied.json b/recipes/cipd_with_dependencies_roller.expected/project_dependencies_not_satisfied.json
index 15429a8..6f40142 100644
--- a/recipes/cipd_with_dependencies_roller.expected/project_dependencies_not_satisfied.json
+++ b/recipes/cipd_with_dependencies_roller.expected/project_dependencies_not_satisfied.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "-enable-lockfile=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri init"
   },
@@ -90,10 +86,6 @@
       "other/dependency",
       "sso://fuchsia/integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri import"
   },
@@ -109,10 +101,6 @@
       "fuchsia/flower",
       "sso://fuchsia/integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri import (2)"
   },
@@ -127,10 +115,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri update"
   },
@@ -143,10 +127,6 @@
       "-j=16",
       "-attempts=3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri run-hooks"
   },
@@ -161,10 +141,6 @@
       "/path/to/tmp/json",
       "flutter/dependent/${platform}"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri package",
     "~followup_annotations": [
@@ -297,10 +273,6 @@
       "/path/to/tmp/json",
       "flutter/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri package (2)",
     "~followup_annotations": [
@@ -326,10 +298,6 @@
       "/path/to/tmp/json",
       "dart/sdk"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri project",
     "~followup_annotations": [
diff --git a/recipes/clang_toolchain.expected/ci-linux-x64.json b/recipes/clang_toolchain.expected/ci-linux-x64.json
index 47663d5..83af642 100644
--- a/recipes/clang_toolchain.expected/ci-linux-x64.json
+++ b/recipes/clang_toolchain.expected/ci-linux-x64.json
@@ -147,10 +147,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git init"
   },
@@ -163,10 +159,6 @@
       "https://fuchsia.googlesource.com/third_party/llvm-project"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git remote"
   },
@@ -200,10 +192,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git init",
     "~followup_annotations": [
@@ -218,10 +206,6 @@
       "https://fuchsia.googlesource.com/third_party/llvm-project"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.remote set-url",
     "~followup_annotations": [
@@ -238,10 +222,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git config",
     "~followup_annotations": [
@@ -257,10 +237,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git fetch",
     "~followup_annotations": [
@@ -314,10 +290,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git fetch"
   },
@@ -329,10 +301,6 @@
       "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git checkout"
   },
@@ -343,10 +311,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git rev-parse"
   },
@@ -359,10 +323,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git clean"
   },
@@ -377,10 +337,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
@@ -395,10 +351,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule update",
     "~followup_annotations": [
@@ -484,8 +436,6 @@
     ],
     "cwd": "[START_DIR]/zlib/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "zlib.git init",
@@ -503,8 +453,6 @@
     ],
     "cwd": "[START_DIR]/zlib/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "zlib.git remote",
@@ -549,8 +497,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-zlib",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "zlib.cache.git init",
@@ -567,8 +513,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-zlib",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "zlib.cache.remote set-url",
@@ -587,8 +531,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-zlib",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "zlib.cache.git config",
@@ -606,8 +548,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-zlib",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "zlib.cache.git fetch",
@@ -670,8 +610,6 @@
     ],
     "cwd": "[START_DIR]/zlib/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "zlib.git fetch",
@@ -688,8 +626,6 @@
     ],
     "cwd": "[START_DIR]/zlib/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "zlib.git checkout",
@@ -705,8 +641,6 @@
     ],
     "cwd": "[START_DIR]/zlib/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "zlib.git rev-parse",
@@ -724,8 +658,6 @@
     ],
     "cwd": "[START_DIR]/zlib/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "zlib.git clean",
@@ -748,8 +680,6 @@
     ],
     "cwd": "[START_DIR]/zlib/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "zlib.submodule.git submodule sync",
@@ -766,8 +696,6 @@
     ],
     "cwd": "[START_DIR]/zlib/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "zlib.submodule.git submodule update",
@@ -908,8 +836,6 @@
     ],
     "cwd": "[START_DIR]/libxml2/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "libxml2.git init",
@@ -927,8 +853,6 @@
     ],
     "cwd": "[START_DIR]/libxml2/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "libxml2.git remote",
@@ -973,8 +897,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-libxml2",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "libxml2.cache.git init",
@@ -991,8 +913,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-libxml2",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "libxml2.cache.remote set-url",
@@ -1011,8 +931,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-libxml2",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "libxml2.cache.git config",
@@ -1030,8 +948,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-libxml2",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "libxml2.cache.git fetch",
@@ -1094,8 +1010,6 @@
     ],
     "cwd": "[START_DIR]/libxml2/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "libxml2.git fetch",
@@ -1112,8 +1026,6 @@
     ],
     "cwd": "[START_DIR]/libxml2/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "libxml2.git checkout",
@@ -1129,8 +1041,6 @@
     ],
     "cwd": "[START_DIR]/libxml2/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "libxml2.git rev-parse",
@@ -1148,8 +1058,6 @@
     ],
     "cwd": "[START_DIR]/libxml2/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "libxml2.git clean",
@@ -1172,8 +1080,6 @@
     ],
     "cwd": "[START_DIR]/libxml2/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "libxml2.submodule.git submodule sync",
@@ -1190,8 +1096,6 @@
     ],
     "cwd": "[START_DIR]/libxml2/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "libxml2.submodule.git submodule update",
diff --git a/recipes/clang_toolchain.expected/ci-mac-x64.json b/recipes/clang_toolchain.expected/ci-mac-x64.json
index fbf70ce..d9eb5b7 100644
--- a/recipes/clang_toolchain.expected/ci-mac-x64.json
+++ b/recipes/clang_toolchain.expected/ci-mac-x64.json
@@ -141,10 +141,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git init"
   },
@@ -157,10 +153,6 @@
       "https://fuchsia.googlesource.com/third_party/llvm-project"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git remote"
   },
@@ -194,10 +186,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git init",
     "~followup_annotations": [
@@ -212,10 +200,6 @@
       "https://fuchsia.googlesource.com/third_party/llvm-project"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.remote set-url",
     "~followup_annotations": [
@@ -232,10 +216,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git config",
     "~followup_annotations": [
@@ -251,10 +231,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git fetch",
     "~followup_annotations": [
@@ -308,10 +284,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git fetch"
   },
@@ -323,10 +295,6 @@
       "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git checkout"
   },
@@ -337,10 +305,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git rev-parse"
   },
@@ -353,10 +317,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git clean"
   },
@@ -371,10 +331,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
@@ -389,10 +345,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule update",
     "~followup_annotations": [
@@ -547,8 +499,6 @@
     ],
     "cwd": "[START_DIR]/zlib/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "zlib.git init",
@@ -566,8 +516,6 @@
     ],
     "cwd": "[START_DIR]/zlib/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "zlib.git remote",
@@ -612,8 +560,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-zlib",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "zlib.cache.git init",
@@ -630,8 +576,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-zlib",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "zlib.cache.remote set-url",
@@ -650,8 +594,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-zlib",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "zlib.cache.git config",
@@ -669,8 +611,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-zlib",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "zlib.cache.git fetch",
@@ -733,8 +673,6 @@
     ],
     "cwd": "[START_DIR]/zlib/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "zlib.git fetch",
@@ -751,8 +689,6 @@
     ],
     "cwd": "[START_DIR]/zlib/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "zlib.git checkout",
@@ -768,8 +704,6 @@
     ],
     "cwd": "[START_DIR]/zlib/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "zlib.git rev-parse",
@@ -787,8 +721,6 @@
     ],
     "cwd": "[START_DIR]/zlib/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "zlib.git clean",
@@ -811,8 +743,6 @@
     ],
     "cwd": "[START_DIR]/zlib/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "zlib.submodule.git submodule sync",
@@ -829,8 +759,6 @@
     ],
     "cwd": "[START_DIR]/zlib/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "zlib.submodule.git submodule update",
@@ -971,8 +899,6 @@
     ],
     "cwd": "[START_DIR]/libxml2/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "libxml2.git init",
@@ -990,8 +916,6 @@
     ],
     "cwd": "[START_DIR]/libxml2/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "libxml2.git remote",
@@ -1036,8 +960,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-libxml2",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "libxml2.cache.git init",
@@ -1054,8 +976,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-libxml2",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "libxml2.cache.remote set-url",
@@ -1074,8 +994,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-libxml2",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "libxml2.cache.git config",
@@ -1093,8 +1011,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-libxml2",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "libxml2.cache.git fetch",
@@ -1157,8 +1073,6 @@
     ],
     "cwd": "[START_DIR]/libxml2/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "libxml2.git fetch",
@@ -1175,8 +1089,6 @@
     ],
     "cwd": "[START_DIR]/libxml2/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "libxml2.git checkout",
@@ -1192,8 +1104,6 @@
     ],
     "cwd": "[START_DIR]/libxml2/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "libxml2.git rev-parse",
@@ -1211,8 +1121,6 @@
     ],
     "cwd": "[START_DIR]/libxml2/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "libxml2.git clean",
@@ -1235,8 +1143,6 @@
     ],
     "cwd": "[START_DIR]/libxml2/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "libxml2.submodule.git submodule sync",
@@ -1253,8 +1159,6 @@
     ],
     "cwd": "[START_DIR]/libxml2/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "libxml2.submodule.git submodule update",
diff --git a/recipes/clang_toolchain.expected/linux-arm64.json b/recipes/clang_toolchain.expected/linux-arm64.json
index 04cda31..4bfda01 100644
--- a/recipes/clang_toolchain.expected/linux-arm64.json
+++ b/recipes/clang_toolchain.expected/linux-arm64.json
@@ -107,10 +107,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git init"
   },
@@ -123,10 +119,6 @@
       "https://fuchsia.googlesource.com/third_party/llvm-project"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git remote"
   },
@@ -160,10 +152,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git init",
     "~followup_annotations": [
@@ -178,10 +166,6 @@
       "https://fuchsia.googlesource.com/third_party/llvm-project"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.remote set-url",
     "~followup_annotations": [
@@ -198,10 +182,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git config",
     "~followup_annotations": [
@@ -217,10 +197,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git fetch",
     "~followup_annotations": [
@@ -274,10 +250,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git fetch"
   },
@@ -289,10 +261,6 @@
       "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git checkout"
   },
@@ -303,10 +271,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git rev-parse"
   },
@@ -319,10 +283,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git clean"
   },
@@ -337,10 +297,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
@@ -355,10 +311,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule update",
     "~followup_annotations": [
@@ -411,10 +363,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/zlib/src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "zlib.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -429,10 +377,6 @@
       "https://fuchsia.googlesource.com/third_party/zlib"
     ],
     "cwd": "[START_DIR]/zlib/src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "zlib.git remote",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -471,10 +415,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-zlib",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "zlib.cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -488,10 +428,6 @@
       "https://fuchsia.googlesource.com/third_party/zlib"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-zlib",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "zlib.cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -507,10 +443,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-zlib",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "zlib.cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -525,10 +457,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-zlib",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "zlib.cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -582,10 +510,6 @@
       "refs/tags/v1.2.11"
     ],
     "cwd": "[START_DIR]/zlib/src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "zlib.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -599,10 +523,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/zlib/src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "zlib.git checkout",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -615,10 +535,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/zlib/src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "zlib.git rev-parse",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -633,10 +549,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/zlib/src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "zlib.git clean",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -656,10 +568,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/zlib/src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "zlib.submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -673,10 +581,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/zlib/src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "zlib.submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -802,10 +706,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/libxml2/src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "libxml2.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -820,10 +720,6 @@
       "https://fuchsia.googlesource.com/third_party/libxml2"
     ],
     "cwd": "[START_DIR]/libxml2/src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "libxml2.git remote",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -862,10 +758,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-libxml2",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "libxml2.cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -879,10 +771,6 @@
       "https://fuchsia.googlesource.com/third_party/libxml2"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-libxml2",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "libxml2.cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -898,10 +786,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-libxml2",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "libxml2.cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -916,10 +800,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-libxml2",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "libxml2.cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -973,10 +853,6 @@
       "refs/tags/v2.9.10"
     ],
     "cwd": "[START_DIR]/libxml2/src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "libxml2.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -990,10 +866,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/libxml2/src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "libxml2.git checkout",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -1006,10 +878,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/libxml2/src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "libxml2.git rev-parse",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -1024,10 +892,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/libxml2/src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "libxml2.git clean",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -1047,10 +911,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/libxml2/src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "libxml2.submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -1064,10 +924,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/libxml2/src",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "libxml2.submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipes/clang_toolchain.expected/prod-linux-x64.json b/recipes/clang_toolchain.expected/prod-linux-x64.json
index b6c4595..b9b561c 100644
--- a/recipes/clang_toolchain.expected/prod-linux-x64.json
+++ b/recipes/clang_toolchain.expected/prod-linux-x64.json
@@ -147,10 +147,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git init"
   },
@@ -163,10 +159,6 @@
       "https://fuchsia.googlesource.com/third_party/llvm-project"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git remote"
   },
@@ -200,10 +192,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git init",
     "~followup_annotations": [
@@ -218,10 +206,6 @@
       "https://fuchsia.googlesource.com/third_party/llvm-project"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.remote set-url",
     "~followup_annotations": [
@@ -238,10 +222,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git config",
     "~followup_annotations": [
@@ -257,10 +237,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git fetch",
     "~followup_annotations": [
@@ -314,10 +290,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git fetch"
   },
@@ -329,10 +301,6 @@
       "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git checkout"
   },
@@ -343,10 +311,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git rev-parse"
   },
@@ -359,10 +323,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git clean"
   },
@@ -377,10 +337,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
@@ -395,10 +351,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule update",
     "~followup_annotations": [
@@ -484,8 +436,6 @@
     ],
     "cwd": "[START_DIR]/zlib/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "zlib.git init",
@@ -503,8 +453,6 @@
     ],
     "cwd": "[START_DIR]/zlib/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "zlib.git remote",
@@ -549,8 +497,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-zlib",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "zlib.cache.git init",
@@ -567,8 +513,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-zlib",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "zlib.cache.remote set-url",
@@ -587,8 +531,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-zlib",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "zlib.cache.git config",
@@ -606,8 +548,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-zlib",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "zlib.cache.git fetch",
@@ -670,8 +610,6 @@
     ],
     "cwd": "[START_DIR]/zlib/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "zlib.git fetch",
@@ -688,8 +626,6 @@
     ],
     "cwd": "[START_DIR]/zlib/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "zlib.git checkout",
@@ -705,8 +641,6 @@
     ],
     "cwd": "[START_DIR]/zlib/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "zlib.git rev-parse",
@@ -724,8 +658,6 @@
     ],
     "cwd": "[START_DIR]/zlib/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "zlib.git clean",
@@ -748,8 +680,6 @@
     ],
     "cwd": "[START_DIR]/zlib/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "zlib.submodule.git submodule sync",
@@ -766,8 +696,6 @@
     ],
     "cwd": "[START_DIR]/zlib/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "zlib.submodule.git submodule update",
@@ -908,8 +836,6 @@
     ],
     "cwd": "[START_DIR]/libxml2/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "libxml2.git init",
@@ -927,8 +853,6 @@
     ],
     "cwd": "[START_DIR]/libxml2/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "libxml2.git remote",
@@ -973,8 +897,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-libxml2",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "libxml2.cache.git init",
@@ -991,8 +913,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-libxml2",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "libxml2.cache.remote set-url",
@@ -1011,8 +931,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-libxml2",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "libxml2.cache.git config",
@@ -1030,8 +948,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-libxml2",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "libxml2.cache.git fetch",
@@ -1094,8 +1010,6 @@
     ],
     "cwd": "[START_DIR]/libxml2/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "libxml2.git fetch",
@@ -1112,8 +1026,6 @@
     ],
     "cwd": "[START_DIR]/libxml2/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "libxml2.git checkout",
@@ -1129,8 +1041,6 @@
     ],
     "cwd": "[START_DIR]/libxml2/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "libxml2.git rev-parse",
@@ -1148,8 +1058,6 @@
     ],
     "cwd": "[START_DIR]/libxml2/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "libxml2.git clean",
@@ -1172,8 +1080,6 @@
     ],
     "cwd": "[START_DIR]/libxml2/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "libxml2.submodule.git submodule sync",
@@ -1190,8 +1096,6 @@
     ],
     "cwd": "[START_DIR]/libxml2/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "libxml2.submodule.git submodule update",
diff --git a/recipes/clang_toolchain.expected/prod-mac-x64.json b/recipes/clang_toolchain.expected/prod-mac-x64.json
index fd55360..6f1ed1c 100644
--- a/recipes/clang_toolchain.expected/prod-mac-x64.json
+++ b/recipes/clang_toolchain.expected/prod-mac-x64.json
@@ -141,10 +141,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git init"
   },
@@ -157,10 +153,6 @@
       "https://fuchsia.googlesource.com/third_party/llvm-project"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git remote"
   },
@@ -194,10 +186,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git init",
     "~followup_annotations": [
@@ -212,10 +200,6 @@
       "https://fuchsia.googlesource.com/third_party/llvm-project"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.remote set-url",
     "~followup_annotations": [
@@ -232,10 +216,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git config",
     "~followup_annotations": [
@@ -251,10 +231,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git fetch",
     "~followup_annotations": [
@@ -308,10 +284,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git fetch"
   },
@@ -323,10 +295,6 @@
       "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git checkout"
   },
@@ -337,10 +305,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git rev-parse"
   },
@@ -353,10 +317,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git clean"
   },
@@ -371,10 +331,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
@@ -389,10 +345,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule update",
     "~followup_annotations": [
@@ -547,8 +499,6 @@
     ],
     "cwd": "[START_DIR]/zlib/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "zlib.git init",
@@ -566,8 +516,6 @@
     ],
     "cwd": "[START_DIR]/zlib/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "zlib.git remote",
@@ -612,8 +560,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-zlib",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "zlib.cache.git init",
@@ -630,8 +576,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-zlib",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "zlib.cache.remote set-url",
@@ -650,8 +594,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-zlib",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "zlib.cache.git config",
@@ -669,8 +611,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-zlib",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "zlib.cache.git fetch",
@@ -733,8 +673,6 @@
     ],
     "cwd": "[START_DIR]/zlib/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "zlib.git fetch",
@@ -751,8 +689,6 @@
     ],
     "cwd": "[START_DIR]/zlib/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "zlib.git checkout",
@@ -768,8 +704,6 @@
     ],
     "cwd": "[START_DIR]/zlib/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "zlib.git rev-parse",
@@ -787,8 +721,6 @@
     ],
     "cwd": "[START_DIR]/zlib/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "zlib.git clean",
@@ -811,8 +743,6 @@
     ],
     "cwd": "[START_DIR]/zlib/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "zlib.submodule.git submodule sync",
@@ -829,8 +759,6 @@
     ],
     "cwd": "[START_DIR]/zlib/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "zlib.submodule.git submodule update",
@@ -971,8 +899,6 @@
     ],
     "cwd": "[START_DIR]/libxml2/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "libxml2.git init",
@@ -990,8 +916,6 @@
     ],
     "cwd": "[START_DIR]/libxml2/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "libxml2.git remote",
@@ -1036,8 +960,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-libxml2",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "libxml2.cache.git init",
@@ -1054,8 +976,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-libxml2",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "libxml2.cache.remote set-url",
@@ -1074,8 +994,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-libxml2",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "libxml2.cache.git config",
@@ -1093,8 +1011,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-libxml2",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "libxml2.cache.git fetch",
@@ -1157,8 +1073,6 @@
     ],
     "cwd": "[START_DIR]/libxml2/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "libxml2.git fetch",
@@ -1175,8 +1089,6 @@
     ],
     "cwd": "[START_DIR]/libxml2/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "libxml2.git checkout",
@@ -1192,8 +1104,6 @@
     ],
     "cwd": "[START_DIR]/libxml2/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "libxml2.git rev-parse",
@@ -1211,8 +1121,6 @@
     ],
     "cwd": "[START_DIR]/libxml2/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "libxml2.git clean",
@@ -1235,8 +1143,6 @@
     ],
     "cwd": "[START_DIR]/libxml2/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "libxml2.submodule.git submodule sync",
@@ -1253,8 +1159,6 @@
     ],
     "cwd": "[START_DIR]/libxml2/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "GOMA_TMP_DIR": "[CLEANUP]/goma"
     },
     "name": "libxml2.submodule.git submodule update",
diff --git a/recipes/clang_toolchain.expected/windows-amd64.json b/recipes/clang_toolchain.expected/windows-amd64.json
index 0155a87..bc5ad27 100644
--- a/recipes/clang_toolchain.expected/windows-amd64.json
+++ b/recipes/clang_toolchain.expected/windows-amd64.json
@@ -194,10 +194,6 @@
       "init"
     ],
     "cwd": "[START_DIR]\\llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git init"
   },
@@ -210,10 +206,6 @@
       "https://fuchsia.googlesource.com/third_party/llvm-project"
     ],
     "cwd": "[START_DIR]\\llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git remote"
   },
@@ -247,10 +239,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]\\git\\fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git init",
     "~followup_annotations": [
@@ -265,10 +253,6 @@
       "https://fuchsia.googlesource.com/third_party/llvm-project"
     ],
     "cwd": "[CACHE]\\git\\fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.remote set-url",
     "~followup_annotations": [
@@ -285,10 +269,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]\\git\\fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git config",
     "~followup_annotations": [
@@ -304,10 +284,6 @@
       "origin"
     ],
     "cwd": "[CACHE]\\git\\fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git fetch",
     "~followup_annotations": [
@@ -361,10 +337,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]\\llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git fetch"
   },
@@ -376,10 +348,6 @@
       "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
     ],
     "cwd": "[START_DIR]\\llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git checkout"
   },
@@ -390,10 +358,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]\\llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git rev-parse"
   },
@@ -406,10 +370,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]\\llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git clean"
   },
@@ -424,10 +384,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]\\llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
@@ -442,10 +398,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]\\llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/cmake.expected/linux.json b/recipes/cmake.expected/linux.json
index 534ca97..8be4910 100644
--- a/recipes/cmake.expected/linux.json
+++ b/recipes/cmake.expected/linux.json
@@ -27,10 +27,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/cmake",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.git init",
     "~followup_annotations": [
@@ -46,10 +42,6 @@
       "https://fuchsia.googlesource.com/third_party/github.com/Kitware/CMake"
     ],
     "cwd": "[START_DIR]/cmake",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.git remote",
     "~followup_annotations": [
@@ -89,10 +81,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-github.com-Kitware-CMake",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.cache.git init",
     "~followup_annotations": [
@@ -107,10 +95,6 @@
       "https://fuchsia.googlesource.com/third_party/github.com/Kitware/CMake"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-github.com-Kitware-CMake",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.cache.remote set-url",
     "~followup_annotations": [
@@ -127,10 +111,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-github.com-Kitware-CMake",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.cache.git config",
     "~followup_annotations": [
@@ -146,10 +126,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-github.com-Kitware-CMake",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.cache.git fetch",
     "~followup_annotations": [
@@ -203,10 +179,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/cmake",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.git fetch",
     "~followup_annotations": [
@@ -221,10 +193,6 @@
       "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
     ],
     "cwd": "[START_DIR]/cmake",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.git checkout",
     "~followup_annotations": [
@@ -238,10 +206,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/cmake",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.git rev-parse",
     "~followup_annotations": [
@@ -257,10 +221,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/cmake",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.git clean",
     "~followup_annotations": [
@@ -281,10 +241,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/cmake",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.submodule.git submodule sync",
     "~followup_annotations": [
@@ -299,10 +255,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/cmake",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/cmake.expected/mac.json b/recipes/cmake.expected/mac.json
index d0a138a..b329265 100644
--- a/recipes/cmake.expected/mac.json
+++ b/recipes/cmake.expected/mac.json
@@ -27,10 +27,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/cmake",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.git init",
     "~followup_annotations": [
@@ -46,10 +42,6 @@
       "https://fuchsia.googlesource.com/third_party/github.com/Kitware/CMake"
     ],
     "cwd": "[START_DIR]/cmake",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.git remote",
     "~followup_annotations": [
@@ -89,10 +81,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-github.com-Kitware-CMake",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.cache.git init",
     "~followup_annotations": [
@@ -107,10 +95,6 @@
       "https://fuchsia.googlesource.com/third_party/github.com/Kitware/CMake"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-github.com-Kitware-CMake",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.cache.remote set-url",
     "~followup_annotations": [
@@ -127,10 +111,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-github.com-Kitware-CMake",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.cache.git config",
     "~followup_annotations": [
@@ -146,10 +126,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-github.com-Kitware-CMake",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.cache.git fetch",
     "~followup_annotations": [
@@ -203,10 +179,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/cmake",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.git fetch",
     "~followup_annotations": [
@@ -221,10 +193,6 @@
       "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
     ],
     "cwd": "[START_DIR]/cmake",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.git checkout",
     "~followup_annotations": [
@@ -238,10 +206,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/cmake",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.git rev-parse",
     "~followup_annotations": [
@@ -257,10 +221,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/cmake",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.git clean",
     "~followup_annotations": [
@@ -281,10 +241,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/cmake",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.submodule.git submodule sync",
     "~followup_annotations": [
@@ -299,10 +255,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/cmake",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/cmake.expected/win.json b/recipes/cmake.expected/win.json
index 8b953d0..3e3669e 100644
--- a/recipes/cmake.expected/win.json
+++ b/recipes/cmake.expected/win.json
@@ -27,10 +27,6 @@
       "init"
     ],
     "cwd": "[START_DIR]\\cmake",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.git init",
     "~followup_annotations": [
@@ -46,10 +42,6 @@
       "https://fuchsia.googlesource.com/third_party/github.com/Kitware/CMake"
     ],
     "cwd": "[START_DIR]\\cmake",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.git remote",
     "~followup_annotations": [
@@ -89,10 +81,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]\\git\\fuchsia.googlesource.com-third_party-github.com-Kitware-CMake",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.cache.git init",
     "~followup_annotations": [
@@ -107,10 +95,6 @@
       "https://fuchsia.googlesource.com/third_party/github.com/Kitware/CMake"
     ],
     "cwd": "[CACHE]\\git\\fuchsia.googlesource.com-third_party-github.com-Kitware-CMake",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.cache.remote set-url",
     "~followup_annotations": [
@@ -127,10 +111,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]\\git\\fuchsia.googlesource.com-third_party-github.com-Kitware-CMake",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.cache.git config",
     "~followup_annotations": [
@@ -146,10 +126,6 @@
       "origin"
     ],
     "cwd": "[CACHE]\\git\\fuchsia.googlesource.com-third_party-github.com-Kitware-CMake",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.cache.git fetch",
     "~followup_annotations": [
@@ -203,10 +179,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]\\cmake",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.git fetch",
     "~followup_annotations": [
@@ -221,10 +193,6 @@
       "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
     ],
     "cwd": "[START_DIR]\\cmake",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.git checkout",
     "~followup_annotations": [
@@ -238,10 +206,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]\\cmake",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.git rev-parse",
     "~followup_annotations": [
@@ -257,10 +221,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]\\cmake",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.git clean",
     "~followup_annotations": [
@@ -281,10 +241,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]\\cmake",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.submodule.git submodule sync",
     "~followup_annotations": [
@@ -299,10 +255,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]\\cmake",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/cobalt.expected/ci.json b/recipes/cobalt.expected/ci.json
index 27750df..a6b85e2 100644
--- a/recipes/cobalt.expected/ci.json
+++ b/recipes/cobalt.expected/ci.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri init",
     "~followup_annotations": [
@@ -93,10 +89,6 @@
       "cobalt",
       "https://fuchsia.googlesource.com/manifest"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri import",
     "~followup_annotations": [
@@ -114,10 +106,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri update",
     "~followup_annotations": [
@@ -133,10 +121,6 @@
       "-j=16",
       "-attempts=3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
@@ -152,10 +136,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
diff --git a/recipes/cobalt.expected/cq_try.json b/recipes/cobalt.expected/cq_try.json
index 99248f7..8ed8d8d 100644
--- a/recipes/cobalt.expected/cq_try.json
+++ b/recipes/cobalt.expected/cq_try.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri init",
     "~followup_annotations": [
@@ -183,10 +179,6 @@
       "cobalt",
       "https://fuchsia.googlesource.com/manifest"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri import",
     "~followup_annotations": [
@@ -205,10 +197,6 @@
       "-run-hooks=false",
       "-fetch-packages=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri update",
     "~followup_annotations": [
@@ -229,10 +217,6 @@
       "-rebase=true",
       "refs/changes/00/100/7"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -249,10 +233,6 @@
       "/path/to/tmp/json",
       "cobalt"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -281,10 +261,6 @@
       "-n",
       "10"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.git log",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -300,10 +276,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
@@ -320,10 +292,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri fetch-packages",
     "~followup_annotations": [
@@ -339,10 +307,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
diff --git a/recipes/cobalt_config.expected/ci.json b/recipes/cobalt_config.expected/ci.json
index e9518ae..fd74e8f 100644
--- a/recipes/cobalt_config.expected/ci.json
+++ b/recipes/cobalt_config.expected/ci.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri init",
     "~followup_annotations": [
@@ -95,10 +91,6 @@
       "config.manifest",
       "https://fuchsia.googlesource.com/manifest"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri import",
     "~followup_annotations": [
@@ -116,10 +108,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri update",
     "~followup_annotations": [
@@ -135,10 +123,6 @@
       "-j=16",
       "-attempts=3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
@@ -154,10 +138,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
@@ -186,10 +166,6 @@
       "/path/to/tmp/json",
       "cobalt-registry"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri project",
     "~followup_annotations": [
diff --git a/recipes/cobalt_config.expected/cq_try.json b/recipes/cobalt_config.expected/cq_try.json
index a77a9ee..8f8b57b 100644
--- a/recipes/cobalt_config.expected/cq_try.json
+++ b/recipes/cobalt_config.expected/cq_try.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri init",
     "~followup_annotations": [
@@ -185,10 +181,6 @@
       "config.manifest",
       "https://fuchsia.googlesource.com/manifest"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri import",
     "~followup_annotations": [
@@ -207,10 +199,6 @@
       "-run-hooks=false",
       "-fetch-packages=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri update",
     "~followup_annotations": [
@@ -231,10 +219,6 @@
       "-rebase=true",
       "refs/changes/00/100/7"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -255,10 +239,6 @@
       "-run-hooks=false",
       "-fetch-packages=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update (2)",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -275,10 +255,6 @@
       "/path/to/tmp/json",
       "cobalt-registry"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -307,10 +283,6 @@
       "-n",
       "10"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.git log",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -326,10 +298,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
@@ -346,10 +314,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri fetch-packages",
     "~followup_annotations": [
@@ -365,10 +329,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
@@ -397,10 +357,6 @@
       "/path/to/tmp/json",
       "cobalt-registry"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri project",
     "~followup_annotations": [
diff --git a/recipes/code_search.expected/no_diff.json b/recipes/code_search.expected/no_diff.json
index 99801e8..c4f9550 100644
--- a/recipes/code_search.expected/no_diff.json
+++ b/recipes/code_search.expected/no_diff.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -94,10 +90,6 @@
       "flower",
       "https://fuchsia.googlesource.com/integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -114,10 +106,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -133,10 +121,6 @@
       "-j=16",
       "-attempts=3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -151,10 +135,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -180,10 +160,6 @@
       "-j=16",
       "[CLEANUP]/jiri.snapshot"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -244,10 +220,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/super",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -259,10 +231,6 @@
       "https://fuchsia.googlesource.com/super"
     ],
     "cwd": "[START_DIR]/super",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -295,10 +263,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-super",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -312,10 +276,6 @@
       "https://fuchsia.googlesource.com/super"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-super",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -331,10 +291,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-super",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -349,10 +305,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-super",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -406,10 +358,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/super",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -420,10 +368,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/super",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -433,10 +377,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/super",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -448,10 +388,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/super",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -467,10 +403,6 @@
       ".gitmodules"
     ],
     "cwd": "[START_DIR]/super",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri generate-gitmodules"
   },
   {
@@ -501,10 +433,6 @@
       ".gitmodules"
     ],
     "cwd": "[START_DIR]/super",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git add"
   },
   {
@@ -515,10 +443,6 @@
       "--exit-code"
     ],
     "cwd": "[START_DIR]/super",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
diff --git a/recipes/code_search.expected/yes_diff.json b/recipes/code_search.expected/yes_diff.json
index c3c817d..c7d2ec2 100644
--- a/recipes/code_search.expected/yes_diff.json
+++ b/recipes/code_search.expected/yes_diff.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -94,10 +90,6 @@
       "flower",
       "https://fuchsia.googlesource.com/integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -114,10 +106,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -133,10 +121,6 @@
       "-j=16",
       "-attempts=3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -151,10 +135,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -180,10 +160,6 @@
       "-j=16",
       "[CLEANUP]/jiri.snapshot"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -244,10 +220,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/super",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -259,10 +231,6 @@
       "https://fuchsia.googlesource.com/super"
     ],
     "cwd": "[START_DIR]/super",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -295,10 +263,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-super",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -312,10 +276,6 @@
       "https://fuchsia.googlesource.com/super"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-super",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -331,10 +291,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-super",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -349,10 +305,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-super",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -406,10 +358,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/super",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -420,10 +368,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/super",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -433,10 +377,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/super",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -448,10 +388,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/super",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -467,10 +403,6 @@
       ".gitmodules"
     ],
     "cwd": "[START_DIR]/super",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri generate-gitmodules"
   },
   {
@@ -501,10 +433,6 @@
       ".gitmodules"
     ],
     "cwd": "[START_DIR]/super",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git add"
   },
   {
@@ -515,10 +443,6 @@
       "--exit-code"
     ],
     "cwd": "[START_DIR]/super",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -529,10 +453,6 @@
       "Update submodules based on jiri manifest"
     ],
     "cwd": "[START_DIR]/super",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -543,10 +463,6 @@
       "HEAD:master"
     ],
     "cwd": "[START_DIR]/super",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push"
   },
   {
diff --git a/recipes/crashpad_roller.expected/DEPS parsing error.json b/recipes/crashpad_roller.expected/DEPS parsing error.json
index d13e7dc..91808b3 100644
--- a/recipes/crashpad_roller.expected/DEPS parsing error.json
+++ b/recipes/crashpad_roller.expected/DEPS parsing error.json
@@ -64,10 +64,6 @@
       "[CACHE]/git",
       "-enable-lockfile=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri init"
   },
@@ -83,10 +79,6 @@
       "fuchsia/minimal",
       "sso://integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri import"
   },
@@ -101,10 +93,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri update"
   },
@@ -132,10 +120,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "[START_DIR]/integration/fuchsia/third_party/flower"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "crashpad.read_manifest_third_party/crashpad.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@",
@@ -158,10 +142,6 @@
       "third_party/crashpad=abc123",
       "[START_DIR]/integration/fuchsia/third_party/flower"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "crashpad.jiri edit third_party/crashpad",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -353,10 +333,6 @@
       "init"
     ],
     "cwd": "[CLEANUP]/git_checkout_tmp_1/crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -368,10 +344,6 @@
       "https://chromium.googlesource.com/crashpad/crashpad"
     ],
     "cwd": "[CLEANUP]/git_checkout_tmp_1/crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -404,10 +376,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-crashpad-crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -421,10 +389,6 @@
       "https://chromium.googlesource.com/crashpad/crashpad"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-crashpad-crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -440,10 +404,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-crashpad-crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -458,10 +418,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-crashpad-crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -515,10 +471,6 @@
       "abc123"
     ],
     "cwd": "[CLEANUP]/git_checkout_tmp_1/crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -529,10 +481,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[CLEANUP]/git_checkout_tmp_1/crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -542,10 +490,6 @@
       "HEAD"
     ],
     "cwd": "[CLEANUP]/git_checkout_tmp_1/crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -557,10 +501,6 @@
       "-x"
     ],
     "cwd": "[CLEANUP]/git_checkout_tmp_1/crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -574,10 +514,6 @@
       "sync"
     ],
     "cwd": "[CLEANUP]/git_checkout_tmp_1/crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -591,10 +527,6 @@
       "--init"
     ],
     "cwd": "[CLEANUP]/git_checkout_tmp_1/crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipes/crashpad_roller.expected/crashpad and mini_chromium.json b/recipes/crashpad_roller.expected/crashpad and mini_chromium.json
index a108940..3d618a3 100644
--- a/recipes/crashpad_roller.expected/crashpad and mini_chromium.json
+++ b/recipes/crashpad_roller.expected/crashpad and mini_chromium.json
@@ -64,10 +64,6 @@
       "[CACHE]/git",
       "-enable-lockfile=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri init"
   },
@@ -83,10 +79,6 @@
       "fuchsia/minimal",
       "sso://integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri import"
   },
@@ -101,10 +93,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri update"
   },
@@ -132,10 +120,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "[START_DIR]/integration/fuchsia/third_party/flower"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "crashpad.read_manifest_third_party/crashpad.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@",
@@ -158,10 +142,6 @@
       "third_party/crashpad=abc123",
       "[START_DIR]/integration/fuchsia/third_party/flower"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "crashpad.jiri edit third_party/crashpad",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -353,10 +333,6 @@
       "init"
     ],
     "cwd": "[CLEANUP]/git_checkout_tmp_1/crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -368,10 +344,6 @@
       "https://chromium.googlesource.com/crashpad/crashpad"
     ],
     "cwd": "[CLEANUP]/git_checkout_tmp_1/crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -404,10 +376,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-crashpad-crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -421,10 +389,6 @@
       "https://chromium.googlesource.com/crashpad/crashpad"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-crashpad-crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -440,10 +404,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-crashpad-crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -458,10 +418,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-crashpad-crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -515,10 +471,6 @@
       "abc123"
     ],
     "cwd": "[CLEANUP]/git_checkout_tmp_1/crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -529,10 +481,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[CLEANUP]/git_checkout_tmp_1/crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -542,10 +490,6 @@
       "HEAD"
     ],
     "cwd": "[CLEANUP]/git_checkout_tmp_1/crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -557,10 +501,6 @@
       "-x"
     ],
     "cwd": "[CLEANUP]/git_checkout_tmp_1/crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -574,10 +514,6 @@
       "sync"
     ],
     "cwd": "[CLEANUP]/git_checkout_tmp_1/crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -591,10 +527,6 @@
       "--init"
     ],
     "cwd": "[CLEANUP]/git_checkout_tmp_1/crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -664,10 +596,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "[START_DIR]/integration/fuchsia/third_party/flower"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "mini_chromium.read_manifest_third_party/mini_chromium.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@",
@@ -690,10 +618,6 @@
       "third_party/mini_chromium=8048ece6c16c91acfe0d36d1d3cc0890ab6e945c",
       "[START_DIR]/integration/fuchsia/third_party/flower"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "mini_chromium.jiri edit third_party/mini_chromium",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -833,10 +757,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "[START_DIR]/integration/fuchsia/third_party/flower"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "lss.read_manifest_third_party/lss.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@",
@@ -859,10 +779,6 @@
       "third_party/lss=8048ece6c16c91acfe0d36d1d3cc0890ab6e945c",
       "[START_DIR]/integration/fuchsia/third_party/flower"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "lss.jiri edit third_party/lss",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -882,10 +798,6 @@
       "--exclude-standard"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "check for no-op commit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@stdout@hello@@@",
@@ -898,10 +810,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -911,10 +819,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git hash-object"
   },
   {
@@ -998,10 +902,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -1014,10 +914,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+2,l=Code-Review+2"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push",
     "~followup_annotations": [
       "@@@STEP_LINK@gerrit link@https://fuchsia-review.googlesource.com/q/Iabc1abc1abc1abc1abc1abc1abc1abc1abc1abc1@@@"
diff --git a/recipes/crashpad_roller.expected/crashpad roll with lockfile.json b/recipes/crashpad_roller.expected/crashpad roll with lockfile.json
index 4cf901e..0f23594 100644
--- a/recipes/crashpad_roller.expected/crashpad roll with lockfile.json
+++ b/recipes/crashpad_roller.expected/crashpad roll with lockfile.json
@@ -64,10 +64,6 @@
       "[CACHE]/git",
       "-enable-lockfile=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri init"
   },
@@ -83,10 +79,6 @@
       "fuchsia/minimal",
       "sso://integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri import"
   },
@@ -101,10 +93,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri update"
   },
@@ -132,10 +120,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "[START_DIR]/integration/fuchsia/third_party/flower"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "crashpad.read_manifest_third_party/crashpad.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@",
@@ -158,10 +142,6 @@
       "third_party/crashpad=abc123",
       "[START_DIR]/integration/fuchsia/third_party/flower"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "crashpad.jiri edit third_party/crashpad",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -353,10 +333,6 @@
       "init"
     ],
     "cwd": "[CLEANUP]/git_checkout_tmp_1/crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -368,10 +344,6 @@
       "https://chromium.googlesource.com/crashpad/crashpad"
     ],
     "cwd": "[CLEANUP]/git_checkout_tmp_1/crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -404,10 +376,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-crashpad-crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -421,10 +389,6 @@
       "https://chromium.googlesource.com/crashpad/crashpad"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-crashpad-crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -440,10 +404,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-crashpad-crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -458,10 +418,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-crashpad-crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -515,10 +471,6 @@
       "abc123"
     ],
     "cwd": "[CLEANUP]/git_checkout_tmp_1/crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -529,10 +481,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[CLEANUP]/git_checkout_tmp_1/crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -542,10 +490,6 @@
       "HEAD"
     ],
     "cwd": "[CLEANUP]/git_checkout_tmp_1/crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -557,10 +501,6 @@
       "-x"
     ],
     "cwd": "[CLEANUP]/git_checkout_tmp_1/crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -574,10 +514,6 @@
       "sync"
     ],
     "cwd": "[CLEANUP]/git_checkout_tmp_1/crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -591,10 +527,6 @@
       "--init"
     ],
     "cwd": "[CLEANUP]/git_checkout_tmp_1/crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -664,10 +596,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "[START_DIR]/integration/fuchsia/third_party/flower"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "mini_chromium.read_manifest_third_party/mini_chromium.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@",
@@ -690,10 +618,6 @@
       "third_party/mini_chromium=8048ece6c16c91acfe0d36d1d3cc0890ab6e945c",
       "[START_DIR]/integration/fuchsia/third_party/flower"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "mini_chromium.jiri edit third_party/mini_chromium",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -728,10 +652,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "[START_DIR]/integration/fuchsia/third_party/flower"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "lss.read_manifest_third_party/lss.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@",
@@ -754,10 +674,6 @@
       "third_party/lss=8048ece6c16c91acfe0d36d1d3cc0890ab6e945c",
       "[START_DIR]/integration/fuchsia/third_party/flower"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "lss.jiri edit third_party/lss",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -783,10 +699,6 @@
       "manifest/topaz"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri resolve",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@output@@@@",
@@ -802,10 +714,6 @@
       "--exclude-standard"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "check for no-op commit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@stdout@hello@@@",
@@ -818,10 +726,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -831,10 +735,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git hash-object"
   },
   {
@@ -918,10 +818,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -934,10 +830,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+2,l=Code-Review+2"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push",
     "~followup_annotations": [
       "@@@STEP_LINK@gerrit link@https://fuchsia-review.googlesource.com/q/Iabc1abc1abc1abc1abc1abc1abc1abc1abc1abc1@@@"
diff --git a/recipes/crashpad_roller.expected/crashpad, mini_chromium and lss.json b/recipes/crashpad_roller.expected/crashpad, mini_chromium and lss.json
index 885f1b1..7675213 100644
--- a/recipes/crashpad_roller.expected/crashpad, mini_chromium and lss.json
+++ b/recipes/crashpad_roller.expected/crashpad, mini_chromium and lss.json
@@ -64,10 +64,6 @@
       "[CACHE]/git",
       "-enable-lockfile=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri init"
   },
@@ -83,10 +79,6 @@
       "fuchsia/minimal",
       "sso://integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri import"
   },
@@ -101,10 +93,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri update"
   },
@@ -132,10 +120,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "[START_DIR]/integration/fuchsia/third_party/flower"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "crashpad.read_manifest_third_party/crashpad.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@",
@@ -158,10 +142,6 @@
       "third_party/crashpad=abc123",
       "[START_DIR]/integration/fuchsia/third_party/flower"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "crashpad.jiri edit third_party/crashpad",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -353,10 +333,6 @@
       "init"
     ],
     "cwd": "[CLEANUP]/git_checkout_tmp_1/crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -368,10 +344,6 @@
       "https://chromium.googlesource.com/crashpad/crashpad"
     ],
     "cwd": "[CLEANUP]/git_checkout_tmp_1/crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -404,10 +376,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-crashpad-crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -421,10 +389,6 @@
       "https://chromium.googlesource.com/crashpad/crashpad"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-crashpad-crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -440,10 +404,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-crashpad-crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -458,10 +418,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-crashpad-crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -515,10 +471,6 @@
       "abc123"
     ],
     "cwd": "[CLEANUP]/git_checkout_tmp_1/crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -529,10 +481,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[CLEANUP]/git_checkout_tmp_1/crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -542,10 +490,6 @@
       "HEAD"
     ],
     "cwd": "[CLEANUP]/git_checkout_tmp_1/crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -557,10 +501,6 @@
       "-x"
     ],
     "cwd": "[CLEANUP]/git_checkout_tmp_1/crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -574,10 +514,6 @@
       "sync"
     ],
     "cwd": "[CLEANUP]/git_checkout_tmp_1/crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -591,10 +527,6 @@
       "--init"
     ],
     "cwd": "[CLEANUP]/git_checkout_tmp_1/crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -664,10 +596,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "[START_DIR]/integration/fuchsia/third_party/flower"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "mini_chromium.read_manifest_third_party/mini_chromium.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@",
@@ -690,10 +618,6 @@
       "third_party/mini_chromium=8048ece6c16c91acfe0d36d1d3cc0890ab6e945c",
       "[START_DIR]/integration/fuchsia/third_party/flower"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "mini_chromium.jiri edit third_party/mini_chromium",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -833,10 +757,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "[START_DIR]/integration/fuchsia/third_party/flower"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "lss.read_manifest_third_party/lss.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@",
@@ -859,10 +779,6 @@
       "third_party/lss=8048ece6c16c91acfe0d36d1d3cc0890ab6e945c",
       "[START_DIR]/integration/fuchsia/third_party/flower"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "lss.jiri edit third_party/lss",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -987,10 +903,6 @@
       "--exclude-standard"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "check for no-op commit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@stdout@hello@@@",
@@ -1003,10 +915,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -1016,10 +924,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git hash-object"
   },
   {
@@ -1103,10 +1007,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -1119,10 +1019,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+2,l=Code-Review+2"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push",
     "~followup_annotations": [
       "@@@STEP_LINK@gerrit link@https://fuchsia-review.googlesource.com/q/Iabc1abc1abc1abc1abc1abc1abc1abc1abc1abc1@@@"
diff --git a/recipes/crashpad_roller.expected/crashpad.json b/recipes/crashpad_roller.expected/crashpad.json
index 77c0477..0d32eaf 100644
--- a/recipes/crashpad_roller.expected/crashpad.json
+++ b/recipes/crashpad_roller.expected/crashpad.json
@@ -64,10 +64,6 @@
       "[CACHE]/git",
       "-enable-lockfile=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri init"
   },
@@ -83,10 +79,6 @@
       "fuchsia/minimal",
       "sso://integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri import"
   },
@@ -101,10 +93,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri update"
   },
@@ -132,10 +120,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "[START_DIR]/integration/fuchsia/third_party/flower"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "crashpad.read_manifest_third_party/crashpad.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@",
@@ -158,10 +142,6 @@
       "third_party/crashpad=abc123",
       "[START_DIR]/integration/fuchsia/third_party/flower"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "crashpad.jiri edit third_party/crashpad",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -353,10 +333,6 @@
       "init"
     ],
     "cwd": "[CLEANUP]/git_checkout_tmp_1/crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -368,10 +344,6 @@
       "https://chromium.googlesource.com/crashpad/crashpad"
     ],
     "cwd": "[CLEANUP]/git_checkout_tmp_1/crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -404,10 +376,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-crashpad-crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -421,10 +389,6 @@
       "https://chromium.googlesource.com/crashpad/crashpad"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-crashpad-crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -440,10 +404,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-crashpad-crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -458,10 +418,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-crashpad-crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -515,10 +471,6 @@
       "abc123"
     ],
     "cwd": "[CLEANUP]/git_checkout_tmp_1/crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -529,10 +481,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[CLEANUP]/git_checkout_tmp_1/crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -542,10 +490,6 @@
       "HEAD"
     ],
     "cwd": "[CLEANUP]/git_checkout_tmp_1/crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -557,10 +501,6 @@
       "-x"
     ],
     "cwd": "[CLEANUP]/git_checkout_tmp_1/crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -574,10 +514,6 @@
       "sync"
     ],
     "cwd": "[CLEANUP]/git_checkout_tmp_1/crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -591,10 +527,6 @@
       "--init"
     ],
     "cwd": "[CLEANUP]/git_checkout_tmp_1/crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -664,10 +596,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "[START_DIR]/integration/fuchsia/third_party/flower"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "mini_chromium.read_manifest_third_party/mini_chromium.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@",
@@ -690,10 +618,6 @@
       "third_party/mini_chromium=8048ece6c16c91acfe0d36d1d3cc0890ab6e945c",
       "[START_DIR]/integration/fuchsia/third_party/flower"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "mini_chromium.jiri edit third_party/mini_chromium",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -728,10 +652,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "[START_DIR]/integration/fuchsia/third_party/flower"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "lss.read_manifest_third_party/lss.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@",
@@ -754,10 +674,6 @@
       "third_party/lss=8048ece6c16c91acfe0d36d1d3cc0890ab6e945c",
       "[START_DIR]/integration/fuchsia/third_party/flower"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "lss.jiri edit third_party/lss",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -777,10 +693,6 @@
       "--exclude-standard"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "check for no-op commit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@stdout@hello@@@",
@@ -793,10 +705,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -806,10 +714,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git hash-object"
   },
   {
@@ -893,10 +797,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -909,10 +809,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+2,l=Code-Review+2"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push",
     "~followup_annotations": [
       "@@@STEP_LINK@gerrit link@https://fuchsia-review.googlesource.com/q/Iabc1abc1abc1abc1abc1abc1abc1abc1abc1abc1@@@"
diff --git a/recipes/crashpad_roller.expected/missing_revision.json b/recipes/crashpad_roller.expected/missing_revision.json
index c365242..a55d92b 100644
--- a/recipes/crashpad_roller.expected/missing_revision.json
+++ b/recipes/crashpad_roller.expected/missing_revision.json
@@ -64,10 +64,6 @@
       "[CACHE]/git",
       "-enable-lockfile=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri init"
   },
@@ -83,10 +79,6 @@
       "fuchsia/minimal",
       "sso://integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri import"
   },
@@ -101,10 +93,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri update"
   },
@@ -201,10 +189,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "[START_DIR]/integration/fuchsia/third_party/flower"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "crashpad.read_manifest_third_party/crashpad.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@",
@@ -227,10 +211,6 @@
       "third_party/crashpad=fc4dc762688d2263b254208f444f5c0a4b91bc07",
       "[START_DIR]/integration/fuchsia/third_party/flower"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "crashpad.jiri edit third_party/crashpad",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -367,10 +347,6 @@
       "init"
     ],
     "cwd": "[CLEANUP]/git_checkout_tmp_1/crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -382,10 +358,6 @@
       "https://chromium.googlesource.com/crashpad/crashpad"
     ],
     "cwd": "[CLEANUP]/git_checkout_tmp_1/crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -418,10 +390,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-crashpad-crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -435,10 +403,6 @@
       "https://chromium.googlesource.com/crashpad/crashpad"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-crashpad-crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -454,10 +418,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-crashpad-crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -472,10 +432,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-crashpad-crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -528,10 +484,6 @@
       "origin"
     ],
     "cwd": "[CLEANUP]/git_checkout_tmp_1/crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -542,10 +494,6 @@
       "fc4dc762688d2263b254208f444f5c0a4b91bc07"
     ],
     "cwd": "[CLEANUP]/git_checkout_tmp_1/crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -555,10 +503,6 @@
       "HEAD"
     ],
     "cwd": "[CLEANUP]/git_checkout_tmp_1/crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -570,10 +514,6 @@
       "-x"
     ],
     "cwd": "[CLEANUP]/git_checkout_tmp_1/crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -587,10 +527,6 @@
       "sync"
     ],
     "cwd": "[CLEANUP]/git_checkout_tmp_1/crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -604,10 +540,6 @@
       "--init"
     ],
     "cwd": "[CLEANUP]/git_checkout_tmp_1/crashpad",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -677,10 +609,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "[START_DIR]/integration/fuchsia/third_party/flower"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "mini_chromium.read_manifest_third_party/mini_chromium.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@",
@@ -703,10 +631,6 @@
       "third_party/mini_chromium=8048ece6c16c91acfe0d36d1d3cc0890ab6e945c",
       "[START_DIR]/integration/fuchsia/third_party/flower"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "mini_chromium.jiri edit third_party/mini_chromium",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -741,10 +665,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "[START_DIR]/integration/fuchsia/third_party/flower"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "lss.read_manifest_third_party/lss.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@",
@@ -767,10 +687,6 @@
       "third_party/lss=8048ece6c16c91acfe0d36d1d3cc0890ab6e945c",
       "[START_DIR]/integration/fuchsia/third_party/flower"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "lss.jiri edit third_party/lss",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -790,10 +706,6 @@
       "--exclude-standard"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "check for no-op commit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@stdout@hello@@@",
@@ -806,10 +718,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -819,10 +727,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git hash-object"
   },
   {
@@ -906,10 +810,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -922,10 +822,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+2,l=Code-Review+2"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push",
     "~followup_annotations": [
       "@@@STEP_LINK@gerrit link@https://fuchsia-review.googlesource.com/q/Iabc1abc1abc1abc1abc1abc1abc1abc1abc1abc1@@@"
diff --git a/recipes/crashpad_roller.expected/noop roll.json b/recipes/crashpad_roller.expected/noop roll.json
index c485e20..171dd1a 100644
--- a/recipes/crashpad_roller.expected/noop roll.json
+++ b/recipes/crashpad_roller.expected/noop roll.json
@@ -64,10 +64,6 @@
       "[CACHE]/git",
       "-enable-lockfile=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri init"
   },
@@ -83,10 +79,6 @@
       "fuchsia/minimal",
       "sso://integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri import"
   },
@@ -101,10 +93,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri update"
   },
@@ -132,10 +120,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "[START_DIR]/integration/fuchsia/third_party/flower"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "crashpad.read_manifest_third_party/crashpad.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@",
@@ -158,10 +142,6 @@
       "third_party/crashpad=abc123",
       "[START_DIR]/integration/fuchsia/third_party/flower"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "crashpad.jiri edit third_party/crashpad",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipes/dart_flutter_roller.expected/cannot find dart version.json b/recipes/dart_flutter_roller.expected/cannot find dart version.json
index 39a454f..bd1b6ce 100644
--- a/recipes/dart_flutter_roller.expected/cannot find dart version.json
+++ b/recipes/dart_flutter_roller.expected/cannot find dart version.json
@@ -63,10 +63,6 @@
       "-cache",
       "[CACHE]/git"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri init"
   },
@@ -82,10 +78,6 @@
       "topaz/topaz",
       "https://fuchsia.googlesource.com/integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri import"
   },
@@ -100,10 +92,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri update"
   },
@@ -131,10 +119,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "[START_DIR]/integration/topaz/flutter"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.read_manifest_external/github.com/flutter/flutter.jiri manifest",
     "~followup_annotations": [
@@ -158,10 +142,6 @@
       "external/github.com/flutter/flutter=abc123",
       "[START_DIR]/integration/topaz/flutter"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.jiri edit external/github.com/flutter/flutter",
     "~followup_annotations": [
@@ -358,10 +338,6 @@
       "init"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.git init",
     "~followup_annotations": [
@@ -377,10 +353,6 @@
       "https://fuchsia.googlesource.com/third_party/flutter"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.git remote",
     "~followup_annotations": [
@@ -420,10 +392,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.cache.git init",
     "~followup_annotations": [
@@ -438,10 +406,6 @@
       "https://fuchsia.googlesource.com/third_party/flutter"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.cache.remote set-url",
     "~followup_annotations": [
@@ -458,10 +422,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.cache.git config",
     "~followup_annotations": [
@@ -477,10 +437,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.cache.git fetch",
     "~followup_annotations": [
@@ -535,10 +491,6 @@
       "abc123"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.git fetch",
     "~followup_annotations": [
@@ -553,10 +505,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.git checkout",
     "~followup_annotations": [
@@ -570,10 +518,6 @@
       "HEAD"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.git rev-parse",
     "~followup_annotations": [
@@ -589,10 +533,6 @@
       "-x"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.git clean",
     "~followup_annotations": [
@@ -613,10 +553,6 @@
       "sync"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.submodule.git submodule sync",
     "~followup_annotations": [
@@ -631,10 +567,6 @@
       "--init"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.submodule.git submodule update",
     "~followup_annotations": [
@@ -688,10 +620,6 @@
       "init"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.git init",
     "~followup_annotations": [
@@ -707,10 +635,6 @@
       "https://chromium.googlesource.com/external/github.com/flutter/engine"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.git remote",
     "~followup_annotations": [
@@ -750,10 +674,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-external-github.com-flutter-engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.cache.git init",
     "~followup_annotations": [
@@ -768,10 +688,6 @@
       "https://chromium.googlesource.com/external/github.com/flutter/engine"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-external-github.com-flutter-engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.cache.remote set-url",
     "~followup_annotations": [
@@ -788,10 +704,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-external-github.com-flutter-engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.cache.git config",
     "~followup_annotations": [
@@ -807,10 +719,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-external-github.com-flutter-engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.cache.git fetch",
     "~followup_annotations": [
@@ -865,10 +773,6 @@
       "xyz000"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.git fetch",
     "~followup_annotations": [
@@ -883,10 +787,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.git checkout",
     "~followup_annotations": [
@@ -900,10 +800,6 @@
       "HEAD"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.git rev-parse",
     "~followup_annotations": [
@@ -919,10 +815,6 @@
       "-x"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.git clean",
     "~followup_annotations": [
@@ -943,10 +835,6 @@
       "sync"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.submodule.git submodule sync",
     "~followup_annotations": [
@@ -961,10 +849,6 @@
       "--init"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.submodule.git submodule update",
     "~followup_annotations": [
@@ -984,10 +868,6 @@
       "flutter/fuchsia=git_revision:xyz000",
       "[START_DIR]/integration/fuchsia/prebuilts"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.jiri edit flutter/fuchsia",
     "~followup_annotations": [
@@ -1016,10 +896,6 @@
       "flutter/sky_engine=git_revision:xyz000",
       "[START_DIR]/integration/fuchsia/prebuilts"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.jiri edit flutter/sky_engine",
     "~followup_annotations": [
@@ -1048,10 +924,6 @@
       "flutter/fuchsia-debug-symbols-x64=git_revision:xyz000",
       "[START_DIR]/integration/fuchsia/prebuilts"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.jiri edit flutter/fuchsia-debug-symbols-x64",
     "~followup_annotations": [
@@ -1080,10 +952,6 @@
       "flutter/fuchsia-debug-symbols-arm64=git_revision:xyz000",
       "[START_DIR]/integration/fuchsia/prebuilts"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.jiri edit flutter/fuchsia-debug-symbols-arm64",
     "~followup_annotations": [
diff --git a/recipes/dart_flutter_roller.expected/flutter_flutter and dart dryrun.json b/recipes/dart_flutter_roller.expected/flutter_flutter and dart dryrun.json
index b3c9f1c..95bd564 100644
--- a/recipes/dart_flutter_roller.expected/flutter_flutter and dart dryrun.json
+++ b/recipes/dart_flutter_roller.expected/flutter_flutter and dart dryrun.json
@@ -63,10 +63,6 @@
       "-cache",
       "[CACHE]/git"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri init"
   },
@@ -82,10 +78,6 @@
       "topaz/topaz",
       "https://fuchsia.googlesource.com/integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri import"
   },
@@ -100,10 +92,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri update"
   },
@@ -131,10 +119,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "[START_DIR]/integration/topaz/flutter"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.read_manifest_external/github.com/flutter/flutter.jiri manifest",
     "~followup_annotations": [
@@ -158,10 +142,6 @@
       "external/github.com/flutter/flutter=abc123",
       "[START_DIR]/integration/topaz/flutter"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.jiri edit external/github.com/flutter/flutter",
     "~followup_annotations": [
@@ -358,10 +338,6 @@
       "init"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.git init",
     "~followup_annotations": [
@@ -377,10 +353,6 @@
       "https://fuchsia.googlesource.com/third_party/flutter"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.git remote",
     "~followup_annotations": [
@@ -420,10 +392,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.cache.git init",
     "~followup_annotations": [
@@ -438,10 +406,6 @@
       "https://fuchsia.googlesource.com/third_party/flutter"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.cache.remote set-url",
     "~followup_annotations": [
@@ -458,10 +422,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.cache.git config",
     "~followup_annotations": [
@@ -477,10 +437,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.cache.git fetch",
     "~followup_annotations": [
@@ -535,10 +491,6 @@
       "abc123"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.git fetch",
     "~followup_annotations": [
@@ -553,10 +505,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.git checkout",
     "~followup_annotations": [
@@ -570,10 +518,6 @@
       "HEAD"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.git rev-parse",
     "~followup_annotations": [
@@ -589,10 +533,6 @@
       "-x"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.git clean",
     "~followup_annotations": [
@@ -613,10 +553,6 @@
       "sync"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.submodule.git submodule sync",
     "~followup_annotations": [
@@ -631,10 +567,6 @@
       "--init"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.submodule.git submodule update",
     "~followup_annotations": [
@@ -688,10 +620,6 @@
       "init"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.git init",
     "~followup_annotations": [
@@ -707,10 +635,6 @@
       "https://chromium.googlesource.com/external/github.com/flutter/engine"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.git remote",
     "~followup_annotations": [
@@ -750,10 +674,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-external-github.com-flutter-engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.cache.git init",
     "~followup_annotations": [
@@ -768,10 +688,6 @@
       "https://chromium.googlesource.com/external/github.com/flutter/engine"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-external-github.com-flutter-engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.cache.remote set-url",
     "~followup_annotations": [
@@ -788,10 +704,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-external-github.com-flutter-engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.cache.git config",
     "~followup_annotations": [
@@ -807,10 +719,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-external-github.com-flutter-engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.cache.git fetch",
     "~followup_annotations": [
@@ -865,10 +773,6 @@
       "xyz000"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.git fetch",
     "~followup_annotations": [
@@ -883,10 +787,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.git checkout",
     "~followup_annotations": [
@@ -900,10 +800,6 @@
       "HEAD"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.git rev-parse",
     "~followup_annotations": [
@@ -919,10 +815,6 @@
       "-x"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.git clean",
     "~followup_annotations": [
@@ -943,10 +835,6 @@
       "sync"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.submodule.git submodule sync",
     "~followup_annotations": [
@@ -961,10 +849,6 @@
       "--init"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.submodule.git submodule update",
     "~followup_annotations": [
@@ -984,10 +868,6 @@
       "flutter/fuchsia=git_revision:xyz000",
       "[START_DIR]/integration/fuchsia/prebuilts"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.jiri edit flutter/fuchsia",
     "~followup_annotations": [
@@ -1016,10 +896,6 @@
       "flutter/sky_engine=git_revision:xyz000",
       "[START_DIR]/integration/fuchsia/prebuilts"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.jiri edit flutter/sky_engine",
     "~followup_annotations": [
@@ -1048,10 +924,6 @@
       "flutter/fuchsia-debug-symbols-x64=git_revision:xyz000",
       "[START_DIR]/integration/fuchsia/prebuilts"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.jiri edit flutter/fuchsia-debug-symbols-x64",
     "~followup_annotations": [
@@ -1080,10 +952,6 @@
       "flutter/fuchsia-debug-symbols-arm64=git_revision:xyz000",
       "[START_DIR]/integration/fuchsia/prebuilts"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.jiri edit flutter/fuchsia-debug-symbols-arm64",
     "~followup_annotations": [
@@ -1142,10 +1010,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "[START_DIR]/integration/topaz/dart"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.read_manifest_dart/sdk.jiri manifest",
     "~followup_annotations": [
@@ -1169,10 +1033,6 @@
       "dart/sdk=abcdeabcdeabcdeabcdeabcdeabcdeabcdeabcde",
       "[START_DIR]/integration/topaz/dart"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.jiri edit dart/sdk",
     "~followup_annotations": [
@@ -1303,10 +1163,6 @@
       "fuchsia/dart-sdk/${platform}=git_revision:abcdeabcdeabcdeabcdeabcdeabcdeabcdeabcde",
       "[START_DIR]/integration/fuchsia/prebuilts"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.jiri edit",
     "~followup_annotations": [
@@ -1349,10 +1205,6 @@
       "init"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.git init",
     "~followup_annotations": [
@@ -1368,10 +1220,6 @@
       "https://fuchsia.googlesource.com/third_party/dart"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.git remote",
     "~followup_annotations": [
@@ -1411,10 +1259,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.cache.git init",
     "~followup_annotations": [
@@ -1429,10 +1273,6 @@
       "https://fuchsia.googlesource.com/third_party/dart"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.cache.remote set-url",
     "~followup_annotations": [
@@ -1449,10 +1289,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.cache.git config",
     "~followup_annotations": [
@@ -1468,10 +1304,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.cache.git fetch",
     "~followup_annotations": [
@@ -1525,10 +1357,6 @@
       "origin"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.git fetch",
     "~followup_annotations": [
@@ -1543,10 +1371,6 @@
       "abcdeabcdeabcdeabcdeabcdeabcdeabcdeabcde"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.git checkout",
     "~followup_annotations": [
@@ -1560,10 +1384,6 @@
       "HEAD"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.git rev-parse",
     "~followup_annotations": [
@@ -1579,10 +1399,6 @@
       "-x"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.git clean",
     "~followup_annotations": [
@@ -1603,10 +1419,6 @@
       "sync"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.submodule.git submodule sync",
     "~followup_annotations": [
@@ -1621,10 +1433,6 @@
       "--init"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.submodule.git submodule update",
     "~followup_annotations": [
@@ -1662,10 +1470,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.git fetch",
     "~followup_annotations": [
@@ -1679,10 +1483,6 @@
       "origin/master"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.git checkout",
     "~followup_annotations": [
@@ -1696,10 +1496,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.git rev-parse",
     "~followup_annotations": [
@@ -1730,10 +1526,6 @@
       "--others"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.check for no-op commit",
     "~followup_annotations": [
@@ -1750,10 +1542,6 @@
       "--intent-to-add"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.git add",
     "~followup_annotations": [
@@ -1766,10 +1554,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.git diff",
     "~followup_annotations": [
@@ -1783,10 +1567,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.git hash-object",
     "~followup_annotations": [
@@ -1879,10 +1659,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.git commit",
     "~followup_annotations": [
@@ -1899,10 +1675,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+2,l=Code-Review+2"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.git push",
     "~followup_annotations": [
@@ -1951,10 +1723,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.git rev-parse (2)",
     "~followup_annotations": [
@@ -1983,10 +1751,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "[START_DIR]/integration/topaz/dart"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.read_manifest_third_party/dart-pkg.jiri manifest",
     "~followup_annotations": [
@@ -2010,10 +1774,6 @@
       "third_party/dart-pkg=deadbeef",
       "[START_DIR]/integration/topaz/dart"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.jiri edit third_party/dart-pkg",
     "~followup_annotations": [
@@ -2140,10 +1900,6 @@
       "--exclude-standard"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "check for no-op commit",
     "~followup_annotations": [
@@ -2157,10 +1913,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git diff"
   },
@@ -2171,10 +1923,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git hash-object"
   },
@@ -2206,10 +1954,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git commit"
   },
@@ -2223,10 +1967,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+1"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git push",
     "~followup_annotations": [
diff --git a/recipes/dart_flutter_roller.expected/flutter_flutter and dart.json b/recipes/dart_flutter_roller.expected/flutter_flutter and dart.json
index 7b0a33e..cf48b89 100644
--- a/recipes/dart_flutter_roller.expected/flutter_flutter and dart.json
+++ b/recipes/dart_flutter_roller.expected/flutter_flutter and dart.json
@@ -63,10 +63,6 @@
       "-cache",
       "[CACHE]/git"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri init"
   },
@@ -82,10 +78,6 @@
       "topaz/topaz",
       "https://fuchsia.googlesource.com/integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri import"
   },
@@ -100,10 +92,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri update"
   },
@@ -131,10 +119,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "[START_DIR]/integration/topaz/flutter"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.read_manifest_external/github.com/flutter/flutter.jiri manifest",
     "~followup_annotations": [
@@ -158,10 +142,6 @@
       "external/github.com/flutter/flutter=abc123",
       "[START_DIR]/integration/topaz/flutter"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.jiri edit external/github.com/flutter/flutter",
     "~followup_annotations": [
@@ -358,10 +338,6 @@
       "init"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.git init",
     "~followup_annotations": [
@@ -377,10 +353,6 @@
       "https://fuchsia.googlesource.com/third_party/flutter"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.git remote",
     "~followup_annotations": [
@@ -420,10 +392,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.cache.git init",
     "~followup_annotations": [
@@ -438,10 +406,6 @@
       "https://fuchsia.googlesource.com/third_party/flutter"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.cache.remote set-url",
     "~followup_annotations": [
@@ -458,10 +422,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.cache.git config",
     "~followup_annotations": [
@@ -477,10 +437,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.cache.git fetch",
     "~followup_annotations": [
@@ -535,10 +491,6 @@
       "abc123"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.git fetch",
     "~followup_annotations": [
@@ -553,10 +505,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.git checkout",
     "~followup_annotations": [
@@ -570,10 +518,6 @@
       "HEAD"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.git rev-parse",
     "~followup_annotations": [
@@ -589,10 +533,6 @@
       "-x"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.git clean",
     "~followup_annotations": [
@@ -613,10 +553,6 @@
       "sync"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.submodule.git submodule sync",
     "~followup_annotations": [
@@ -631,10 +567,6 @@
       "--init"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.submodule.git submodule update",
     "~followup_annotations": [
@@ -688,10 +620,6 @@
       "init"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.git init",
     "~followup_annotations": [
@@ -707,10 +635,6 @@
       "https://chromium.googlesource.com/external/github.com/flutter/engine"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.git remote",
     "~followup_annotations": [
@@ -750,10 +674,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-external-github.com-flutter-engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.cache.git init",
     "~followup_annotations": [
@@ -768,10 +688,6 @@
       "https://chromium.googlesource.com/external/github.com/flutter/engine"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-external-github.com-flutter-engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.cache.remote set-url",
     "~followup_annotations": [
@@ -788,10 +704,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-external-github.com-flutter-engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.cache.git config",
     "~followup_annotations": [
@@ -807,10 +719,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-external-github.com-flutter-engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.cache.git fetch",
     "~followup_annotations": [
@@ -865,10 +773,6 @@
       "xyz000"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.git fetch",
     "~followup_annotations": [
@@ -883,10 +787,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.git checkout",
     "~followup_annotations": [
@@ -900,10 +800,6 @@
       "HEAD"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.git rev-parse",
     "~followup_annotations": [
@@ -919,10 +815,6 @@
       "-x"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.git clean",
     "~followup_annotations": [
@@ -943,10 +835,6 @@
       "sync"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.submodule.git submodule sync",
     "~followup_annotations": [
@@ -961,10 +849,6 @@
       "--init"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.submodule.git submodule update",
     "~followup_annotations": [
@@ -984,10 +868,6 @@
       "flutter/fuchsia=git_revision:xyz000",
       "[START_DIR]/integration/fuchsia/prebuilts"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.jiri edit flutter/fuchsia",
     "~followup_annotations": [
@@ -1016,10 +896,6 @@
       "flutter/sky_engine=git_revision:xyz000",
       "[START_DIR]/integration/fuchsia/prebuilts"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.jiri edit flutter/sky_engine",
     "~followup_annotations": [
@@ -1048,10 +924,6 @@
       "flutter/fuchsia-debug-symbols-x64=git_revision:xyz000",
       "[START_DIR]/integration/fuchsia/prebuilts"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.jiri edit flutter/fuchsia-debug-symbols-x64",
     "~followup_annotations": [
@@ -1080,10 +952,6 @@
       "flutter/fuchsia-debug-symbols-arm64=git_revision:xyz000",
       "[START_DIR]/integration/fuchsia/prebuilts"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.jiri edit flutter/fuchsia-debug-symbols-arm64",
     "~followup_annotations": [
@@ -1142,10 +1010,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "[START_DIR]/integration/topaz/dart"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.read_manifest_dart/sdk.jiri manifest",
     "~followup_annotations": [
@@ -1169,10 +1033,6 @@
       "dart/sdk=abcdeabcdeabcdeabcdeabcdeabcdeabcdeabcde",
       "[START_DIR]/integration/topaz/dart"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.jiri edit dart/sdk",
     "~followup_annotations": [
@@ -1303,10 +1163,6 @@
       "fuchsia/dart-sdk/${platform}=git_revision:abcdeabcdeabcdeabcdeabcdeabcdeabcdeabcde",
       "[START_DIR]/integration/fuchsia/prebuilts"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.jiri edit",
     "~followup_annotations": [
@@ -1349,10 +1205,6 @@
       "init"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.git init",
     "~followup_annotations": [
@@ -1368,10 +1220,6 @@
       "https://fuchsia.googlesource.com/third_party/dart"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.git remote",
     "~followup_annotations": [
@@ -1411,10 +1259,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.cache.git init",
     "~followup_annotations": [
@@ -1429,10 +1273,6 @@
       "https://fuchsia.googlesource.com/third_party/dart"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.cache.remote set-url",
     "~followup_annotations": [
@@ -1449,10 +1289,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.cache.git config",
     "~followup_annotations": [
@@ -1468,10 +1304,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.cache.git fetch",
     "~followup_annotations": [
@@ -1525,10 +1357,6 @@
       "origin"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.git fetch",
     "~followup_annotations": [
@@ -1543,10 +1371,6 @@
       "abcdeabcdeabcdeabcdeabcdeabcdeabcdeabcde"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.git checkout",
     "~followup_annotations": [
@@ -1560,10 +1384,6 @@
       "HEAD"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.git rev-parse",
     "~followup_annotations": [
@@ -1579,10 +1399,6 @@
       "-x"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.git clean",
     "~followup_annotations": [
@@ -1603,10 +1419,6 @@
       "sync"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.submodule.git submodule sync",
     "~followup_annotations": [
@@ -1621,10 +1433,6 @@
       "--init"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.submodule.git submodule update",
     "~followup_annotations": [
@@ -1662,10 +1470,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.git fetch",
     "~followup_annotations": [
@@ -1679,10 +1483,6 @@
       "origin/master"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.git checkout",
     "~followup_annotations": [
@@ -1696,10 +1496,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.git rev-parse",
     "~followup_annotations": [
@@ -1730,10 +1526,6 @@
       "--others"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.check for no-op commit",
     "~followup_annotations": [
@@ -1750,10 +1542,6 @@
       "--intent-to-add"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.git add",
     "~followup_annotations": [
@@ -1766,10 +1554,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.git diff",
     "~followup_annotations": [
@@ -1783,10 +1567,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.git hash-object",
     "~followup_annotations": [
@@ -1879,10 +1659,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.git commit",
     "~followup_annotations": [
@@ -1899,10 +1675,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+2,l=Code-Review+2"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.git push",
     "~followup_annotations": [
@@ -1951,10 +1723,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.git rev-parse (2)",
     "~followup_annotations": [
@@ -1983,10 +1751,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "[START_DIR]/integration/topaz/dart"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.read_manifest_third_party/dart-pkg.jiri manifest",
     "~followup_annotations": [
@@ -2010,10 +1774,6 @@
       "third_party/dart-pkg=deadbeef",
       "[START_DIR]/integration/topaz/dart"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.jiri edit third_party/dart-pkg",
     "~followup_annotations": [
@@ -2140,10 +1900,6 @@
       "--exclude-standard"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "check for no-op commit",
     "~followup_annotations": [
@@ -2157,10 +1913,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git diff"
   },
@@ -2171,10 +1923,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git hash-object"
   },
@@ -2206,10 +1954,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git commit"
   },
@@ -2223,10 +1967,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+2,l=Code-Review+2"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git push",
     "~followup_annotations": [
diff --git a/recipes/dart_flutter_roller.expected/flutter_flutter only.json b/recipes/dart_flutter_roller.expected/flutter_flutter only.json
index 2227e4e..a0952e9 100644
--- a/recipes/dart_flutter_roller.expected/flutter_flutter only.json
+++ b/recipes/dart_flutter_roller.expected/flutter_flutter only.json
@@ -63,10 +63,6 @@
       "-cache",
       "[CACHE]/git"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri init"
   },
@@ -82,10 +78,6 @@
       "topaz/topaz",
       "https://fuchsia.googlesource.com/integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri import"
   },
@@ -100,10 +92,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri update"
   },
@@ -131,10 +119,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "[START_DIR]/integration/topaz/flutter"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.read_manifest_external/github.com/flutter/flutter.jiri manifest",
     "~followup_annotations": [
@@ -158,10 +142,6 @@
       "external/github.com/flutter/flutter=abc123",
       "[START_DIR]/integration/topaz/flutter"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.jiri edit external/github.com/flutter/flutter",
     "~followup_annotations": [
@@ -358,10 +338,6 @@
       "init"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.git init",
     "~followup_annotations": [
@@ -377,10 +353,6 @@
       "https://fuchsia.googlesource.com/third_party/flutter"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.git remote",
     "~followup_annotations": [
@@ -420,10 +392,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.cache.git init",
     "~followup_annotations": [
@@ -438,10 +406,6 @@
       "https://fuchsia.googlesource.com/third_party/flutter"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.cache.remote set-url",
     "~followup_annotations": [
@@ -458,10 +422,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.cache.git config",
     "~followup_annotations": [
@@ -477,10 +437,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.cache.git fetch",
     "~followup_annotations": [
@@ -535,10 +491,6 @@
       "abc123"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.git fetch",
     "~followup_annotations": [
@@ -553,10 +505,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.git checkout",
     "~followup_annotations": [
@@ -570,10 +518,6 @@
       "HEAD"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.git rev-parse",
     "~followup_annotations": [
@@ -589,10 +533,6 @@
       "-x"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.git clean",
     "~followup_annotations": [
@@ -613,10 +553,6 @@
       "sync"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.submodule.git submodule sync",
     "~followup_annotations": [
@@ -631,10 +567,6 @@
       "--init"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.submodule.git submodule update",
     "~followup_annotations": [
@@ -688,10 +620,6 @@
       "init"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.git init",
     "~followup_annotations": [
@@ -707,10 +635,6 @@
       "https://chromium.googlesource.com/external/github.com/flutter/engine"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.git remote",
     "~followup_annotations": [
@@ -750,10 +674,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-external-github.com-flutter-engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.cache.git init",
     "~followup_annotations": [
@@ -768,10 +688,6 @@
       "https://chromium.googlesource.com/external/github.com/flutter/engine"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-external-github.com-flutter-engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.cache.remote set-url",
     "~followup_annotations": [
@@ -788,10 +704,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-external-github.com-flutter-engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.cache.git config",
     "~followup_annotations": [
@@ -807,10 +719,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-external-github.com-flutter-engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.cache.git fetch",
     "~followup_annotations": [
@@ -865,10 +773,6 @@
       "xyz000"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.git fetch",
     "~followup_annotations": [
@@ -883,10 +787,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.git checkout",
     "~followup_annotations": [
@@ -900,10 +800,6 @@
       "HEAD"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.git rev-parse",
     "~followup_annotations": [
@@ -919,10 +815,6 @@
       "-x"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.git clean",
     "~followup_annotations": [
@@ -943,10 +835,6 @@
       "sync"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.submodule.git submodule sync",
     "~followup_annotations": [
@@ -961,10 +849,6 @@
       "--init"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.submodule.git submodule update",
     "~followup_annotations": [
@@ -984,10 +868,6 @@
       "flutter/fuchsia=git_revision:xyz000",
       "[START_DIR]/integration/fuchsia/prebuilts"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.jiri edit flutter/fuchsia",
     "~followup_annotations": [
@@ -1016,10 +896,6 @@
       "flutter/sky_engine=git_revision:xyz000",
       "[START_DIR]/integration/fuchsia/prebuilts"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.jiri edit flutter/sky_engine",
     "~followup_annotations": [
@@ -1048,10 +924,6 @@
       "flutter/fuchsia-debug-symbols-x64=git_revision:xyz000",
       "[START_DIR]/integration/fuchsia/prebuilts"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.jiri edit flutter/fuchsia-debug-symbols-x64",
     "~followup_annotations": [
@@ -1080,10 +952,6 @@
       "flutter/fuchsia-debug-symbols-arm64=git_revision:xyz000",
       "[START_DIR]/integration/fuchsia/prebuilts"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.jiri edit flutter/fuchsia-debug-symbols-arm64",
     "~followup_annotations": [
@@ -1142,10 +1010,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "[START_DIR]/integration/topaz/dart"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.read_manifest_dart/sdk.jiri manifest",
     "~followup_annotations": [
@@ -1169,10 +1033,6 @@
       "dart/sdk=abcdeabcdeabcdeabcdeabcdeabcdeabcdeabcde",
       "[START_DIR]/integration/topaz/dart"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.jiri edit dart/sdk",
     "~followup_annotations": [
@@ -1197,10 +1057,6 @@
       "fuchsia/dart-sdk/${platform}=git_revision:abcdeabcdeabcdeabcdeabcdeabcdeabcdeabcde",
       "[START_DIR]/integration/fuchsia/prebuilts"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.jiri edit",
     "~followup_annotations": [
@@ -1243,10 +1099,6 @@
       "init"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.git init",
     "~followup_annotations": [
@@ -1262,10 +1114,6 @@
       "https://fuchsia.googlesource.com/third_party/dart"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.git remote",
     "~followup_annotations": [
@@ -1305,10 +1153,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.cache.git init",
     "~followup_annotations": [
@@ -1323,10 +1167,6 @@
       "https://fuchsia.googlesource.com/third_party/dart"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.cache.remote set-url",
     "~followup_annotations": [
@@ -1343,10 +1183,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.cache.git config",
     "~followup_annotations": [
@@ -1362,10 +1198,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.cache.git fetch",
     "~followup_annotations": [
@@ -1419,10 +1251,6 @@
       "origin"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.git fetch",
     "~followup_annotations": [
@@ -1437,10 +1265,6 @@
       "abcdeabcdeabcdeabcdeabcdeabcdeabcdeabcde"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.git checkout",
     "~followup_annotations": [
@@ -1454,10 +1278,6 @@
       "HEAD"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.git rev-parse",
     "~followup_annotations": [
@@ -1473,10 +1293,6 @@
       "-x"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.git clean",
     "~followup_annotations": [
@@ -1497,10 +1313,6 @@
       "sync"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.submodule.git submodule sync",
     "~followup_annotations": [
@@ -1515,10 +1327,6 @@
       "--init"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.submodule.git submodule update",
     "~followup_annotations": [
@@ -1556,10 +1364,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.git fetch",
     "~followup_annotations": [
@@ -1573,10 +1377,6 @@
       "origin/master"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.git checkout",
     "~followup_annotations": [
@@ -1590,10 +1390,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.git rev-parse",
     "~followup_annotations": [
@@ -1624,10 +1420,6 @@
       "--others"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.check for no-op commit",
     "~followup_annotations": [
@@ -1644,10 +1436,6 @@
       "--intent-to-add"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.git add",
     "~followup_annotations": [
@@ -1660,10 +1448,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.git diff",
     "~followup_annotations": [
@@ -1677,10 +1461,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.git hash-object",
     "~followup_annotations": [
@@ -1773,10 +1553,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.git commit",
     "~followup_annotations": [
@@ -1793,10 +1569,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+2,l=Code-Review+2"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.git push",
     "~followup_annotations": [
@@ -1845,10 +1617,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.git rev-parse (2)",
     "~followup_annotations": [
@@ -1877,10 +1645,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "[START_DIR]/integration/topaz/dart"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.read_manifest_third_party/dart-pkg.jiri manifest",
     "~followup_annotations": [
@@ -1904,10 +1668,6 @@
       "third_party/dart-pkg=deadbeef",
       "[START_DIR]/integration/topaz/dart"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.jiri edit third_party/dart-pkg",
     "~followup_annotations": [
@@ -2034,10 +1794,6 @@
       "--exclude-standard"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "check for no-op commit",
     "~followup_annotations": [
@@ -2051,10 +1807,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git diff"
   },
@@ -2065,10 +1817,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git hash-object"
   },
@@ -2100,10 +1848,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git commit"
   },
@@ -2117,10 +1861,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+2,l=Code-Review+2"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git push",
     "~followup_annotations": [
@@ -2176,10 +1916,6 @@
       "/path/to/tmp/json",
       "flutter/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "fetch and upload debug symbols.jiri package",
     "~followup_annotations": [
diff --git a/recipes/dart_flutter_roller.expected/no revision.json b/recipes/dart_flutter_roller.expected/no revision.json
index 56c08a3..08b4036 100644
--- a/recipes/dart_flutter_roller.expected/no revision.json
+++ b/recipes/dart_flutter_roller.expected/no revision.json
@@ -63,10 +63,6 @@
       "-cache",
       "[CACHE]/git"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri init"
   },
@@ -82,10 +78,6 @@
       "topaz/topaz",
       "https://fuchsia.googlesource.com/integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri import"
   },
@@ -100,10 +92,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri update"
   },
@@ -131,10 +119,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "[START_DIR]/integration/topaz/flutter"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.read_manifest_external/github.com/flutter/flutter.jiri manifest",
     "~followup_annotations": [
@@ -158,10 +142,6 @@
       "external/github.com/flutter/flutter=321abc",
       "[START_DIR]/integration/topaz/flutter"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.jiri edit external/github.com/flutter/flutter",
     "~followup_annotations": [
@@ -358,10 +338,6 @@
       "init"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.git init",
     "~followup_annotations": [
@@ -377,10 +353,6 @@
       "https://fuchsia.googlesource.com/third_party/flutter"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.git remote",
     "~followup_annotations": [
@@ -420,10 +392,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.cache.git init",
     "~followup_annotations": [
@@ -438,10 +406,6 @@
       "https://fuchsia.googlesource.com/third_party/flutter"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.cache.remote set-url",
     "~followup_annotations": [
@@ -458,10 +422,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.cache.git config",
     "~followup_annotations": [
@@ -477,10 +437,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.cache.git fetch",
     "~followup_annotations": [
@@ -535,10 +491,6 @@
       "321abc"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.git fetch",
     "~followup_annotations": [
@@ -553,10 +505,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.git checkout",
     "~followup_annotations": [
@@ -570,10 +518,6 @@
       "HEAD"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.git rev-parse",
     "~followup_annotations": [
@@ -589,10 +533,6 @@
       "-x"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.git clean",
     "~followup_annotations": [
@@ -613,10 +553,6 @@
       "sync"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.submodule.git submodule sync",
     "~followup_annotations": [
@@ -631,10 +567,6 @@
       "--init"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.submodule.git submodule update",
     "~followup_annotations": [
@@ -688,10 +620,6 @@
       "init"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.git init",
     "~followup_annotations": [
@@ -707,10 +635,6 @@
       "https://chromium.googlesource.com/external/github.com/flutter/engine"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.git remote",
     "~followup_annotations": [
@@ -750,10 +674,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-external-github.com-flutter-engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.cache.git init",
     "~followup_annotations": [
@@ -768,10 +688,6 @@
       "https://chromium.googlesource.com/external/github.com/flutter/engine"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-external-github.com-flutter-engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.cache.remote set-url",
     "~followup_annotations": [
@@ -788,10 +704,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-external-github.com-flutter-engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.cache.git config",
     "~followup_annotations": [
@@ -807,10 +719,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-external-github.com-flutter-engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.cache.git fetch",
     "~followup_annotations": [
@@ -865,10 +773,6 @@
       "xyz000"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.git fetch",
     "~followup_annotations": [
@@ -883,10 +787,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.git checkout",
     "~followup_annotations": [
@@ -900,10 +800,6 @@
       "HEAD"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.git rev-parse",
     "~followup_annotations": [
@@ -919,10 +815,6 @@
       "-x"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.git clean",
     "~followup_annotations": [
@@ -943,10 +835,6 @@
       "sync"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.submodule.git submodule sync",
     "~followup_annotations": [
@@ -961,10 +849,6 @@
       "--init"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.submodule.git submodule update",
     "~followup_annotations": [
@@ -984,10 +868,6 @@
       "flutter/fuchsia=git_revision:xyz000",
       "[START_DIR]/integration/fuchsia/prebuilts"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.jiri edit flutter/fuchsia",
     "~followup_annotations": [
@@ -1016,10 +896,6 @@
       "flutter/sky_engine=git_revision:xyz000",
       "[START_DIR]/integration/fuchsia/prebuilts"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.jiri edit flutter/sky_engine",
     "~followup_annotations": [
@@ -1048,10 +924,6 @@
       "flutter/fuchsia-debug-symbols-x64=git_revision:xyz000",
       "[START_DIR]/integration/fuchsia/prebuilts"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.jiri edit flutter/fuchsia-debug-symbols-x64",
     "~followup_annotations": [
@@ -1080,10 +952,6 @@
       "flutter/fuchsia-debug-symbols-arm64=git_revision:xyz000",
       "[START_DIR]/integration/fuchsia/prebuilts"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.jiri edit flutter/fuchsia-debug-symbols-arm64",
     "~followup_annotations": [
@@ -1142,10 +1010,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "[START_DIR]/integration/topaz/dart"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.read_manifest_dart/sdk.jiri manifest",
     "~followup_annotations": [
@@ -1169,10 +1033,6 @@
       "dart/sdk=abcdeabcdeabcdeabcdeabcdeabcdeabcdeabcde",
       "[START_DIR]/integration/topaz/dart"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.jiri edit dart/sdk",
     "~followup_annotations": [
@@ -1303,10 +1163,6 @@
       "fuchsia/dart-sdk/${platform}=git_revision:abcdeabcdeabcdeabcdeabcdeabcdeabcdeabcde",
       "[START_DIR]/integration/fuchsia/prebuilts"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.jiri edit",
     "~followup_annotations": [
@@ -1349,10 +1205,6 @@
       "init"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.git init",
     "~followup_annotations": [
@@ -1368,10 +1220,6 @@
       "https://fuchsia.googlesource.com/third_party/dart"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.git remote",
     "~followup_annotations": [
@@ -1411,10 +1259,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.cache.git init",
     "~followup_annotations": [
@@ -1429,10 +1273,6 @@
       "https://fuchsia.googlesource.com/third_party/dart"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.cache.remote set-url",
     "~followup_annotations": [
@@ -1449,10 +1289,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.cache.git config",
     "~followup_annotations": [
@@ -1468,10 +1304,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.cache.git fetch",
     "~followup_annotations": [
@@ -1525,10 +1357,6 @@
       "origin"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.git fetch",
     "~followup_annotations": [
@@ -1543,10 +1371,6 @@
       "abcdeabcdeabcdeabcdeabcdeabcdeabcdeabcde"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.git checkout",
     "~followup_annotations": [
@@ -1560,10 +1384,6 @@
       "HEAD"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.git rev-parse",
     "~followup_annotations": [
@@ -1579,10 +1399,6 @@
       "-x"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.git clean",
     "~followup_annotations": [
@@ -1603,10 +1419,6 @@
       "sync"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.submodule.git submodule sync",
     "~followup_annotations": [
@@ -1621,10 +1433,6 @@
       "--init"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.submodule.git submodule update",
     "~followup_annotations": [
@@ -1662,10 +1470,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.git fetch",
     "~followup_annotations": [
@@ -1679,10 +1483,6 @@
       "origin/master"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.git checkout",
     "~followup_annotations": [
@@ -1696,10 +1496,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.git rev-parse",
     "~followup_annotations": [
@@ -1730,10 +1526,6 @@
       "--others"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.check for no-op commit",
     "~followup_annotations": [
@@ -1750,10 +1542,6 @@
       "--intent-to-add"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.git add",
     "~followup_annotations": [
@@ -1766,10 +1554,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.git diff",
     "~followup_annotations": [
@@ -1783,10 +1567,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.git hash-object",
     "~followup_annotations": [
@@ -1879,10 +1659,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.git commit",
     "~followup_annotations": [
@@ -1899,10 +1675,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+2,l=Code-Review+2"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.git push",
     "~followup_annotations": [
@@ -1951,10 +1723,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.git rev-parse (2)",
     "~followup_annotations": [
@@ -1983,10 +1751,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "[START_DIR]/integration/topaz/dart"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.read_manifest_third_party/dart-pkg.jiri manifest",
     "~followup_annotations": [
@@ -2010,10 +1774,6 @@
       "third_party/dart-pkg=deadbeef",
       "[START_DIR]/integration/topaz/dart"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.jiri edit third_party/dart-pkg",
     "~followup_annotations": [
@@ -2140,10 +1900,6 @@
       "--exclude-standard"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "check for no-op commit",
     "~followup_annotations": [
@@ -2157,10 +1913,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git diff"
   },
@@ -2171,10 +1923,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git hash-object"
   },
@@ -2206,10 +1954,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git commit"
   },
@@ -2223,10 +1967,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+2,l=Code-Review+2"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git push",
     "~followup_annotations": [
diff --git a/recipes/dart_flutter_roller.expected/noop roll with lockfile.json b/recipes/dart_flutter_roller.expected/noop roll with lockfile.json
index a2cd0ae..19850ad 100644
--- a/recipes/dart_flutter_roller.expected/noop roll with lockfile.json
+++ b/recipes/dart_flutter_roller.expected/noop roll with lockfile.json
@@ -63,10 +63,6 @@
       "-cache",
       "[CACHE]/git"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri init"
   },
@@ -82,10 +78,6 @@
       "topaz/topaz",
       "https://fuchsia.googlesource.com/integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri import"
   },
@@ -100,10 +92,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri update"
   },
@@ -131,10 +119,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "[START_DIR]/integration/topaz/flutter"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.read_manifest_external/github.com/flutter/flutter.jiri manifest",
     "~followup_annotations": [
@@ -158,10 +142,6 @@
       "external/github.com/flutter/flutter=abc123",
       "[START_DIR]/integration/topaz/flutter"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.jiri edit external/github.com/flutter/flutter",
     "~followup_annotations": [
@@ -188,10 +168,6 @@
       "manifest/topaz"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri resolve",
     "~followup_annotations": [
diff --git a/recipes/dart_flutter_roller.expected/noop roll.json b/recipes/dart_flutter_roller.expected/noop roll.json
index 3211d99..aea88e6 100644
--- a/recipes/dart_flutter_roller.expected/noop roll.json
+++ b/recipes/dart_flutter_roller.expected/noop roll.json
@@ -63,10 +63,6 @@
       "-cache",
       "[CACHE]/git"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri init"
   },
@@ -82,10 +78,6 @@
       "topaz/topaz",
       "https://fuchsia.googlesource.com/integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri import"
   },
@@ -100,10 +92,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri update"
   },
@@ -131,10 +119,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "[START_DIR]/integration/topaz/flutter"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.read_manifest_external/github.com/flutter/flutter.jiri manifest",
     "~followup_annotations": [
@@ -158,10 +142,6 @@
       "external/github.com/flutter/flutter=abc123",
       "[START_DIR]/integration/topaz/flutter"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.jiri edit external/github.com/flutter/flutter",
     "~followup_annotations": [
diff --git a/recipes/dart_flutter_roller.expected/with debug symbols.json b/recipes/dart_flutter_roller.expected/with debug symbols.json
index 2227e4e..a0952e9 100644
--- a/recipes/dart_flutter_roller.expected/with debug symbols.json
+++ b/recipes/dart_flutter_roller.expected/with debug symbols.json
@@ -63,10 +63,6 @@
       "-cache",
       "[CACHE]/git"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri init"
   },
@@ -82,10 +78,6 @@
       "topaz/topaz",
       "https://fuchsia.googlesource.com/integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri import"
   },
@@ -100,10 +92,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri update"
   },
@@ -131,10 +119,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "[START_DIR]/integration/topaz/flutter"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.read_manifest_external/github.com/flutter/flutter.jiri manifest",
     "~followup_annotations": [
@@ -158,10 +142,6 @@
       "external/github.com/flutter/flutter=abc123",
       "[START_DIR]/integration/topaz/flutter"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.jiri edit external/github.com/flutter/flutter",
     "~followup_annotations": [
@@ -358,10 +338,6 @@
       "init"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.git init",
     "~followup_annotations": [
@@ -377,10 +353,6 @@
       "https://fuchsia.googlesource.com/third_party/flutter"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.git remote",
     "~followup_annotations": [
@@ -420,10 +392,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.cache.git init",
     "~followup_annotations": [
@@ -438,10 +406,6 @@
       "https://fuchsia.googlesource.com/third_party/flutter"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.cache.remote set-url",
     "~followup_annotations": [
@@ -458,10 +422,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.cache.git config",
     "~followup_annotations": [
@@ -477,10 +437,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.cache.git fetch",
     "~followup_annotations": [
@@ -535,10 +491,6 @@
       "abc123"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.git fetch",
     "~followup_annotations": [
@@ -553,10 +505,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.git checkout",
     "~followup_annotations": [
@@ -570,10 +518,6 @@
       "HEAD"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.git rev-parse",
     "~followup_annotations": [
@@ -589,10 +533,6 @@
       "-x"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.git clean",
     "~followup_annotations": [
@@ -613,10 +553,6 @@
       "sync"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.submodule.git submodule sync",
     "~followup_annotations": [
@@ -631,10 +567,6 @@
       "--init"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/flutter",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/flutter.submodule.git submodule update",
     "~followup_annotations": [
@@ -688,10 +620,6 @@
       "init"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.git init",
     "~followup_annotations": [
@@ -707,10 +635,6 @@
       "https://chromium.googlesource.com/external/github.com/flutter/engine"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.git remote",
     "~followup_annotations": [
@@ -750,10 +674,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-external-github.com-flutter-engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.cache.git init",
     "~followup_annotations": [
@@ -768,10 +688,6 @@
       "https://chromium.googlesource.com/external/github.com/flutter/engine"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-external-github.com-flutter-engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.cache.remote set-url",
     "~followup_annotations": [
@@ -788,10 +704,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-external-github.com-flutter-engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.cache.git config",
     "~followup_annotations": [
@@ -807,10 +719,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-external-github.com-flutter-engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.cache.git fetch",
     "~followup_annotations": [
@@ -865,10 +773,6 @@
       "xyz000"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.git fetch",
     "~followup_annotations": [
@@ -883,10 +787,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.git checkout",
     "~followup_annotations": [
@@ -900,10 +800,6 @@
       "HEAD"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.git rev-parse",
     "~followup_annotations": [
@@ -919,10 +815,6 @@
       "-x"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.git clean",
     "~followup_annotations": [
@@ -943,10 +835,6 @@
       "sync"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.submodule.git submodule sync",
     "~followup_annotations": [
@@ -961,10 +849,6 @@
       "--init"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/engine",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.submodule.git submodule update",
     "~followup_annotations": [
@@ -984,10 +868,6 @@
       "flutter/fuchsia=git_revision:xyz000",
       "[START_DIR]/integration/fuchsia/prebuilts"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.jiri edit flutter/fuchsia",
     "~followup_annotations": [
@@ -1016,10 +896,6 @@
       "flutter/sky_engine=git_revision:xyz000",
       "[START_DIR]/integration/fuchsia/prebuilts"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.jiri edit flutter/sky_engine",
     "~followup_annotations": [
@@ -1048,10 +924,6 @@
       "flutter/fuchsia-debug-symbols-x64=git_revision:xyz000",
       "[START_DIR]/integration/fuchsia/prebuilts"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.jiri edit flutter/fuchsia-debug-symbols-x64",
     "~followup_annotations": [
@@ -1080,10 +952,6 @@
       "flutter/fuchsia-debug-symbols-arm64=git_revision:xyz000",
       "[START_DIR]/integration/fuchsia/prebuilts"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "flutter/engine.jiri edit flutter/fuchsia-debug-symbols-arm64",
     "~followup_annotations": [
@@ -1142,10 +1010,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "[START_DIR]/integration/topaz/dart"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.read_manifest_dart/sdk.jiri manifest",
     "~followup_annotations": [
@@ -1169,10 +1033,6 @@
       "dart/sdk=abcdeabcdeabcdeabcdeabcdeabcdeabcdeabcde",
       "[START_DIR]/integration/topaz/dart"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.jiri edit dart/sdk",
     "~followup_annotations": [
@@ -1197,10 +1057,6 @@
       "fuchsia/dart-sdk/${platform}=git_revision:abcdeabcdeabcdeabcdeabcdeabcdeabcdeabcde",
       "[START_DIR]/integration/fuchsia/prebuilts"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.jiri edit",
     "~followup_annotations": [
@@ -1243,10 +1099,6 @@
       "init"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.git init",
     "~followup_annotations": [
@@ -1262,10 +1114,6 @@
       "https://fuchsia.googlesource.com/third_party/dart"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.git remote",
     "~followup_annotations": [
@@ -1305,10 +1153,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.cache.git init",
     "~followup_annotations": [
@@ -1323,10 +1167,6 @@
       "https://fuchsia.googlesource.com/third_party/dart"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.cache.remote set-url",
     "~followup_annotations": [
@@ -1343,10 +1183,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.cache.git config",
     "~followup_annotations": [
@@ -1362,10 +1198,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.cache.git fetch",
     "~followup_annotations": [
@@ -1419,10 +1251,6 @@
       "origin"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.git fetch",
     "~followup_annotations": [
@@ -1437,10 +1265,6 @@
       "abcdeabcdeabcdeabcdeabcdeabcdeabcdeabcde"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.git checkout",
     "~followup_annotations": [
@@ -1454,10 +1278,6 @@
       "HEAD"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.git rev-parse",
     "~followup_annotations": [
@@ -1473,10 +1293,6 @@
       "-x"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.git clean",
     "~followup_annotations": [
@@ -1497,10 +1313,6 @@
       "sync"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.submodule.git submodule sync",
     "~followup_annotations": [
@@ -1515,10 +1327,6 @@
       "--init"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_1/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart sdk.submodule.git submodule update",
     "~followup_annotations": [
@@ -1556,10 +1364,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.git fetch",
     "~followup_annotations": [
@@ -1573,10 +1377,6 @@
       "origin/master"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.git checkout",
     "~followup_annotations": [
@@ -1590,10 +1390,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.git rev-parse",
     "~followup_annotations": [
@@ -1624,10 +1420,6 @@
       "--others"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.check for no-op commit",
     "~followup_annotations": [
@@ -1644,10 +1436,6 @@
       "--intent-to-add"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.git add",
     "~followup_annotations": [
@@ -1660,10 +1448,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.git diff",
     "~followup_annotations": [
@@ -1677,10 +1461,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.git hash-object",
     "~followup_annotations": [
@@ -1773,10 +1553,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.git commit",
     "~followup_annotations": [
@@ -1793,10 +1569,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+2,l=Code-Review+2"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.git push",
     "~followup_annotations": [
@@ -1845,10 +1617,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.git rev-parse (2)",
     "~followup_annotations": [
@@ -1877,10 +1645,6 @@
       "\n      {\n        \"gerrithost\": \"{{.GerritHost}}\",\n        \"githooks\": \"{{.GitHooks}}\",\n        \"historydepth\": \"{{.HistoryDepth}}\",\n        \"name\": \"{{.Name}}\",\n        \"path\": \"{{.Path}}\",\n        \"remote\": \"{{.Remote}}\",\n        \"remotebranch\": \"{{.RemoteBranch}}\",\n        \"revision\": \"{{.Revision}}\"\n      }\n      ",
       "[START_DIR]/integration/topaz/dart"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.read_manifest_third_party/dart-pkg.jiri manifest",
     "~followup_annotations": [
@@ -1904,10 +1668,6 @@
       "third_party/dart-pkg=deadbeef",
       "[START_DIR]/integration/topaz/dart"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "third-party dart packages.jiri edit third_party/dart-pkg",
     "~followup_annotations": [
@@ -2034,10 +1794,6 @@
       "--exclude-standard"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "check for no-op commit",
     "~followup_annotations": [
@@ -2051,10 +1807,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git diff"
   },
@@ -2065,10 +1817,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git hash-object"
   },
@@ -2100,10 +1848,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git commit"
   },
@@ -2117,10 +1861,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+2,l=Code-Review+2"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git push",
     "~followup_annotations": [
@@ -2176,10 +1916,6 @@
       "/path/to/tmp/json",
       "flutter/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "fetch and upload debug symbols.jiri package",
     "~followup_annotations": [
diff --git a/recipes/dart_toolchain.expected/linux.json b/recipes/dart_toolchain.expected/linux.json
index 2ef7fd5..0e98863 100644
--- a/recipes/dart_toolchain.expected/linux.json
+++ b/recipes/dart_toolchain.expected/linux.json
@@ -99,10 +99,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.git init",
     "~followup_annotations": [
@@ -118,10 +114,6 @@
       "https://chromium.googlesource.com/chromium/tools/depot_tools"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.git remote",
     "~followup_annotations": [
@@ -161,10 +153,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-chromium-tools-depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.cache.git init",
     "~followup_annotations": [
@@ -179,10 +167,6 @@
       "https://chromium.googlesource.com/chromium/tools/depot_tools"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-chromium-tools-depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.cache.remote set-url",
     "~followup_annotations": [
@@ -199,10 +183,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-chromium-tools-depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.cache.git config",
     "~followup_annotations": [
@@ -218,10 +198,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-chromium-tools-depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.cache.git fetch",
     "~followup_annotations": [
@@ -276,10 +252,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.git fetch",
     "~followup_annotations": [
@@ -294,10 +266,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.git checkout",
     "~followup_annotations": [
@@ -311,10 +279,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.git rev-parse",
     "~followup_annotations": [
@@ -330,10 +294,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.git clean",
     "~followup_annotations": [
@@ -368,10 +328,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/dart/sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.git init",
     "~followup_annotations": [
@@ -387,10 +343,6 @@
       "https://dart.googlesource.com/sdk"
     ],
     "cwd": "[START_DIR]/dart/sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.git remote",
     "~followup_annotations": [
@@ -430,10 +382,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/dart.googlesource.com-sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.cache.git init",
     "~followup_annotations": [
@@ -448,10 +396,6 @@
       "https://dart.googlesource.com/sdk"
     ],
     "cwd": "[CACHE]/git/dart.googlesource.com-sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.cache.remote set-url",
     "~followup_annotations": [
@@ -468,10 +412,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/dart.googlesource.com-sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.cache.git config",
     "~followup_annotations": [
@@ -487,10 +427,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/dart.googlesource.com-sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.cache.git fetch",
     "~followup_annotations": [
@@ -544,10 +480,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/dart/sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.git fetch",
     "~followup_annotations": [
@@ -562,10 +494,6 @@
       "301b5a1f16414bc031091eb214ddd6c589e6ed9a"
     ],
     "cwd": "[START_DIR]/dart/sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.git checkout",
     "~followup_annotations": [
@@ -579,10 +507,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/dart/sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.git rev-parse",
     "~followup_annotations": [
@@ -598,10 +522,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/dart/sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.git clean",
     "~followup_annotations": [
diff --git a/recipes/dart_toolchain.expected/linux_cross.json b/recipes/dart_toolchain.expected/linux_cross.json
index 5b393c9..6f92b7e 100644
--- a/recipes/dart_toolchain.expected/linux_cross.json
+++ b/recipes/dart_toolchain.expected/linux_cross.json
@@ -99,10 +99,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.git init",
     "~followup_annotations": [
@@ -118,10 +114,6 @@
       "https://chromium.googlesource.com/chromium/tools/depot_tools"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.git remote",
     "~followup_annotations": [
@@ -161,10 +153,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-chromium-tools-depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.cache.git init",
     "~followup_annotations": [
@@ -179,10 +167,6 @@
       "https://chromium.googlesource.com/chromium/tools/depot_tools"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-chromium-tools-depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.cache.remote set-url",
     "~followup_annotations": [
@@ -199,10 +183,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-chromium-tools-depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.cache.git config",
     "~followup_annotations": [
@@ -218,10 +198,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-chromium-tools-depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.cache.git fetch",
     "~followup_annotations": [
@@ -276,10 +252,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.git fetch",
     "~followup_annotations": [
@@ -294,10 +266,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.git checkout",
     "~followup_annotations": [
@@ -311,10 +279,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.git rev-parse",
     "~followup_annotations": [
@@ -330,10 +294,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.git clean",
     "~followup_annotations": [
@@ -368,10 +328,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/dart/sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.git init",
     "~followup_annotations": [
@@ -387,10 +343,6 @@
       "https://dart.googlesource.com/sdk"
     ],
     "cwd": "[START_DIR]/dart/sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.git remote",
     "~followup_annotations": [
@@ -430,10 +382,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/dart.googlesource.com-sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.cache.git init",
     "~followup_annotations": [
@@ -448,10 +396,6 @@
       "https://dart.googlesource.com/sdk"
     ],
     "cwd": "[CACHE]/git/dart.googlesource.com-sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.cache.remote set-url",
     "~followup_annotations": [
@@ -468,10 +412,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/dart.googlesource.com-sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.cache.git config",
     "~followup_annotations": [
@@ -487,10 +427,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/dart.googlesource.com-sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.cache.git fetch",
     "~followup_annotations": [
@@ -544,10 +480,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/dart/sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.git fetch",
     "~followup_annotations": [
@@ -562,10 +494,6 @@
       "301b5a1f16414bc031091eb214ddd6c589e6ed9a"
     ],
     "cwd": "[START_DIR]/dart/sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.git checkout",
     "~followup_annotations": [
@@ -579,10 +507,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/dart/sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.git rev-parse",
     "~followup_annotations": [
@@ -598,10 +522,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/dart/sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.git clean",
     "~followup_annotations": [
diff --git a/recipes/dart_toolchain.expected/linux_new.json b/recipes/dart_toolchain.expected/linux_new.json
index 7f2b095..8c5ce58 100644
--- a/recipes/dart_toolchain.expected/linux_new.json
+++ b/recipes/dart_toolchain.expected/linux_new.json
@@ -99,10 +99,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.git init",
     "~followup_annotations": [
@@ -118,10 +114,6 @@
       "https://chromium.googlesource.com/chromium/tools/depot_tools"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.git remote",
     "~followup_annotations": [
@@ -161,10 +153,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-chromium-tools-depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.cache.git init",
     "~followup_annotations": [
@@ -179,10 +167,6 @@
       "https://chromium.googlesource.com/chromium/tools/depot_tools"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-chromium-tools-depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.cache.remote set-url",
     "~followup_annotations": [
@@ -199,10 +183,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-chromium-tools-depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.cache.git config",
     "~followup_annotations": [
@@ -218,10 +198,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-chromium-tools-depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.cache.git fetch",
     "~followup_annotations": [
@@ -276,10 +252,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.git fetch",
     "~followup_annotations": [
@@ -294,10 +266,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.git checkout",
     "~followup_annotations": [
@@ -311,10 +279,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.git rev-parse",
     "~followup_annotations": [
@@ -330,10 +294,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.git clean",
     "~followup_annotations": [
@@ -368,10 +328,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/dart/sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.git init",
     "~followup_annotations": [
@@ -387,10 +343,6 @@
       "https://dart.googlesource.com/sdk"
     ],
     "cwd": "[START_DIR]/dart/sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.git remote",
     "~followup_annotations": [
@@ -430,10 +382,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/dart.googlesource.com-sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.cache.git init",
     "~followup_annotations": [
@@ -448,10 +396,6 @@
       "https://dart.googlesource.com/sdk"
     ],
     "cwd": "[CACHE]/git/dart.googlesource.com-sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.cache.remote set-url",
     "~followup_annotations": [
@@ -468,10 +412,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/dart.googlesource.com-sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.cache.git config",
     "~followup_annotations": [
@@ -487,10 +427,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/dart.googlesource.com-sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.cache.git fetch",
     "~followup_annotations": [
@@ -544,10 +480,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/dart/sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.git fetch",
     "~followup_annotations": [
@@ -562,10 +494,6 @@
       "301b5a1f16414bc031091eb214ddd6c589e6ed9a"
     ],
     "cwd": "[START_DIR]/dart/sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.git checkout",
     "~followup_annotations": [
@@ -579,10 +507,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/dart/sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.git rev-parse",
     "~followup_annotations": [
@@ -598,10 +522,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/dart/sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.git clean",
     "~followup_annotations": [
diff --git a/recipes/dart_toolchain.expected/mac.json b/recipes/dart_toolchain.expected/mac.json
index 5bc20c0..6b60b10 100644
--- a/recipes/dart_toolchain.expected/mac.json
+++ b/recipes/dart_toolchain.expected/mac.json
@@ -95,10 +95,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.git init",
     "~followup_annotations": [
@@ -114,10 +110,6 @@
       "https://chromium.googlesource.com/chromium/tools/depot_tools"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.git remote",
     "~followup_annotations": [
@@ -157,10 +149,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-chromium-tools-depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.cache.git init",
     "~followup_annotations": [
@@ -175,10 +163,6 @@
       "https://chromium.googlesource.com/chromium/tools/depot_tools"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-chromium-tools-depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.cache.remote set-url",
     "~followup_annotations": [
@@ -195,10 +179,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-chromium-tools-depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.cache.git config",
     "~followup_annotations": [
@@ -214,10 +194,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-chromium-tools-depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.cache.git fetch",
     "~followup_annotations": [
@@ -272,10 +248,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.git fetch",
     "~followup_annotations": [
@@ -290,10 +262,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.git checkout",
     "~followup_annotations": [
@@ -307,10 +275,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.git rev-parse",
     "~followup_annotations": [
@@ -326,10 +290,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.git clean",
     "~followup_annotations": [
@@ -364,10 +324,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/dart/sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.git init",
     "~followup_annotations": [
@@ -383,10 +339,6 @@
       "https://dart.googlesource.com/sdk"
     ],
     "cwd": "[START_DIR]/dart/sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.git remote",
     "~followup_annotations": [
@@ -426,10 +378,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/dart.googlesource.com-sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.cache.git init",
     "~followup_annotations": [
@@ -444,10 +392,6 @@
       "https://dart.googlesource.com/sdk"
     ],
     "cwd": "[CACHE]/git/dart.googlesource.com-sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.cache.remote set-url",
     "~followup_annotations": [
@@ -464,10 +408,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/dart.googlesource.com-sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.cache.git config",
     "~followup_annotations": [
@@ -483,10 +423,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/dart.googlesource.com-sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.cache.git fetch",
     "~followup_annotations": [
@@ -540,10 +476,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/dart/sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.git fetch",
     "~followup_annotations": [
@@ -558,10 +490,6 @@
       "301b5a1f16414bc031091eb214ddd6c589e6ed9a"
     ],
     "cwd": "[START_DIR]/dart/sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.git checkout",
     "~followup_annotations": [
@@ -575,10 +503,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/dart/sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.git rev-parse",
     "~followup_annotations": [
@@ -594,10 +518,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/dart/sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.git clean",
     "~followup_annotations": [
diff --git a/recipes/dart_toolchain.expected/mac_new.json b/recipes/dart_toolchain.expected/mac_new.json
index e98a289..b8ad474 100644
--- a/recipes/dart_toolchain.expected/mac_new.json
+++ b/recipes/dart_toolchain.expected/mac_new.json
@@ -95,10 +95,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.git init",
     "~followup_annotations": [
@@ -114,10 +110,6 @@
       "https://chromium.googlesource.com/chromium/tools/depot_tools"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.git remote",
     "~followup_annotations": [
@@ -157,10 +149,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-chromium-tools-depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.cache.git init",
     "~followup_annotations": [
@@ -175,10 +163,6 @@
       "https://chromium.googlesource.com/chromium/tools/depot_tools"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-chromium-tools-depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.cache.remote set-url",
     "~followup_annotations": [
@@ -195,10 +179,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-chromium-tools-depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.cache.git config",
     "~followup_annotations": [
@@ -214,10 +194,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-chromium-tools-depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.cache.git fetch",
     "~followup_annotations": [
@@ -272,10 +248,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.git fetch",
     "~followup_annotations": [
@@ -290,10 +262,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.git checkout",
     "~followup_annotations": [
@@ -307,10 +275,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.git rev-parse",
     "~followup_annotations": [
@@ -326,10 +290,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "depot_tools.git clean",
     "~followup_annotations": [
@@ -364,10 +324,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/dart/sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.git init",
     "~followup_annotations": [
@@ -383,10 +339,6 @@
       "https://dart.googlesource.com/sdk"
     ],
     "cwd": "[START_DIR]/dart/sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.git remote",
     "~followup_annotations": [
@@ -426,10 +378,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/dart.googlesource.com-sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.cache.git init",
     "~followup_annotations": [
@@ -444,10 +392,6 @@
       "https://dart.googlesource.com/sdk"
     ],
     "cwd": "[CACHE]/git/dart.googlesource.com-sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.cache.remote set-url",
     "~followup_annotations": [
@@ -464,10 +408,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/dart.googlesource.com-sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.cache.git config",
     "~followup_annotations": [
@@ -483,10 +423,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/dart.googlesource.com-sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.cache.git fetch",
     "~followup_annotations": [
@@ -540,10 +476,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/dart/sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.git fetch",
     "~followup_annotations": [
@@ -558,10 +490,6 @@
       "301b5a1f16414bc031091eb214ddd6c589e6ed9a"
     ],
     "cwd": "[START_DIR]/dart/sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.git checkout",
     "~followup_annotations": [
@@ -575,10 +503,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/dart/sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.git rev-parse",
     "~followup_annotations": [
@@ -594,10 +518,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/dart/sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "dart-sdk.git clean",
     "~followup_annotations": [
diff --git a/recipes/diff.expected/basic.json b/recipes/diff.expected/basic.json
index 67b19de..9e76434 100644
--- a/recipes/diff.expected/basic.json
+++ b/recipes/diff.expected/basic.json
@@ -66,10 +66,6 @@
       "[CACHE]/git"
     ],
     "cwd": "[CLEANUP]/tmp_tmp_3",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri init"
   },
   {
@@ -88,10 +84,6 @@
       "sso://fuchsia/project"
     ],
     "cwd": "[CLEANUP]/tmp_tmp_3",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri import"
   },
   {
@@ -107,10 +99,6 @@
       "-fetch-packages=false"
     ],
     "cwd": "[CLEANUP]/tmp_tmp_3",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri update"
   },
   {
@@ -123,10 +111,6 @@
       "[CLEANUP]/tmp_tmp_1"
     ],
     "cwd": "[CLEANUP]/tmp_tmp_3",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri snapshot"
   },
   {
@@ -145,10 +129,6 @@
       "sso://fuchsia/project"
     ],
     "cwd": "[CLEANUP]/tmp_tmp_3",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri import (2)"
   },
   {
@@ -164,10 +144,6 @@
       "-fetch-packages=false"
     ],
     "cwd": "[CLEANUP]/tmp_tmp_3",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri update (2)"
   },
   {
@@ -180,10 +156,6 @@
       "[CLEANUP]/tmp_tmp_2"
     ],
     "cwd": "[CLEANUP]/tmp_tmp_3",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri snapshot (2)"
   },
   {
@@ -199,10 +171,6 @@
       "[CLEANUP]/tmp_tmp_2"
     ],
     "cwd": "[CLEANUP]/tmp_tmp_3",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri diff",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@diff@@@@",
diff --git a/recipes/doc_checker.expected/default_ci.json b/recipes/doc_checker.expected/default_ci.json
index a5bde6a..4fe7d0c 100644
--- a/recipes/doc_checker.expected/default_ci.json
+++ b/recipes/doc_checker.expected/default_ci.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -95,10 +91,6 @@
       "https://fuchsia.googlesource.com/manifest"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -117,10 +109,6 @@
       "https://fuchsia.googlesource.com/fuchsia"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri override",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -138,10 +126,6 @@
       "-run-hooks=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -158,10 +142,6 @@
       "-attempts=3"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -177,10 +157,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -207,10 +183,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
diff --git a/recipes/doc_checker.expected/default_cq.json b/recipes/doc_checker.expected/default_cq.json
index d81197e..6820fd3 100644
--- a/recipes/doc_checker.expected/default_cq.json
+++ b/recipes/doc_checker.expected/default_cq.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -184,10 +180,6 @@
       "https://fuchsia.googlesource.com/manifest"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -206,10 +198,6 @@
       "-fetch-packages=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -231,10 +219,6 @@
       "refs/changes/00/100/7"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -252,10 +236,6 @@
       "fuchsia"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -285,10 +265,6 @@
       "10"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.git log",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -305,10 +281,6 @@
       "-local-manifest=true"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -325,10 +297,6 @@
       "-local-manifest=true"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri fetch-packages",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -344,10 +312,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -374,10 +338,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
diff --git a/recipes/docs_roller.expected/fuchsia_docs.json b/recipes/docs_roller.expected/fuchsia_docs.json
index 88154a8..6f09241 100644
--- a/recipes/docs_roller.expected/fuchsia_docs.json
+++ b/recipes/docs_roller.expected/fuchsia_docs.json
@@ -105,10 +105,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -128,10 +124,6 @@
       "fuchsia",
       "https://fuchsia.googlesource.com/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -149,10 +141,6 @@
       "garnet",
       "https://fuchsia.googlesource.com/garnet"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri override",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -169,10 +157,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -188,10 +172,6 @@
       "-j=16",
       "-attempts=3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -206,10 +186,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -235,10 +211,6 @@
       "-j=16",
       "[CLEANUP]/jiri.snapshot"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -327,10 +299,6 @@
       "-json-output",
       "[CLEANUP]/projects.json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "gndoc.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -372,10 +340,6 @@
       "--deleted",
       "--exclude-standard"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "check for no-op commit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@stdout@hello@@@",
@@ -387,10 +351,6 @@
       "git",
       "diff"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -399,10 +359,6 @@
       "hash-object",
       "a diff"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git hash-object"
   },
   {
@@ -482,10 +438,6 @@
       "[gndoc] Update GN build arguments documentation\n\n\nChange-Id: Iabc1abc1abc1abc1abc1abc1abc1abc1abc1abc1\n",
       "-a"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -497,10 +449,6 @@
       "origin",
       "HEAD:refs/for/master%l=Commit-Queue+2,l=Code-Review+2"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push",
     "~followup_annotations": [
       "@@@STEP_LINK@gerrit link@https://fuchsia-review.googlesource.com/q/Iabc1abc1abc1abc1abc1abc1abc1abc1abc1abc1@@@"
diff --git a/recipes/docs_roller.expected/zircon_docs.json b/recipes/docs_roller.expected/zircon_docs.json
index d1a5c6d..c579aa4 100644
--- a/recipes/docs_roller.expected/zircon_docs.json
+++ b/recipes/docs_roller.expected/zircon_docs.json
@@ -105,10 +105,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -128,10 +124,6 @@
       "fuchsia",
       "https://fuchsia.googlesource.com/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -149,10 +141,6 @@
       "fuchsia",
       "https://fuchsia.googlesource.com/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri override",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -169,10 +157,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -188,10 +172,6 @@
       "-j=16",
       "-attempts=3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -206,10 +186,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -235,10 +211,6 @@
       "-j=16",
       "[CLEANUP]/jiri.snapshot"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -341,10 +313,6 @@
       "-json-output",
       "[CLEANUP]/projects.json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "gndoc.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -386,10 +354,6 @@
       "-json-output",
       "[CLEANUP]/projects.json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "gndoc.jiri project (2)",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -424,10 +388,6 @@
       "--deleted",
       "--exclude-standard"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "check for no-op commit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@stdout@hello@@@",
@@ -439,10 +399,6 @@
       "git",
       "diff"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -451,10 +407,6 @@
       "hash-object",
       "a diff"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git hash-object"
   },
   {
@@ -534,10 +486,6 @@
       "[gndoc] Update GN build arguments documentation\n\n\nChange-Id: Iabc1abc1abc1abc1abc1abc1abc1abc1abc1abc1\n",
       "-a"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -549,10 +497,6 @@
       "origin",
       "HEAD:refs/for/master%l=Commit-Queue+2,l=Code-Review+2"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push",
     "~followup_annotations": [
       "@@@STEP_LINK@gerrit link@https://fuchsia-review.googlesource.com/q/Iabc1abc1abc1abc1abc1abc1abc1abc1abc1abc1@@@"
diff --git a/recipes/fastboot.expected/ci-linux-cipd_pkg_exists.json b/recipes/fastboot.expected/ci-linux-cipd_pkg_exists.json
index ffdfd93..47356fc 100644
--- a/recipes/fastboot.expected/ci-linux-cipd_pkg_exists.json
+++ b/recipes/fastboot.expected/ci-linux-cipd_pkg_exists.json
@@ -70,10 +70,6 @@
       "remote.aosp.url"
     ],
     "cwd": "[START_DIR]/android/src/system/core/fastboot",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git config"
   },
   {
@@ -83,10 +79,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/android/src/system/core/fastboot",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
diff --git a/recipes/fastboot.expected/ci-linux-cipd_pkg_new.json b/recipes/fastboot.expected/ci-linux-cipd_pkg_new.json
index fae1d1e..a09961d 100644
--- a/recipes/fastboot.expected/ci-linux-cipd_pkg_new.json
+++ b/recipes/fastboot.expected/ci-linux-cipd_pkg_new.json
@@ -70,10 +70,6 @@
       "remote.aosp.url"
     ],
     "cwd": "[START_DIR]/android/src/system/core/fastboot",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git config"
   },
   {
@@ -83,10 +79,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/android/src/system/core/fastboot",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
diff --git a/recipes/fastboot.expected/ci-mac-cipd_pkg_exists.json b/recipes/fastboot.expected/ci-mac-cipd_pkg_exists.json
index bb6b0ca..62b995c 100644
--- a/recipes/fastboot.expected/ci-mac-cipd_pkg_exists.json
+++ b/recipes/fastboot.expected/ci-mac-cipd_pkg_exists.json
@@ -116,10 +116,6 @@
       "remote.aosp.url"
     ],
     "cwd": "[START_DIR]/android/src/system/core/fastboot",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git config"
   },
   {
@@ -129,10 +125,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/android/src/system/core/fastboot",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
diff --git a/recipes/fastboot.expected/ci-mac-cipd_pkg_new.json b/recipes/fastboot.expected/ci-mac-cipd_pkg_new.json
index d2c98be..3b7e29f 100644
--- a/recipes/fastboot.expected/ci-mac-cipd_pkg_new.json
+++ b/recipes/fastboot.expected/ci-mac-cipd_pkg_new.json
@@ -116,10 +116,6 @@
       "remote.aosp.url"
     ],
     "cwd": "[START_DIR]/android/src/system/core/fastboot",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git config"
   },
   {
@@ -129,10 +125,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/android/src/system/core/fastboot",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
diff --git a/recipes/fastboot.expected/try-linux.json b/recipes/fastboot.expected/try-linux.json
index 8fee417..1026d24 100644
--- a/recipes/fastboot.expected/try-linux.json
+++ b/recipes/fastboot.expected/try-linux.json
@@ -70,10 +70,6 @@
       "remote.aosp.url"
     ],
     "cwd": "[START_DIR]/android/src/system/core/fastboot",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git config"
   },
   {
@@ -83,10 +79,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/android/src/system/core/fastboot",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
diff --git a/recipes/fastboot.expected/try-mac.json b/recipes/fastboot.expected/try-mac.json
index 5606966..2898a0a 100644
--- a/recipes/fastboot.expected/try-mac.json
+++ b/recipes/fastboot.expected/try-mac.json
@@ -116,10 +116,6 @@
       "remote.aosp.url"
     ],
     "cwd": "[START_DIR]/android/src/system/core/fastboot",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git config"
   },
   {
@@ -129,10 +125,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/android/src/system/core/fastboot",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
diff --git a/recipes/ffmpeg.expected/ci.json b/recipes/ffmpeg.expected/ci.json
index fa71ede..84d8c5b 100644
--- a/recipes/ffmpeg.expected/ci.json
+++ b/recipes/ffmpeg.expected/ci.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -94,10 +90,6 @@
       "third_party/ffmpeg",
       "https://fuchsia.googlesource.com/integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -115,10 +107,6 @@
       "third_party/ffmpeg",
       "https://fuchsia.googlesource.com/third_party/ffmpeg"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri override",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -135,10 +123,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -154,10 +138,6 @@
       "-j=16",
       "-attempts=3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -172,10 +152,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -201,10 +177,6 @@
       "-j=16",
       "[CLEANUP]/jiri.snapshot"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -4585,10 +4557,6 @@
       "/path/to/tmp/json",
       "third_party/ffmpeg"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri project",
     "~followup_annotations": [
diff --git a/recipes/ffmpeg.expected/cq.json b/recipes/ffmpeg.expected/cq.json
index 718be86..98fa234 100644
--- a/recipes/ffmpeg.expected/cq.json
+++ b/recipes/ffmpeg.expected/cq.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -183,10 +179,6 @@
       "third_party/ffmpeg",
       "https://fuchsia.googlesource.com/integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -204,10 +196,6 @@
       "-run-hooks=false",
       "-fetch-packages=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -228,10 +216,6 @@
       "-rebase=true",
       "refs/changes/00/100/7"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -248,10 +232,6 @@
       "/path/to/tmp/json",
       "third_party/ffmpeg"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -280,10 +260,6 @@
       "-n",
       "10"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.git log",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -299,10 +275,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -318,10 +290,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri fetch-packages",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -336,10 +304,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -365,10 +329,6 @@
       "-j=16",
       "[CLEANUP]/jiri.snapshot"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -449,10 +409,6 @@
       "/path/to/tmp/json",
       "third_party/ffmpeg"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "arm64.build.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@",
@@ -476,10 +432,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/third_party/ffmpeg",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "arm64.build.git diff-tree",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@",
@@ -2928,10 +2880,6 @@
       "/path/to/tmp/json",
       "third_party/ffmpeg"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "x64.build.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@",
@@ -2955,10 +2903,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/third_party/ffmpeg",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "x64.build.git diff-tree",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@",
diff --git a/recipes/ffmpeg.expected/default.json b/recipes/ffmpeg.expected/default.json
index 90e3ce8..e7e76df 100644
--- a/recipes/ffmpeg.expected/default.json
+++ b/recipes/ffmpeg.expected/default.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -94,10 +90,6 @@
       "third_party/ffmpeg",
       "https://fuchsia.googlesource.com/integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -115,10 +107,6 @@
       "third_party/ffmpeg",
       "https://fuchsia.googlesource.com/third_party/ffmpeg"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri override",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -135,10 +123,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -154,10 +138,6 @@
       "-j=16",
       "-attempts=3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -172,10 +152,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -201,10 +177,6 @@
       "-j=16",
       "[CLEANUP]/jiri.snapshot"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -4585,10 +4557,6 @@
       "/path/to/tmp/json",
       "third_party/ffmpeg"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri project",
     "~followup_annotations": [
diff --git a/recipes/firebase_docs.expected/firebase_docs.json b/recipes/firebase_docs.expected/firebase_docs.json
index 8e550cd..c3aab5c 100644
--- a/recipes/firebase_docs.expected/firebase_docs.json
+++ b/recipes/firebase_docs.expected/firebase_docs.json
@@ -95,10 +95,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/api-docs-resources",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout api docs.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -113,10 +109,6 @@
       "https://fuchsia.googlesource.com/api-docs-resources"
     ],
     "cwd": "[START_DIR]/api-docs-resources",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout api docs.git remote",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -155,10 +147,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-api--docs--resources",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout api docs.cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -172,10 +160,6 @@
       "https://fuchsia.googlesource.com/api-docs-resources"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-api--docs--resources",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout api docs.cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -191,10 +175,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-api--docs--resources",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout api docs.cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -209,10 +189,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-api--docs--resources",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout api docs.cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -266,10 +242,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/api-docs-resources",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout api docs.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -283,10 +255,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/api-docs-resources",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout api docs.git checkout",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -299,10 +267,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/api-docs-resources",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout api docs.git rev-parse",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -317,10 +281,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/api-docs-resources",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout api docs.git clean",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -340,10 +300,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/api-docs-resources",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout api docs.submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -357,10 +313,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/api-docs-resources",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout api docs.submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -445,10 +397,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout fuchsia.checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -468,10 +416,6 @@
       "topaz/topaz",
       "https://fuchsia.googlesource.com/integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout fuchsia.checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -489,10 +433,6 @@
       "topaz",
       "https://fuchsia.googlesource.com/topaz"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout fuchsia.checkout.jiri override",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -509,10 +449,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout fuchsia.checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -528,10 +464,6 @@
       "-j=16",
       "-attempts=3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout fuchsia.checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -546,10 +478,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout fuchsia.checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@",
@@ -575,10 +503,6 @@
       "-j=16",
       "[CLEANUP]/jiri.snapshot"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout fuchsia.checkout.jiri snapshot",
     "~followup_annotations": [
@@ -2527,10 +2451,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/reference-docs",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fidldoc.checkout fidldoc.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -2545,10 +2465,6 @@
       "https://fuchsia.googlesource.com/reference-docs"
     ],
     "cwd": "[START_DIR]/reference-docs",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fidldoc.checkout fidldoc.git remote",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -2587,10 +2503,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-reference--docs",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fidldoc.checkout fidldoc.cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@3@@@"
@@ -2604,10 +2516,6 @@
       "https://fuchsia.googlesource.com/reference-docs"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-reference--docs",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fidldoc.checkout fidldoc.cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@3@@@"
@@ -2623,10 +2531,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-reference--docs",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fidldoc.checkout fidldoc.cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@3@@@"
@@ -2641,10 +2545,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-reference--docs",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fidldoc.checkout fidldoc.cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@3@@@"
@@ -2698,10 +2598,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/reference-docs",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fidldoc.checkout fidldoc.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -2715,10 +2611,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/reference-docs",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fidldoc.checkout fidldoc.git checkout",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -2731,10 +2623,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/reference-docs",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fidldoc.checkout fidldoc.git rev-parse",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -2749,10 +2637,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/reference-docs",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fidldoc.checkout fidldoc.git clean",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -2772,10 +2656,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/reference-docs",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fidldoc.checkout fidldoc.submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@3@@@"
@@ -2789,10 +2669,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/reference-docs",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fidldoc.checkout fidldoc.submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@3@@@"
@@ -2840,10 +2716,6 @@
       "-A"
     ],
     "cwd": "[START_DIR]/reference-docs",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fidldoc.git add",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -2857,10 +2729,6 @@
       "--exit-code"
     ],
     "cwd": "[START_DIR]/reference-docs",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fidldoc.git diff",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -2874,10 +2742,6 @@
       "[fidldoc] Updating fidldocs"
     ],
     "cwd": "[START_DIR]/reference-docs",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fidldoc.git commit",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -2891,10 +2755,6 @@
       "HEAD:master"
     ],
     "cwd": "[START_DIR]/reference-docs",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fidldoc.git push",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipes/firebase_docs.expected/firebase_docs_failing_rustdoc.json b/recipes/firebase_docs.expected/firebase_docs_failing_rustdoc.json
index f41e0aa..2f2f98e 100644
--- a/recipes/firebase_docs.expected/firebase_docs_failing_rustdoc.json
+++ b/recipes/firebase_docs.expected/firebase_docs_failing_rustdoc.json
@@ -95,10 +95,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/api-docs-resources",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout api docs.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -113,10 +109,6 @@
       "https://fuchsia.googlesource.com/api-docs-resources"
     ],
     "cwd": "[START_DIR]/api-docs-resources",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout api docs.git remote",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -155,10 +147,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-api--docs--resources",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout api docs.cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -172,10 +160,6 @@
       "https://fuchsia.googlesource.com/api-docs-resources"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-api--docs--resources",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout api docs.cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -191,10 +175,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-api--docs--resources",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout api docs.cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -209,10 +189,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-api--docs--resources",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout api docs.cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -266,10 +242,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/api-docs-resources",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout api docs.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -283,10 +255,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/api-docs-resources",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout api docs.git checkout",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -299,10 +267,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/api-docs-resources",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout api docs.git rev-parse",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -317,10 +281,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/api-docs-resources",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout api docs.git clean",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -340,10 +300,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/api-docs-resources",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout api docs.submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -357,10 +313,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/api-docs-resources",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout api docs.submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -445,10 +397,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout fuchsia.checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -468,10 +416,6 @@
       "topaz/topaz",
       "https://fuchsia.googlesource.com/integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout fuchsia.checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -489,10 +433,6 @@
       "topaz",
       "https://fuchsia.googlesource.com/topaz"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout fuchsia.checkout.jiri override",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -509,10 +449,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout fuchsia.checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -528,10 +464,6 @@
       "-j=16",
       "-attempts=3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout fuchsia.checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -546,10 +478,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout fuchsia.checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@",
@@ -575,10 +503,6 @@
       "-j=16",
       "[CLEANUP]/jiri.snapshot"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout fuchsia.checkout.jiri snapshot",
     "~followup_annotations": [
@@ -2527,10 +2451,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/reference-docs",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fidldoc.checkout fidldoc.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -2545,10 +2465,6 @@
       "https://fuchsia.googlesource.com/reference-docs"
     ],
     "cwd": "[START_DIR]/reference-docs",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fidldoc.checkout fidldoc.git remote",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -2587,10 +2503,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-reference--docs",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fidldoc.checkout fidldoc.cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@3@@@"
@@ -2604,10 +2516,6 @@
       "https://fuchsia.googlesource.com/reference-docs"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-reference--docs",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fidldoc.checkout fidldoc.cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@3@@@"
@@ -2623,10 +2531,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-reference--docs",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fidldoc.checkout fidldoc.cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@3@@@"
@@ -2641,10 +2545,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-reference--docs",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fidldoc.checkout fidldoc.cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@3@@@"
@@ -2698,10 +2598,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/reference-docs",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fidldoc.checkout fidldoc.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -2715,10 +2611,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/reference-docs",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fidldoc.checkout fidldoc.git checkout",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -2731,10 +2623,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/reference-docs",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fidldoc.checkout fidldoc.git rev-parse",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -2749,10 +2637,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/reference-docs",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fidldoc.checkout fidldoc.git clean",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -2772,10 +2656,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/reference-docs",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fidldoc.checkout fidldoc.submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@3@@@"
@@ -2789,10 +2669,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/reference-docs",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fidldoc.checkout fidldoc.submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@3@@@"
@@ -2840,10 +2716,6 @@
       "-A"
     ],
     "cwd": "[START_DIR]/reference-docs",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fidldoc.git add",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -2857,10 +2729,6 @@
       "--exit-code"
     ],
     "cwd": "[START_DIR]/reference-docs",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fidldoc.git diff",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -2874,10 +2742,6 @@
       "[fidldoc] Updating fidldocs"
     ],
     "cwd": "[START_DIR]/reference-docs",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fidldoc.git commit",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -2891,10 +2755,6 @@
       "HEAD:master"
     ],
     "cwd": "[START_DIR]/reference-docs",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fidldoc.git push",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipes/flutter_with_dependents_roller.expected/nothing_to_roll.json b/recipes/flutter_with_dependents_roller.expected/nothing_to_roll.json
index f41945c..464e2da 100644
--- a/recipes/flutter_with_dependents_roller.expected/nothing_to_roll.json
+++ b/recipes/flutter_with_dependents_roller.expected/nothing_to_roll.json
@@ -82,10 +82,6 @@
       "[CACHE]/git",
       "-enable-lockfile=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri-manifests.jiri init",
     "~followup_annotations": [
@@ -104,10 +100,6 @@
       "other/dependency",
       "sso://fuchsia/integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri-manifests.jiri import",
     "~followup_annotations": [
@@ -126,10 +118,6 @@
       "fuchsia/flower",
       "sso://fuchsia/integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri-manifests.jiri import (2)",
     "~followup_annotations": [
@@ -147,10 +135,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri-manifests.jiri update",
     "~followup_annotations": [
@@ -166,10 +150,6 @@
       "-j=16",
       "-attempts=3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri-manifests.jiri run-hooks",
     "~followup_annotations": [
@@ -187,10 +167,6 @@
       "/path/to/tmp/json",
       "fuchsia/orchestrator"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri package",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
diff --git a/recipes/flutter_with_dependents_roller.expected/orchestrator_dep_version_different_from_tree.json b/recipes/flutter_with_dependents_roller.expected/orchestrator_dep_version_different_from_tree.json
index 438e798..dd52b6b 100644
--- a/recipes/flutter_with_dependents_roller.expected/orchestrator_dep_version_different_from_tree.json
+++ b/recipes/flutter_with_dependents_roller.expected/orchestrator_dep_version_different_from_tree.json
@@ -82,10 +82,6 @@
       "[CACHE]/git",
       "-enable-lockfile=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri-manifests.jiri init",
     "~followup_annotations": [
@@ -104,10 +100,6 @@
       "other/dependency",
       "sso://fuchsia/integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri-manifests.jiri import",
     "~followup_annotations": [
@@ -126,10 +118,6 @@
       "fuchsia/flower",
       "sso://fuchsia/integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri-manifests.jiri import (2)",
     "~followup_annotations": [
@@ -147,10 +135,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri-manifests.jiri update",
     "~followup_annotations": [
@@ -166,10 +150,6 @@
       "-j=16",
       "-attempts=3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri-manifests.jiri run-hooks",
     "~followup_annotations": [
@@ -187,10 +167,6 @@
       "/path/to/tmp/json",
       "fuchsia/orchestrator"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri package",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
@@ -319,10 +295,6 @@
       "/path/to/tmp/json",
       "flutter/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri package (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
@@ -353,10 +325,6 @@
       "dart/sdk=dart_version_xyz",
       "fuchsia/prebuilts"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "edit jiri manifests.dart/sdk",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -389,10 +357,6 @@
       "skia=skia_version_xyz",
       "fuchsia/prebuilts"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "edit jiri manifests.skia",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -425,10 +389,6 @@
       "flutter/fuchsia=git_revision:engine_version_xyz",
       "fuchsia/prebuilts"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "edit jiri manifests.flutter/fuchsia",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -459,10 +419,6 @@
       "fuchsia/orchestrator=git_revision:revision_jkl",
       "fuchsia/prebuilts"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "edit jiri manifests.fuchsia/orchestrator",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -495,10 +451,6 @@
       "/path/to/tmp/json",
       "dart/sdk"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "dart sdk checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -542,10 +494,6 @@
       "init"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_2/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "dart sdk checkout.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -560,10 +508,6 @@
       "https://fuchsia.googlesource.com/dart/sdk"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_2/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "dart sdk checkout.git remote",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -602,10 +546,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-dart-sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "dart sdk checkout.cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -619,10 +559,6 @@
       "https://fuchsia.googlesource.com/dart/sdk"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-dart-sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "dart sdk checkout.cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -638,10 +574,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-dart-sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "dart sdk checkout.cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -656,10 +588,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-dart-sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "dart sdk checkout.cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -713,10 +641,6 @@
       "dart_version_xyz"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_2/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "dart sdk checkout.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -730,10 +654,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_2/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "dart sdk checkout.git checkout",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -746,10 +666,6 @@
       "HEAD"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_2/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "dart sdk checkout.git rev-parse",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -764,10 +680,6 @@
       "-x"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_2/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "dart sdk checkout.git clean",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -787,10 +699,6 @@
       "sync"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_2/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "dart sdk checkout.submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -804,10 +712,6 @@
       "--init"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_2/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "dart sdk checkout.submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -843,10 +747,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "third-party dart packages.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -859,10 +759,6 @@
       "origin/master"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "third-party dart packages.git checkout",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -875,10 +771,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "third-party dart packages.git rev-parse",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -907,10 +799,6 @@
       "--others"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "third-party dart packages.check for no-op commit",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -926,10 +814,6 @@
       "--intent-to-add"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "third-party dart packages.git add",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -941,10 +825,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "third-party dart packages.git diff",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -957,10 +837,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "third-party dart packages.git hash-object",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -1051,10 +927,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "third-party dart packages.git commit",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -1070,10 +942,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+2,l=Code-Review+2"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "third-party dart packages.git push",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -1121,10 +989,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "third-party dart packages.git rev-parse (2)",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -1145,10 +1009,6 @@
       "third_party/dart-pkg=deadbeef",
       "integration/fuchsia/topaz/dart"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "third-party dart packages.third_party/dart-pkg",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -1186,10 +1046,6 @@
       "a/b/jiri.lock",
       "a/b"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "update jiri lock files.jiri resolve",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -1206,10 +1062,6 @@
       "--exclude-standard"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "check for no-op commit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@stdout@hello@@@",
@@ -1222,10 +1074,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -1235,10 +1083,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git hash-object"
   },
   {
@@ -1268,10 +1112,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -1284,10 +1124,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+2,l=Code-Review+2"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push",
     "~followup_annotations": [
       "@@@STEP_LINK@gerrit link@https://fuchsia-review.googlesource.com/q/Iabc1abc1abc1abc1abc1abc1abc1abc1abc1abc1@@@"
diff --git a/recipes/flutter_with_dependents_roller.expected/orchestrator_dep_version_different_from_tree_dry_run.json b/recipes/flutter_with_dependents_roller.expected/orchestrator_dep_version_different_from_tree_dry_run.json
index 36a52b5..bf2de2d 100644
--- a/recipes/flutter_with_dependents_roller.expected/orchestrator_dep_version_different_from_tree_dry_run.json
+++ b/recipes/flutter_with_dependents_roller.expected/orchestrator_dep_version_different_from_tree_dry_run.json
@@ -82,10 +82,6 @@
       "[CACHE]/git",
       "-enable-lockfile=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri-manifests.jiri init",
     "~followup_annotations": [
@@ -104,10 +100,6 @@
       "other/dependency",
       "sso://fuchsia/integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri-manifests.jiri import",
     "~followup_annotations": [
@@ -126,10 +118,6 @@
       "fuchsia/flower",
       "sso://fuchsia/integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri-manifests.jiri import (2)",
     "~followup_annotations": [
@@ -147,10 +135,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri-manifests.jiri update",
     "~followup_annotations": [
@@ -166,10 +150,6 @@
       "-j=16",
       "-attempts=3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri-manifests.jiri run-hooks",
     "~followup_annotations": [
@@ -187,10 +167,6 @@
       "/path/to/tmp/json",
       "fuchsia/orchestrator"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri package",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
@@ -319,10 +295,6 @@
       "/path/to/tmp/json",
       "flutter/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri package (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
@@ -353,10 +325,6 @@
       "dart/sdk=dart_version_xyz",
       "fuchsia/prebuilts"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "edit jiri manifests.dart/sdk",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -389,10 +357,6 @@
       "skia=skia_version_xyz",
       "fuchsia/prebuilts"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "edit jiri manifests.skia",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -425,10 +389,6 @@
       "flutter/fuchsia=git_revision:engine_version_xyz",
       "fuchsia/prebuilts"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "edit jiri manifests.flutter/fuchsia",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -459,10 +419,6 @@
       "fuchsia/orchestrator=git_revision:revision_jkl",
       "fuchsia/prebuilts"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "edit jiri manifests.fuchsia/orchestrator",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -495,10 +451,6 @@
       "/path/to/tmp/json",
       "dart/sdk"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "dart sdk checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -542,10 +494,6 @@
       "init"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_2/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "dart sdk checkout.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -560,10 +508,6 @@
       "https://fuchsia.googlesource.com/dart/sdk"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_2/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "dart sdk checkout.git remote",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -602,10 +546,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-dart-sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "dart sdk checkout.cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -619,10 +559,6 @@
       "https://fuchsia.googlesource.com/dart/sdk"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-dart-sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "dart sdk checkout.cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -638,10 +574,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-dart-sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "dart sdk checkout.cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -656,10 +588,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-dart-sdk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "dart sdk checkout.cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -713,10 +641,6 @@
       "dart_version_xyz"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_2/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "dart sdk checkout.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -730,10 +654,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_2/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "dart sdk checkout.git checkout",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -746,10 +666,6 @@
       "HEAD"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_2/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "dart sdk checkout.git rev-parse",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -764,10 +680,6 @@
       "-x"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_2/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "dart sdk checkout.git clean",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -787,10 +699,6 @@
       "sync"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_2/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "dart sdk checkout.submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -804,10 +712,6 @@
       "--init"
     ],
     "cwd": "[CLEANUP]/sandbox-flutter-dart_tmp_2/dart",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "dart sdk checkout.submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -846,10 +750,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "third-party dart packages.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -862,10 +762,6 @@
       "origin/master"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "third-party dart packages.git checkout",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -878,10 +774,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "third-party dart packages.git rev-parse",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -910,10 +802,6 @@
       "--others"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "third-party dart packages.check for no-op commit",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -929,10 +817,6 @@
       "--intent-to-add"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "third-party dart packages.git add",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -944,10 +828,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "third-party dart packages.git diff",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -960,10 +840,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "third-party dart packages.git hash-object",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -1054,10 +930,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "third-party dart packages.git commit",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -1073,10 +945,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+2,l=Code-Review+2"
     ],
     "cwd": "[START_DIR]/third_party/dart-pkg/pub",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "third-party dart packages.git push",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipes/flutter_with_dependents_roller.expected/orchestrator_dep_version_same_as_tree.json b/recipes/flutter_with_dependents_roller.expected/orchestrator_dep_version_same_as_tree.json
index cd33180..627338b 100644
--- a/recipes/flutter_with_dependents_roller.expected/orchestrator_dep_version_same_as_tree.json
+++ b/recipes/flutter_with_dependents_roller.expected/orchestrator_dep_version_same_as_tree.json
@@ -82,10 +82,6 @@
       "[CACHE]/git",
       "-enable-lockfile=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri-manifests.jiri init",
     "~followup_annotations": [
@@ -104,10 +100,6 @@
       "other/dependency",
       "sso://fuchsia/integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri-manifests.jiri import",
     "~followup_annotations": [
@@ -126,10 +118,6 @@
       "fuchsia/flower",
       "sso://fuchsia/integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri-manifests.jiri import (2)",
     "~followup_annotations": [
@@ -147,10 +135,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri-manifests.jiri update",
     "~followup_annotations": [
@@ -166,10 +150,6 @@
       "-j=16",
       "-attempts=3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri-manifests.jiri run-hooks",
     "~followup_annotations": [
@@ -187,10 +167,6 @@
       "/path/to/tmp/json",
       "fuchsia/orchestrator"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri package",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
@@ -319,10 +295,6 @@
       "/path/to/tmp/json",
       "flutter/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri package (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
diff --git a/recipes/fonts.expected/existing.json b/recipes/fonts.expected/existing.json
index 8794217..de90d54 100644
--- a/recipes/fonts.expected/existing.json
+++ b/recipes/fonts.expected/existing.json
@@ -42,10 +42,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/src/fonts",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fonts.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -60,10 +56,6 @@
       "https://github.com/google/fonts"
     ],
     "cwd": "[START_DIR]/src/fonts",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fonts.git remote",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -102,10 +94,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/github.com-google-fonts",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fonts.cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -119,10 +107,6 @@
       "https://github.com/google/fonts"
     ],
     "cwd": "[CACHE]/git/github.com-google-fonts",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fonts.cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -138,10 +122,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/github.com-google-fonts",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fonts.cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -156,10 +136,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/github.com-google-fonts",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fonts.cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -212,10 +188,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/src/fonts",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fonts.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -229,10 +201,6 @@
       "94dff3eaa9301b6640cccc63c56d6ff33d82882c"
     ],
     "cwd": "[START_DIR]/src/fonts",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fonts.git checkout",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -245,10 +213,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/src/fonts",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fonts.git rev-parse",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -263,10 +227,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/src/fonts",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fonts.git clean",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -286,10 +246,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/src/fonts",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fonts.submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -303,10 +259,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/src/fonts",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fonts.submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -1052,10 +1004,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/src/material-design-icons",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "material-design-icons.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -1070,10 +1018,6 @@
       "https://github.com/google/material-design-icons"
     ],
     "cwd": "[START_DIR]/src/material-design-icons",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "material-design-icons.git remote",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -1112,10 +1056,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/github.com-google-material--design--icons",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "material-design-icons.cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -1129,10 +1069,6 @@
       "https://github.com/google/material-design-icons"
     ],
     "cwd": "[CACHE]/git/github.com-google-material--design--icons",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "material-design-icons.cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -1148,10 +1084,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/github.com-google-material--design--icons",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "material-design-icons.cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -1166,10 +1098,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/github.com-google-material--design--icons",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "material-design-icons.cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -1222,10 +1150,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/src/material-design-icons",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "material-design-icons.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -1239,10 +1163,6 @@
       "224895a86501195e7a7ff3dde18e39f00b8e3d5a"
     ],
     "cwd": "[START_DIR]/src/material-design-icons",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "material-design-icons.git checkout",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -1255,10 +1175,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/src/material-design-icons",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "material-design-icons.git rev-parse",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -1273,10 +1189,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/src/material-design-icons",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "material-design-icons.git clean",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -1296,10 +1208,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/src/material-design-icons",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "material-design-icons.submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -1313,10 +1221,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/src/material-design-icons",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "material-design-icons.submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -1409,10 +1313,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/src/noto-cjk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "noto-cjk.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -1427,10 +1327,6 @@
       "https://github.com/googlei18n/noto-cjk"
     ],
     "cwd": "[START_DIR]/src/noto-cjk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "noto-cjk.git remote",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -1469,10 +1365,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/github.com-googlei18n-noto--cjk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "noto-cjk.cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -1486,10 +1378,6 @@
       "https://github.com/googlei18n/noto-cjk"
     ],
     "cwd": "[CACHE]/git/github.com-googlei18n-noto--cjk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "noto-cjk.cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -1505,10 +1393,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/github.com-googlei18n-noto--cjk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "noto-cjk.cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -1523,10 +1407,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/github.com-googlei18n-noto--cjk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "noto-cjk.cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -1579,10 +1459,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/src/noto-cjk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "noto-cjk.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -1596,10 +1472,6 @@
       "9326451d9b4f32ec7f8640581c5053cc192039f2"
     ],
     "cwd": "[START_DIR]/src/noto-cjk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "noto-cjk.git checkout",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -1612,10 +1484,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/src/noto-cjk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "noto-cjk.git rev-parse",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -1630,10 +1498,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/src/noto-cjk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "noto-cjk.git clean",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -1653,10 +1517,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/src/noto-cjk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "noto-cjk.submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -1670,10 +1530,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/src/noto-cjk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "noto-cjk.submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipes/fonts.expected/new.json b/recipes/fonts.expected/new.json
index cfb5019..4738177 100644
--- a/recipes/fonts.expected/new.json
+++ b/recipes/fonts.expected/new.json
@@ -42,10 +42,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/src/fonts",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fonts.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -60,10 +56,6 @@
       "https://github.com/google/fonts"
     ],
     "cwd": "[START_DIR]/src/fonts",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fonts.git remote",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -102,10 +94,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/github.com-google-fonts",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fonts.cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -119,10 +107,6 @@
       "https://github.com/google/fonts"
     ],
     "cwd": "[CACHE]/git/github.com-google-fonts",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fonts.cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -138,10 +122,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/github.com-google-fonts",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fonts.cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -156,10 +136,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/github.com-google-fonts",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fonts.cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -212,10 +188,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/src/fonts",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fonts.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -229,10 +201,6 @@
       "94dff3eaa9301b6640cccc63c56d6ff33d82882c"
     ],
     "cwd": "[START_DIR]/src/fonts",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fonts.git checkout",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -245,10 +213,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/src/fonts",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fonts.git rev-parse",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -263,10 +227,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/src/fonts",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fonts.git clean",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -286,10 +246,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/src/fonts",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fonts.submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -303,10 +259,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/src/fonts",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fonts.submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -1052,10 +1004,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/src/material-design-icons",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "material-design-icons.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -1070,10 +1018,6 @@
       "https://github.com/google/material-design-icons"
     ],
     "cwd": "[START_DIR]/src/material-design-icons",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "material-design-icons.git remote",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -1112,10 +1056,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/github.com-google-material--design--icons",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "material-design-icons.cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -1129,10 +1069,6 @@
       "https://github.com/google/material-design-icons"
     ],
     "cwd": "[CACHE]/git/github.com-google-material--design--icons",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "material-design-icons.cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -1148,10 +1084,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/github.com-google-material--design--icons",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "material-design-icons.cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -1166,10 +1098,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/github.com-google-material--design--icons",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "material-design-icons.cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -1222,10 +1150,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/src/material-design-icons",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "material-design-icons.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -1239,10 +1163,6 @@
       "224895a86501195e7a7ff3dde18e39f00b8e3d5a"
     ],
     "cwd": "[START_DIR]/src/material-design-icons",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "material-design-icons.git checkout",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -1255,10 +1175,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/src/material-design-icons",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "material-design-icons.git rev-parse",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -1273,10 +1189,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/src/material-design-icons",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "material-design-icons.git clean",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -1296,10 +1208,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/src/material-design-icons",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "material-design-icons.submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -1313,10 +1221,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/src/material-design-icons",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "material-design-icons.submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -1409,10 +1313,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/src/noto-cjk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "noto-cjk.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -1427,10 +1327,6 @@
       "https://github.com/googlei18n/noto-cjk"
     ],
     "cwd": "[START_DIR]/src/noto-cjk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "noto-cjk.git remote",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -1469,10 +1365,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/github.com-googlei18n-noto--cjk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "noto-cjk.cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -1486,10 +1378,6 @@
       "https://github.com/googlei18n/noto-cjk"
     ],
     "cwd": "[CACHE]/git/github.com-googlei18n-noto--cjk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "noto-cjk.cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -1505,10 +1393,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/github.com-googlei18n-noto--cjk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "noto-cjk.cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -1523,10 +1407,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/github.com-googlei18n-noto--cjk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "noto-cjk.cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -1579,10 +1459,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/src/noto-cjk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "noto-cjk.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -1596,10 +1472,6 @@
       "9326451d9b4f32ec7f8640581c5053cc192039f2"
     ],
     "cwd": "[START_DIR]/src/noto-cjk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "noto-cjk.git checkout",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -1612,10 +1484,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/src/noto-cjk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "noto-cjk.git rev-parse",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -1630,10 +1498,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/src/noto-cjk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "noto-cjk.git clean",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -1653,10 +1517,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/src/noto-cjk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "noto-cjk.submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -1670,10 +1530,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/src/noto-cjk",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "noto-cjk.submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipes/fuchsia/build.expected/build_type_release_not_run_tests.json b/recipes/fuchsia/build.expected/build_type_release_not_run_tests.json
index 022b949..0956130 100644
--- a/recipes/fuchsia/build.expected/build_type_release_not_run_tests.json
+++ b/recipes/fuchsia/build.expected/build_type_release_not_run_tests.json
@@ -165,10 +165,6 @@
       "deadbeef"
     ],
     "cwd": "[CLEANUP]/build_init_workspace_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "load spec.build_init",
     "stdin": "CNDsgNmu8bWSfBIWCgdmdWNoc2lhEgJjaRoHYnVpbGRlciIvdXNlcjpsdWNpLXNjaGVkdWxlckBhcHBzcG90LmdzZXJ2aWNlYWNjb3VudC5jb20yBgi5wqLYBXpiEmAKGGZ1Y2hzaWEuZ29vZ2xlc291cmNlLmNvbRIHZnVjaHNpYRooMmQ3MjUxMGU0NDdhYjYwYTk3MjhhZWVhMjM2MmQ4YmUyY2JkNzc4OSIRcmVmcy9oZWFkcy9tYXN0ZXKSAS0SAiAeKicSJWludm9jYXRpb25zL2J1aWxkOjg5NDU1MTE3NTE1MTQ4NjMxODQ=",
@@ -256,10 +252,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -280,10 +272,6 @@
       "https://fuchsia.googlesource.com/manifest"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -302,10 +290,6 @@
       "https://fuchsia.googlesource.com/fuchsia"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri override",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -323,10 +307,6 @@
       "-run-hooks=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -343,10 +323,6 @@
       "-attempts=3"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -362,10 +338,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -392,10 +364,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -512,10 +480,6 @@
       "--count",
       "HEAD"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "upload checkout results.git -C",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipes/fuchsia/build.expected/catapult_dashboard_upload_enabled.json b/recipes/fuchsia/build.expected/catapult_dashboard_upload_enabled.json
index 9503d29..8129a38 100644
--- a/recipes/fuchsia/build.expected/catapult_dashboard_upload_enabled.json
+++ b/recipes/fuchsia/build.expected/catapult_dashboard_upload_enabled.json
@@ -180,10 +180,6 @@
       "deadbeef"
     ],
     "cwd": "[CLEANUP]/build_init_workspace_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "load spec.build_init",
     "stdin": "CNDsgNmu8bWSfBIWCgdmdWNoc2lhEgJjaRoHYnVpbGRlciIvdXNlcjpsdWNpLXNjaGVkdWxlckBhcHBzcG90LmdzZXJ2aWNlYWNjb3VudC5jb20yBgi5wqLYBXpiEmAKGGZ1Y2hzaWEuZ29vZ2xlc291cmNlLmNvbRIHZnVjaHNpYRooMmQ3MjUxMGU0NDdhYjYwYTk3MjhhZWVhMjM2MmQ4YmUyY2JkNzc4OSIRcmVmcy9oZWFkcy9tYXN0ZXKSAS0SAiAeKicSJWludm9jYXRpb25zL2J1aWxkOjg5NDU1MTE3NTE1MTQ4NjMxODQ=",
@@ -271,10 +267,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -295,10 +287,6 @@
       "https://fuchsia.googlesource.com/manifest"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -317,10 +305,6 @@
       "https://fuchsia.googlesource.com/fuchsia"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri override",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -338,10 +322,6 @@
       "-run-hooks=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -358,10 +338,6 @@
       "-attempts=3"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -377,10 +353,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -407,10 +379,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -527,10 +495,6 @@
       "--count",
       "HEAD"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "upload checkout results.git -C",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipes/fuchsia/build.expected/check_sizes_fails.json b/recipes/fuchsia/build.expected/check_sizes_fails.json
index 5593348..a8493e5 100644
--- a/recipes/fuchsia/build.expected/check_sizes_fails.json
+++ b/recipes/fuchsia/build.expected/check_sizes_fails.json
@@ -178,10 +178,6 @@
       "deadbeef"
     ],
     "cwd": "[CLEANUP]/build_init_workspace_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "load spec.build_init",
     "stdin": "CNDsgNmu8bWSfBIWCgdmdWNoc2lhEgJjaRoHYnVpbGRlciIvdXNlcjpsdWNpLXNjaGVkdWxlckBhcHBzcG90LmdzZXJ2aWNlYWNjb3VudC5jb20yBgi5wqLYBXpiEmAKGGZ1Y2hzaWEuZ29vZ2xlc291cmNlLmNvbRIHZnVjaHNpYRooMmQ3MjUxMGU0NDdhYjYwYTk3MjhhZWVhMjM2MmQ4YmUyY2JkNzc4OSIRcmVmcy9oZWFkcy9tYXN0ZXKSAS0SAiAeKicSJWludm9jYXRpb25zL2J1aWxkOjg5NDU1MTE3NTE1MTQ4NjMxODQ=",
@@ -269,10 +265,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -293,10 +285,6 @@
       "https://fuchsia.googlesource.com/manifest"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -315,10 +303,6 @@
       "https://fuchsia.googlesource.com/fuchsia"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri override",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -336,10 +320,6 @@
       "-run-hooks=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -356,10 +336,6 @@
       "-attempts=3"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -375,10 +351,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -405,10 +377,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -525,10 +493,6 @@
       "--count",
       "HEAD"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "upload checkout results.git -C",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipes/fuchsia/build.expected/cq_perfcompare.json b/recipes/fuchsia/build.expected/cq_perfcompare.json
index 1439bb9..287fa3b 100644
--- a/recipes/fuchsia/build.expected/cq_perfcompare.json
+++ b/recipes/fuchsia/build.expected/cq_perfcompare.json
@@ -265,10 +265,6 @@
       "deadbeef"
     ],
     "cwd": "[CLEANUP]/build_init_workspace_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "load spec.build_init",
     "stdin": "CNDsgNmu8bWSfBIXCgdwcm9qZWN0EgN0cnkaB2J1aWxkZXIiHHVzZXI6Y29tbWl0LWJvdEBjaHJvbWl1bS5vcmcyBgi5wqLYBXqWARJRChhmdWNoc2lhLmdvb2dsZXNvdXJjZS5jb20SGHRoaXJkX3BhcnR5L2V4YW1wbGVfcmVwbxoIZGVhZGJlZWYiEXJlZnMvaGVhZHMvbWFzdGVyGkEKH2Z1Y2hzaWEtcmV2aWV3Lmdvb2dsZXNvdXJjZS5jb20SGHRoaXJkX3BhcnR5L2V4YW1wbGVfcmVwbxjAxAcgB5IBLRICIB4qJxIlaW52b2NhdGlvbnMvYnVpbGQ6ODk0NTUxMTc1MTUxNDg2MzE4NJoBGAoPY3FfZXhwZXJpbWVudGFsEgVmYWxzZQ==",
@@ -356,10 +352,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -414,10 +406,6 @@
       "https://fuchsia.googlesource.com/manifest"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -436,10 +424,6 @@
       "-fetch-packages=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -461,10 +445,6 @@
       "refs/changes/00/100/7"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -482,10 +462,6 @@
       "third_party/example_repo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -515,10 +491,6 @@
       "10"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.git log",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -535,10 +507,6 @@
       "-local-manifest=true"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -555,10 +523,6 @@
       "-local-manifest=true"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri fetch-packages",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -574,10 +538,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -604,10 +564,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -650,10 +606,6 @@
       "--no-patch"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "test multipliers.get commit msg",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -753,10 +705,6 @@
       "--count",
       "HEAD"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "upload checkout results.git -C",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -818,10 +766,6 @@
       "third_party/example_repo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri project",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
@@ -893,10 +837,6 @@
       "third_party/example_repo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "build.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -920,10 +860,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/fuchsia/third_party/example_repo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "build.git diff-tree",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -2926,10 +2862,6 @@
       "third_party/example_repo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri project (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
@@ -2952,10 +2884,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/fuchsia/third_party/example_repo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff-tree",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@files@foo.cc@@@",
@@ -3703,10 +3631,6 @@
       "checkout",
       "HEAD^"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "build without CL.git checkout of \"without CL\" revision",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -3768,10 +3692,6 @@
       "third_party/example_repo"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "build without CL.build.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@",
@@ -3795,10 +3715,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/fuchsia/third_party/example_repo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "build without CL.build.git diff-tree",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@",
diff --git a/recipes/fuchsia/build.expected/default.json b/recipes/fuchsia/build.expected/default.json
index e1da81c..2367607 100644
--- a/recipes/fuchsia/build.expected/default.json
+++ b/recipes/fuchsia/build.expected/default.json
@@ -179,10 +179,6 @@
       "deadbeef"
     ],
     "cwd": "[CLEANUP]/build_init_workspace_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "load spec.build_init",
     "stdin": "CNDsgNmu8bWSfBIWCgdmdWNoc2lhEgJjaRoHYnVpbGRlciIvdXNlcjpsdWNpLXNjaGVkdWxlckBhcHBzcG90LmdzZXJ2aWNlYWNjb3VudC5jb20yBgi5wqLYBXpiEmAKGGZ1Y2hzaWEuZ29vZ2xlc291cmNlLmNvbRIHZnVjaHNpYRooMmQ3MjUxMGU0NDdhYjYwYTk3MjhhZWVhMjM2MmQ4YmUyY2JkNzc4OSIRcmVmcy9oZWFkcy9tYXN0ZXKSAS0SAiAeKicSJWludm9jYXRpb25zL2J1aWxkOjg5NDU1MTE3NTE1MTQ4NjMxODQ=",
@@ -270,10 +266,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -294,10 +286,6 @@
       "https://fuchsia.googlesource.com/manifest"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -316,10 +304,6 @@
       "https://fuchsia.googlesource.com/fuchsia"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri override",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -337,10 +321,6 @@
       "-run-hooks=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -357,10 +337,6 @@
       "-attempts=3"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -376,10 +352,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -406,10 +378,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -526,10 +494,6 @@
       "--count",
       "HEAD"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "upload checkout results.git -C",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipes/fuchsia/build.expected/default_cq.json b/recipes/fuchsia/build.expected/default_cq.json
index 9832579..a92004c 100644
--- a/recipes/fuchsia/build.expected/default_cq.json
+++ b/recipes/fuchsia/build.expected/default_cq.json
@@ -265,10 +265,6 @@
       "deadbeef"
     ],
     "cwd": "[CLEANUP]/build_init_workspace_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "load spec.build_init",
     "stdin": "CNDsgNmu8bWSfBIYCghtYW5pZmVzdBIDdHJ5GgdidWlsZGVyIhx1c2VyOmNvbW1pdC1ib3RAY2hyb21pdW0ub3JnMgYIucKi2AV6dhJBChhmdWNoc2lhLmdvb2dsZXNvdXJjZS5jb20SCG1hbmlmZXN0GghkZWFkYmVlZiIRcmVmcy9oZWFkcy9tYXN0ZXIaMQofZnVjaHNpYS1yZXZpZXcuZ29vZ2xlc291cmNlLmNvbRIIbWFuaWZlc3QYwMQHIAeSAS0SAiAeKicSJWludm9jYXRpb25zL2J1aWxkOjg5NDU1MTE3NTE1MTQ4NjMxODSaARgKD2NxX2V4cGVyaW1lbnRhbBIFZmFsc2U=",
@@ -356,10 +352,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -414,10 +406,6 @@
       "https://fuchsia.googlesource.com/manifest"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -436,10 +424,6 @@
       "-fetch-packages=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -461,10 +445,6 @@
       "refs/changes/00/100/7"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -482,10 +462,6 @@
       "manifest"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -515,10 +491,6 @@
       "10"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.git log",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -535,10 +507,6 @@
       "-local-manifest=true"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -555,10 +523,6 @@
       "-local-manifest=true"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri fetch-packages",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -574,10 +538,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -604,10 +564,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -650,10 +606,6 @@
       "--no-patch"
     ],
     "cwd": "[START_DIR]/fuchsia/manifest",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "test multipliers.get commit msg",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -753,10 +705,6 @@
       "--count",
       "HEAD"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "upload checkout results.git -C",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -859,10 +807,6 @@
       "manifest"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "build.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -886,10 +830,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/fuchsia/manifest",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "build.git diff-tree",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -2892,10 +2832,6 @@
       "manifest"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri project",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
@@ -2918,10 +2854,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/fuchsia/manifest",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff-tree",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@files@foo.cc@@@",
diff --git a/recipes/fuchsia/build.expected/default_multipliers.json b/recipes/fuchsia/build.expected/default_multipliers.json
index 2f18429..a0214da 100644
--- a/recipes/fuchsia/build.expected/default_multipliers.json
+++ b/recipes/fuchsia/build.expected/default_multipliers.json
@@ -262,10 +262,6 @@
       "deadbeef"
     ],
     "cwd": "[CLEANUP]/build_init_workspace_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "load spec.build_init",
     "stdin": "CNDsgNmu8bWSfBIXCgdwcm9qZWN0EgN0cnkaB2J1aWxkZXIiHHVzZXI6Y29tbWl0LWJvdEBjaHJvbWl1bS5vcmcyBgi5wqLYBXp2EkEKGWNocm9taXVtLmdvb2dsZXNvdXJjZS5jb20SB3Byb2plY3QaCGRlYWRiZWVmIhFyZWZzL2hlYWRzL21hc3RlchoxCiBjaHJvbWl1bS1yZXZpZXcuZ29vZ2xlc291cmNlLmNvbRIHcHJvamVjdBjAxAcgB5IBLRICIB4qJxIlaW52b2NhdGlvbnMvYnVpbGQ6ODk0NTUxMTc1MTUxNDg2MzE4NJoBGAoPY3FfZXhwZXJpbWVudGFsEgVmYWxzZQ==",
@@ -353,10 +349,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -411,10 +403,6 @@
       "https://fuchsia.googlesource.com/manifest"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -433,10 +421,6 @@
       "-fetch-packages=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -458,10 +442,6 @@
       "refs/changes/00/100/7"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -479,10 +459,6 @@
       "project"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -512,10 +488,6 @@
       "10"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.git log",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -532,10 +504,6 @@
       "-local-manifest=true"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -552,10 +520,6 @@
       "-local-manifest=true"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri fetch-packages",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -571,10 +535,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -601,10 +561,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -647,10 +603,6 @@
       "--no-patch"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "test multipliers.get commit msg",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -810,10 +762,6 @@
       "project"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "build.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -837,10 +785,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "build.git diff-tree",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipes/fuchsia/build.expected/non_numeric_parent_id.json b/recipes/fuchsia/build.expected/non_numeric_parent_id.json
index 05b5251..12601ce 100644
--- a/recipes/fuchsia/build.expected/non_numeric_parent_id.json
+++ b/recipes/fuchsia/build.expected/non_numeric_parent_id.json
@@ -178,10 +178,6 @@
       "deadbeef"
     ],
     "cwd": "[CLEANUP]/build_init_workspace_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "load spec.build_init",
     "stdin": "CNDsgNmu8bWSfBIWCgdmdWNoc2lhEgJjaRoHYnVpbGRlciIvdXNlcjpsdWNpLXNjaGVkdWxlckBhcHBzcG90LmdzZXJ2aWNlYWNjb3VudC5jb20yBgi5wqLYBXpiEmAKGGZ1Y2hzaWEuZ29vZ2xlc291cmNlLmNvbRIHZnVjaHNpYRooMmQ3MjUxMGU0NDdhYjYwYTk3MjhhZWVhMjM2MmQ4YmUyY2JkNzc4OSIRcmVmcy9oZWFkcy9tYXN0ZXKSAS0SAiAeKicSJWludm9jYXRpb25zL2J1aWxkOjg5NDU1MTE3NTE1MTQ4NjMxODQ=",
@@ -269,10 +265,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -293,10 +285,6 @@
       "https://fuchsia.googlesource.com/manifest"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -315,10 +303,6 @@
       "https://fuchsia.googlesource.com/fuchsia"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri override",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -336,10 +320,6 @@
       "-run-hooks=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -356,10 +336,6 @@
       "-attempts=3"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -375,10 +351,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -405,10 +377,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -525,10 +493,6 @@
       "--count",
       "HEAD"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "upload checkout results.git -C",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipes/fuchsia/build.expected/not_test_in_shards.json b/recipes/fuchsia/build.expected/not_test_in_shards.json
index 23ffa94..5080f16 100644
--- a/recipes/fuchsia/build.expected/not_test_in_shards.json
+++ b/recipes/fuchsia/build.expected/not_test_in_shards.json
@@ -174,10 +174,6 @@
       "deadbeef"
     ],
     "cwd": "[CLEANUP]/build_init_workspace_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "load spec.build_init",
     "stdin": "CNDsgNmu8bWSfBIWCgdmdWNoc2lhEgJjaRoHYnVpbGRlciIvdXNlcjpsdWNpLXNjaGVkdWxlckBhcHBzcG90LmdzZXJ2aWNlYWNjb3VudC5jb20yBgi5wqLYBXpiEmAKGGZ1Y2hzaWEuZ29vZ2xlc291cmNlLmNvbRIHZnVjaHNpYRooMmQ3MjUxMGU0NDdhYjYwYTk3MjhhZWVhMjM2MmQ4YmUyY2JkNzc4OSIRcmVmcy9oZWFkcy9tYXN0ZXKSAS0SAiAeKicSJWludm9jYXRpb25zL2J1aWxkOjg5NDU1MTE3NTE1MTQ4NjMxODQ=",
@@ -265,10 +261,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -289,10 +281,6 @@
       "https://fuchsia.googlesource.com/manifest"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -311,10 +299,6 @@
       "https://fuchsia.googlesource.com/fuchsia"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri override",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -332,10 +316,6 @@
       "-run-hooks=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -352,10 +332,6 @@
       "-attempts=3"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -371,10 +347,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -401,10 +373,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -2491,10 +2459,6 @@
       "fuchsia/third_party/qemu/${platform}"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri package",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
diff --git a/recipes/fuchsia/build.expected/sdk.json b/recipes/fuchsia/build.expected/sdk.json
index a509597..6859b54 100644
--- a/recipes/fuchsia/build.expected/sdk.json
+++ b/recipes/fuchsia/build.expected/sdk.json
@@ -164,10 +164,6 @@
       "deadbeef"
     ],
     "cwd": "[CLEANUP]/build_init_workspace_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "load spec.build_init",
     "stdin": "CNDsgNmu8bWSfBIWCgdmdWNoc2lhEgJjaRoHYnVpbGRlciIvdXNlcjpsdWNpLXNjaGVkdWxlckBhcHBzcG90LmdzZXJ2aWNlYWNjb3VudC5jb20yBgi5wqLYBXpiEmAKGGZ1Y2hzaWEuZ29vZ2xlc291cmNlLmNvbRIHZnVjaHNpYRooMmQ3MjUxMGU0NDdhYjYwYTk3MjhhZWVhMjM2MmQ4YmUyY2JkNzc4OSIRcmVmcy9oZWFkcy9tYXN0ZXKSAS0SAiAeKicSJWludm9jYXRpb25zL2J1aWxkOjg5NDU1MTE3NTE1MTQ4NjMxODQ=",
@@ -255,10 +251,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -279,10 +271,6 @@
       "https://fuchsia.googlesource.com/manifest"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -301,10 +289,6 @@
       "https://fuchsia.googlesource.com/fuchsia"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri override",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -322,10 +306,6 @@
       "-run-hooks=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -342,10 +322,6 @@
       "-attempts=3"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -361,10 +337,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -391,10 +363,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
diff --git a/recipes/fuchsia/build.expected/subbuild_no_parent_id.json b/recipes/fuchsia/build.expected/subbuild_no_parent_id.json
index ff54a18..df5a5b9 100644
--- a/recipes/fuchsia/build.expected/subbuild_no_parent_id.json
+++ b/recipes/fuchsia/build.expected/subbuild_no_parent_id.json
@@ -262,10 +262,6 @@
       "deadbeef"
     ],
     "cwd": "[CLEANUP]/build_init_workspace_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "load spec.build_init",
     "stdin": "CNDsgNmu8bWSfBIXCgdwcm9qZWN0EgN0cnkaB2J1aWxkZXIiHHVzZXI6Y29tbWl0LWJvdEBjaHJvbWl1bS5vcmcyBgi5wqLYBXp2EkEKGWNocm9taXVtLmdvb2dsZXNvdXJjZS5jb20SB3Byb2plY3QaCGRlYWRiZWVmIhFyZWZzL2hlYWRzL21hc3RlchoxCiBjaHJvbWl1bS1yZXZpZXcuZ29vZ2xlc291cmNlLmNvbRIHcHJvamVjdBjAxAcgB5IBLRICIB4qJxIlaW52b2NhdGlvbnMvYnVpbGQ6ODk0NTUxMTc1MTUxNDg2MzE4NJoBGAoPY3FfZXhwZXJpbWVudGFsEgVmYWxzZQ==",
diff --git a/recipes/fuchsia/coverage.expected/default.json b/recipes/fuchsia/coverage.expected/default.json
index ed11767..e24f161 100644
--- a/recipes/fuchsia/coverage.expected/default.json
+++ b/recipes/fuchsia/coverage.expected/default.json
@@ -178,10 +178,6 @@
       "deadbeef"
     ],
     "cwd": "[CLEANUP]/build_init_workspace_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "load spec.build_init",
     "stdin": "CNDsgNmu8bWSfBIWCgdmdWNoc2lhEgJjaRoHYnVpbGRlciIvdXNlcjpsdWNpLXNjaGVkdWxlckBhcHBzcG90LmdzZXJ2aWNlYWNjb3VudC5jb20yBgi5wqLYBXpiEmAKGGZ1Y2hzaWEuZ29vZ2xlc291cmNlLmNvbRIHZnVjaHNpYRooMmQ3MjUxMGU0NDdhYjYwYTk3MjhhZWVhMjM2MmQ4YmUyY2JkNzc4OSIRcmVmcy9oZWFkcy9tYXN0ZXKSAS0SAiAeKicSJWludm9jYXRpb25zL2J1aWxkOjg5NDU1MTE3NTE1MTQ4NjMxODQ=",
@@ -398,10 +394,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -422,10 +414,6 @@
       "https://fuchsia.googlesource.com/manifest"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -444,10 +432,6 @@
       "https://fuchsia.googlesource.com/fuchsia"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri override",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -465,10 +449,6 @@
       "-run-hooks=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -485,10 +465,6 @@
       "-attempts=3"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -504,10 +480,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -534,10 +506,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
diff --git a/recipes/fuchsia/coverage.expected/default_led.json b/recipes/fuchsia/coverage.expected/default_led.json
index d9aa86b..fa549e1 100644
--- a/recipes/fuchsia/coverage.expected/default_led.json
+++ b/recipes/fuchsia/coverage.expected/default_led.json
@@ -178,10 +178,6 @@
       "deadbeef"
     ],
     "cwd": "[CLEANUP]/build_init_workspace_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "load spec.build_init",
     "stdin": "CNDsgNmu8bWSfBIWCgdmdWNoc2lhEgJjaRoHYnVpbGRlciIvdXNlcjpsdWNpLXNjaGVkdWxlckBhcHBzcG90LmdzZXJ2aWNlYWNjb3VudC5jb20yBgi5wqLYBXpiEmAKGGZ1Y2hzaWEuZ29vZ2xlc291cmNlLmNvbRIHZnVjaHNpYRooMmQ3MjUxMGU0NDdhYjYwYTk3MjhhZWVhMjM2MmQ4YmUyY2JkNzc4OSIRcmVmcy9oZWFkcy9tYXN0ZXKSAS0SAiAeKicSJWludm9jYXRpb25zL2J1aWxkOjg5NDU1MTE3NTE1MTQ4NjMxODQ=",
@@ -820,10 +816,6 @@
       "[CACHE]/git",
       "[CACHE]/led-checkout-dir"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -844,10 +836,6 @@
       "https://fuchsia.googlesource.com/manifest"
     ],
     "cwd": "[CACHE]/led-checkout-dir",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -866,10 +854,6 @@
       "https://fuchsia.googlesource.com/fuchsia"
     ],
     "cwd": "[CACHE]/led-checkout-dir",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri override",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -887,10 +871,6 @@
       "-run-hooks=false"
     ],
     "cwd": "[CACHE]/led-checkout-dir",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -907,10 +887,6 @@
       "-attempts=3"
     ],
     "cwd": "[CACHE]/led-checkout-dir",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -926,10 +902,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[CACHE]/led-checkout-dir",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -956,10 +928,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[CACHE]/led-checkout-dir",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
diff --git a/recipes/fuchsia/fuchsia.expected/build_failed.json b/recipes/fuchsia/fuchsia.expected/build_failed.json
index 4b72251..84b5c9f 100644
--- a/recipes/fuchsia/fuchsia.expected/build_failed.json
+++ b/recipes/fuchsia/fuchsia.expected/build_failed.json
@@ -175,10 +175,6 @@
       "deadbeef"
     ],
     "cwd": "[CLEANUP]/build_init_workspace_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "load spec.build_init",
     "stdin": "CNDsgNmu8bWSfBIWCgdmdWNoc2lhEgJjaRoHYnVpbGRlciIvdXNlcjpsdWNpLXNjaGVkdWxlckBhcHBzcG90LmdzZXJ2aWNlYWNjb3VudC5jb20yBgi5wqLYBXpiEmAKGGZ1Y2hzaWEuZ29vZ2xlc291cmNlLmNvbRIHZnVjaHNpYRooMmQ3MjUxMGU0NDdhYjYwYTk3MjhhZWVhMjM2MmQ4YmUyY2JkNzc4OSIRcmVmcy9oZWFkcy9tYXN0ZXKSAS0SAiAeKicSJWludm9jYXRpb25zL2J1aWxkOjg5NDU1MTE3NTE1MTQ4NjMxODQ=",
diff --git a/recipes/fuchsia/fuchsia.expected/build_infra_failure.json b/recipes/fuchsia/fuchsia.expected/build_infra_failure.json
index a32f96e..44e2ebb 100644
--- a/recipes/fuchsia/fuchsia.expected/build_infra_failure.json
+++ b/recipes/fuchsia/fuchsia.expected/build_infra_failure.json
@@ -175,10 +175,6 @@
       "deadbeef"
     ],
     "cwd": "[CLEANUP]/build_init_workspace_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "load spec.build_init",
     "stdin": "CNDsgNmu8bWSfBIWCgdmdWNoc2lhEgJjaRoHYnVpbGRlciIvdXNlcjpsdWNpLXNjaGVkdWxlckBhcHBzcG90LmdzZXJ2aWNlYWNjb3VudC5jb20yBgi5wqLYBXpiEmAKGGZ1Y2hzaWEuZ29vZ2xlc291cmNlLmNvbRIHZnVjaHNpYRooMmQ3MjUxMGU0NDdhYjYwYTk3MjhhZWVhMjM2MmQ4YmUyY2JkNzc4OSIRcmVmcy9oZWFkcy9tYXN0ZXKSAS0SAiAeKicSJWludm9jYXRpb25zL2J1aWxkOjg5NDU1MTE3NTE1MTQ4NjMxODQ=",
diff --git a/recipes/fuchsia/fuchsia.expected/build_only_failed.json b/recipes/fuchsia/fuchsia.expected/build_only_failed.json
index ef5ca1d..cbed41e 100644
--- a/recipes/fuchsia/fuchsia.expected/build_only_failed.json
+++ b/recipes/fuchsia/fuchsia.expected/build_only_failed.json
@@ -159,10 +159,6 @@
       "deadbeef"
     ],
     "cwd": "[CLEANUP]/build_init_workspace_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "load spec.build_init",
     "stdin": "CNDsgNmu8bWSfBIWCgdmdWNoc2lhEgJjaRoHYnVpbGRlciIvdXNlcjpsdWNpLXNjaGVkdWxlckBhcHBzcG90LmdzZXJ2aWNlYWNjb3VudC5jb20yBgi5wqLYBXpiEmAKGGZ1Y2hzaWEuZ29vZ2xlc291cmNlLmNvbRIHZnVjaHNpYRooMmQ3MjUxMGU0NDdhYjYwYTk3MjhhZWVhMjM2MmQ4YmUyY2JkNzc4OSIRcmVmcy9oZWFkcy9tYXN0ZXKSAS0SAiAeKicSJWludm9jYXRpb25zL2J1aWxkOjg5NDU1MTE3NTE1MTQ4NjMxODQ=",
diff --git a/recipes/fuchsia/fuchsia.expected/build_passed_but_hash_is_missing.json b/recipes/fuchsia/fuchsia.expected/build_passed_but_hash_is_missing.json
index 0bc06295..867d485 100644
--- a/recipes/fuchsia/fuchsia.expected/build_passed_but_hash_is_missing.json
+++ b/recipes/fuchsia/fuchsia.expected/build_passed_but_hash_is_missing.json
@@ -169,10 +169,6 @@
       "deadbeef"
     ],
     "cwd": "[CLEANUP]/build_init_workspace_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "load spec.build_init",
     "stdin": "CNDsgNmu8bWSfBIWCgdmdWNoc2lhEgJjaRoHYnVpbGRlciIvdXNlcjpsdWNpLXNjaGVkdWxlckBhcHBzcG90LmdzZXJ2aWNlYWNjb3VudC5jb20yBgi5wqLYBXpiEmAKGGZ1Y2hzaWEuZ29vZ2xlc291cmNlLmNvbRIHZnVjaHNpYRooMmQ3MjUxMGU0NDdhYjYwYTk3MjhhZWVhMjM2MmQ4YmUyY2JkNzc4OSIRcmVmcy9oZWFkcy9tYXN0ZXKSAS0SAiAeKicSJWludm9jYXRpb25zL2J1aWxkOjg5NDU1MTE3NTE1MTQ4NjMxODQ=",
diff --git a/recipes/fuchsia/fuchsia.expected/build_with_led.json b/recipes/fuchsia/fuchsia.expected/build_with_led.json
index c328d6f..28b5034 100644
--- a/recipes/fuchsia/fuchsia.expected/build_with_led.json
+++ b/recipes/fuchsia/fuchsia.expected/build_with_led.json
@@ -169,10 +169,6 @@
       "deadbeef"
     ],
     "cwd": "[CLEANUP]/build_init_workspace_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "load spec.build_init",
     "stdin": "CNDsgNmu8bWSfBIWCgdmdWNoc2lhEgJjaRoHYnVpbGRlciIvdXNlcjpsdWNpLXNjaGVkdWxlckBhcHBzcG90LmdzZXJ2aWNlYWNjb3VudC5jb20yBgi5wqLYBXpiEmAKGGZ1Y2hzaWEuZ29vZ2xlc291cmNlLmNvbRIHZnVjaHNpYRooMmQ3MjUxMGU0NDdhYjYwYTk3MjhhZWVhMjM2MmQ4YmUyY2JkNzc4OSIRcmVmcy9oZWFkcy9tYXN0ZXKSAS0SAiAeKicSJWludm9jYXRpb25zL2J1aWxkOjg5NDU1MTE3NTE1MTQ4NjMxODQ=",
diff --git a/recipes/fuchsia/fuchsia.expected/build_with_led_tryjob.json b/recipes/fuchsia/fuchsia.expected/build_with_led_tryjob.json
index cf29a8a..f041d89 100644
--- a/recipes/fuchsia/fuchsia.expected/build_with_led_tryjob.json
+++ b/recipes/fuchsia/fuchsia.expected/build_with_led_tryjob.json
@@ -256,10 +256,6 @@
       "deadbeef"
     ],
     "cwd": "[CLEANUP]/build_init_workspace_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "load spec.build_init",
     "stdin": "CNDsgNmu8bWSfBIXCgdmdWNoc2lhEgN0cnkaB2J1aWxkZXIiHHVzZXI6Y29tbWl0LWJvdEBjaHJvbWl1bS5vcmcyBgi5wqLYBXp0EkAKGGZ1Y2hzaWEuZ29vZ2xlc291cmNlLmNvbRIHZnVjaHNpYRoIZGVhZGJlZWYiEXJlZnMvaGVhZHMvbWFzdGVyGjAKH2Z1Y2hzaWEtcmV2aWV3Lmdvb2dsZXNvdXJjZS5jb20SB2Z1Y2hzaWEYwMQHIAeSAS0SAiAeKicSJWludm9jYXRpb25zL2J1aWxkOjg5NDU1MTE3NTE1MTQ4NjMxODSaARgKD2NxX2V4cGVyaW1lbnRhbBIFZmFsc2U=",
diff --git a/recipes/fuchsia/fuchsia.expected/child_build_provided__test_not_in_shards.json b/recipes/fuchsia/fuchsia.expected/child_build_provided__test_not_in_shards.json
index dc4d6f0..adccc72 100644
--- a/recipes/fuchsia/fuchsia.expected/child_build_provided__test_not_in_shards.json
+++ b/recipes/fuchsia/fuchsia.expected/child_build_provided__test_not_in_shards.json
@@ -173,10 +173,6 @@
       "deadbeef"
     ],
     "cwd": "[CLEANUP]/build_init_workspace_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "load spec.build_init",
     "stdin": "CNDsgNmu8bWSfBIWCgdmdWNoc2lhEgJjaRoHYnVpbGRlciIvdXNlcjpsdWNpLXNjaGVkdWxlckBhcHBzcG90LmdzZXJ2aWNlYWNjb3VudC5jb20yBgi5wqLYBXpiEmAKGGZ1Y2hzaWEuZ29vZ2xlc291cmNlLmNvbRIHZnVjaHNpYRooMmQ3MjUxMGU0NDdhYjYwYTk3MjhhZWVhMjM2MmQ4YmUyY2JkNzc4OSIRcmVmcy9oZWFkcy9tYXN0ZXKSAS0SAiAeKicSJWludm9jYXRpb25zL2J1aWxkOjg5NDU1MTE3NTE1MTQ4NjMxODQ=",
diff --git a/recipes/fuchsia/fuchsia.expected/failed_external_tests.json b/recipes/fuchsia/fuchsia.expected/failed_external_tests.json
index 88c74a9..e66f704 100644
--- a/recipes/fuchsia/fuchsia.expected/failed_external_tests.json
+++ b/recipes/fuchsia/fuchsia.expected/failed_external_tests.json
@@ -167,10 +167,6 @@
       "deadbeef"
     ],
     "cwd": "[CLEANUP]/build_init_workspace_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "load spec.build_init",
     "stdin": "CNDsgNmu8bWSfBIWCgdmdWNoc2lhEgJjaRoHYnVpbGRlciIvdXNlcjpsdWNpLXNjaGVkdWxlckBhcHBzcG90LmdzZXJ2aWNlYWNjb3VudC5jb20yBgi5wqLYBXpiEmAKGGZ1Y2hzaWEuZ29vZ2xlc291cmNlLmNvbRIHZnVjaHNpYRooMmQ3MjUxMGU0NDdhYjYwYTk3MjhhZWVhMjM2MmQ4YmUyY2JkNzc4OSIRcmVmcy9oZWFkcy9tYXN0ZXKSAS0SAiAeKicSJWludm9jYXRpb25zL2J1aWxkOjg5NDU1MTE3NTE1MTQ4NjMxODQ=",
diff --git a/recipes/fuchsia/fuchsia.expected/failed_tests.json b/recipes/fuchsia/fuchsia.expected/failed_tests.json
index 1181de2..7ccc1dc 100644
--- a/recipes/fuchsia/fuchsia.expected/failed_tests.json
+++ b/recipes/fuchsia/fuchsia.expected/failed_tests.json
@@ -176,10 +176,6 @@
       "deadbeef"
     ],
     "cwd": "[CLEANUP]/build_init_workspace_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "load spec.build_init",
     "stdin": "CNDsgNmu8bWSfBIWCgdmdWNoc2lhEgJjaRoHYnVpbGRlciIvdXNlcjpsdWNpLXNjaGVkdWxlckBhcHBzcG90LmdzZXJ2aWNlYWNjb3VudC5jb20yBgi5wqLYBXpiEmAKGGZ1Y2hzaWEuZ29vZ2xlc291cmNlLmNvbRIHZnVjaHNpYRooMmQ3MjUxMGU0NDdhYjYwYTk3MjhhZWVhMjM2MmQ4YmUyY2JkNzc4OSIRcmVmcy9oZWFkcy9tYXN0ZXKSAS0SAiAeKicSJWludm9jYXRpb25zL2J1aWxkOjg5NDU1MTE3NTE1MTQ4NjMxODQ=",
diff --git a/recipes/fuchsia/fuchsia.expected/stop_after_failed_affected.json b/recipes/fuchsia/fuchsia.expected/stop_after_failed_affected.json
index 39d2d38..2e87f8a 100644
--- a/recipes/fuchsia/fuchsia.expected/stop_after_failed_affected.json
+++ b/recipes/fuchsia/fuchsia.expected/stop_after_failed_affected.json
@@ -175,10 +175,6 @@
       "deadbeef"
     ],
     "cwd": "[CLEANUP]/build_init_workspace_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "load spec.build_init",
     "stdin": "CNDsgNmu8bWSfBIWCgdmdWNoc2lhEgJjaRoHYnVpbGRlciIvdXNlcjpsdWNpLXNjaGVkdWxlckBhcHBzcG90LmdzZXJ2aWNlYWNjb3VudC5jb20yBgi5wqLYBXpiEmAKGGZ1Y2hzaWEuZ29vZ2xlc291cmNlLmNvbRIHZnVjaHNpYRooMmQ3MjUxMGU0NDdhYjYwYTk3MjhhZWVhMjM2MmQ4YmUyY2JkNzc4OSIRcmVmcy9oZWFkcy9tYXN0ZXKSAS0SAiAeKicSJWludm9jYXRpb25zL2J1aWxkOjg5NDU1MTE3NTE1MTQ4NjMxODQ=",
diff --git a/recipes/fuchsia/fuchsia.expected/stop_after_max_attempts.json b/recipes/fuchsia/fuchsia.expected/stop_after_max_attempts.json
index 4fe7e78..fc36d52 100644
--- a/recipes/fuchsia/fuchsia.expected/stop_after_max_attempts.json
+++ b/recipes/fuchsia/fuchsia.expected/stop_after_max_attempts.json
@@ -175,10 +175,6 @@
       "deadbeef"
     ],
     "cwd": "[CLEANUP]/build_init_workspace_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "load spec.build_init",
     "stdin": "CNDsgNmu8bWSfBIWCgdmdWNoc2lhEgJjaRoHYnVpbGRlciIvdXNlcjpsdWNpLXNjaGVkdWxlckBhcHBzcG90LmdzZXJ2aWNlYWNjb3VudC5jb20yBgi5wqLYBXpiEmAKGGZ1Y2hzaWEuZ29vZ2xlc291cmNlLmNvbRIHZnVjaHNpYRooMmQ3MjUxMGU0NDdhYjYwYTk3MjhhZWVhMjM2MmQ4YmUyY2JkNzc4OSIRcmVmcy9oZWFkcy9tYXN0ZXKSAS0SAiAeKicSJWludm9jYXRpb25zL2J1aWxkOjg5NDU1MTE3NTE1MTQ4NjMxODQ=",
diff --git a/recipes/fuchsia/fuchsia.expected/successful_build_and_test.json b/recipes/fuchsia/fuchsia.expected/successful_build_and_test.json
index eeac2c4..c1d83b1 100644
--- a/recipes/fuchsia/fuchsia.expected/successful_build_and_test.json
+++ b/recipes/fuchsia/fuchsia.expected/successful_build_and_test.json
@@ -175,10 +175,6 @@
       "deadbeef"
     ],
     "cwd": "[CLEANUP]/build_init_workspace_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "load spec.build_init",
     "stdin": "CNDsgNmu8bWSfBIWCgdmdWNoc2lhEgJjaRoHYnVpbGRlciIvdXNlcjpsdWNpLXNjaGVkdWxlckBhcHBzcG90LmdzZXJ2aWNlYWNjb3VudC5jb20yBgi5wqLYBXpiEmAKGGZ1Y2hzaWEuZ29vZ2xlc291cmNlLmNvbRIHZnVjaHNpYRooMmQ3MjUxMGU0NDdhYjYwYTk3MjhhZWVhMjM2MmQ4YmUyY2JkNzc4OSIRcmVmcy9oZWFkcy9tYXN0ZXKSAS0SAiAeKicSJWludm9jYXRpb25zL2J1aWxkOjg5NDU1MTE3NTE1MTQ4NjMxODQ=",
diff --git a/recipes/fuchsia/fuchsia.expected/successful_build_and_test_perfcompare.json b/recipes/fuchsia/fuchsia.expected/successful_build_and_test_perfcompare.json
index a768efe..8596d94 100644
--- a/recipes/fuchsia/fuchsia.expected/successful_build_and_test_perfcompare.json
+++ b/recipes/fuchsia/fuchsia.expected/successful_build_and_test_perfcompare.json
@@ -175,10 +175,6 @@
       "deadbeef"
     ],
     "cwd": "[CLEANUP]/build_init_workspace_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "load spec.build_init",
     "stdin": "CNDsgNmu8bWSfBIWCgdmdWNoc2lhEgJjaRoHYnVpbGRlciIvdXNlcjpsdWNpLXNjaGVkdWxlckBhcHBzcG90LmdzZXJ2aWNlYWNjb3VudC5jb20yBgi5wqLYBXpiEmAKGGZ1Y2hzaWEuZ29vZ2xlc291cmNlLmNvbRIHZnVjaHNpYRooMmQ3MjUxMGU0NDdhYjYwYTk3MjhhZWVhMjM2MmQ4YmUyY2JkNzc4OSIRcmVmcy9oZWFkcy9tYXN0ZXKSAS0SAiAeKicSJWludm9jYXRpb25zL2J1aWxkOjg5NDU1MTE3NTE1MTQ4NjMxODQ=",
diff --git a/recipes/fuchsia/fuchsia.expected/successful_external_tests.json b/recipes/fuchsia/fuchsia.expected/successful_external_tests.json
index 80b8559..b165397 100644
--- a/recipes/fuchsia/fuchsia.expected/successful_external_tests.json
+++ b/recipes/fuchsia/fuchsia.expected/successful_external_tests.json
@@ -167,10 +167,6 @@
       "deadbeef"
     ],
     "cwd": "[CLEANUP]/build_init_workspace_tmp_1",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "load spec.build_init",
     "stdin": "CNDsgNmu8bWSfBIWCgdmdWNoc2lhEgJjaRoHYnVpbGRlciIvdXNlcjpsdWNpLXNjaGVkdWxlckBhcHBzcG90LmdzZXJ2aWNlYWNjb3VudC5jb20yBgi5wqLYBXpiEmAKGGZ1Y2hzaWEuZ29vZ2xlc291cmNlLmNvbRIHZnVjaHNpYRooMmQ3MjUxMGU0NDdhYjYwYTk3MjhhZWVhMjM2MmQ4YmUyY2JkNzc4OSIRcmVmcy9oZWFkcy9tYXN0ZXKSAS0SAiAeKicSJWludm9jYXRpb25zL2J1aWxkOjg5NDU1MTE3NTE1MTQ4NjMxODQ=",
diff --git a/recipes/fuchsia_cipd_roller.expected/cant_use_required_ref.json b/recipes/fuchsia_cipd_roller.expected/cant_use_required_ref.json
index 36df10f..76e19bc 100644
--- a/recipes/fuchsia_cipd_roller.expected/cant_use_required_ref.json
+++ b/recipes/fuchsia_cipd_roller.expected/cant_use_required_ref.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "-enable-lockfile=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri init"
   },
@@ -90,10 +86,6 @@
       "minimal",
       "https://fuchsia.googlesource.com"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri import"
   },
@@ -108,10 +100,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri update"
   },
@@ -124,10 +112,6 @@
       "-j=16",
       "-attempts=3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri run-hooks"
   },
diff --git a/recipes/fuchsia_cipd_roller.expected/default_platform_not_resolved.json b/recipes/fuchsia_cipd_roller.expected/default_platform_not_resolved.json
index d20e44f..739915e 100644
--- a/recipes/fuchsia_cipd_roller.expected/default_platform_not_resolved.json
+++ b/recipes/fuchsia_cipd_roller.expected/default_platform_not_resolved.json
@@ -64,10 +64,6 @@
       "[CACHE]/git",
       "-enable-lockfile=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri init"
   },
@@ -83,10 +79,6 @@
       "minimal",
       "https://fuchsia.googlesource.com"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri import"
   },
@@ -101,10 +93,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri update"
   },
@@ -117,10 +105,6 @@
       "-j=16",
       "-attempts=3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri run-hooks"
   },
@@ -228,10 +212,6 @@
       "fuchsia/prebuilts"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri edit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@{@@@",
@@ -268,10 +248,6 @@
       "integration/flower"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri resolve",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@output@@@@",
@@ -287,10 +263,6 @@
       "--exclude-standard"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "check for no-op commit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@stdout@hello@@@",
@@ -303,10 +275,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -316,10 +284,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git hash-object"
   },
   {
@@ -403,10 +367,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -419,10 +379,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+2,l=Code-Review+2"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push",
     "~followup_annotations": [
       "@@@STEP_LINK@gerrit link@https://fuchsia-review.googlesource.com/q/Iabc1abc1abc1abc1abc1abc1abc1abc1abc1abc1@@@"
diff --git a/recipes/fuchsia_cipd_roller.expected/default_with_multipliers.json b/recipes/fuchsia_cipd_roller.expected/default_with_multipliers.json
index 6dd35be..ef0b852 100644
--- a/recipes/fuchsia_cipd_roller.expected/default_with_multipliers.json
+++ b/recipes/fuchsia_cipd_roller.expected/default_with_multipliers.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "-enable-lockfile=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri init"
   },
@@ -90,10 +86,6 @@
       "minimal",
       "https://fuchsia.googlesource.com"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri import"
   },
@@ -108,10 +100,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri update"
   },
@@ -124,10 +112,6 @@
       "-j=16",
       "-attempts=3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri run-hooks"
   },
@@ -284,10 +268,6 @@
       "chromium/chromium"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri edit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@{@@@",
@@ -329,10 +309,6 @@
       "integration/flower"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri resolve",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@output@@@@",
@@ -348,10 +324,6 @@
       "--exclude-standard"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "check for no-op commit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@stdout@hello@@@",
@@ -364,10 +336,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -377,10 +345,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git hash-object"
   },
   {
@@ -464,10 +428,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -480,10 +440,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+2,l=Code-Review+2"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push",
     "~followup_annotations": [
       "@@@STEP_LINK@gerrit link@https://fuchsia-review.googlesource.com/q/Iabc1abc1abc1abc1abc1abc1abc1abc1abc1abc1@@@"
diff --git a/recipes/fuchsia_cipd_roller.expected/default_with_platform.json b/recipes/fuchsia_cipd_roller.expected/default_with_platform.json
index 10efad7..e3f1a1e 100644
--- a/recipes/fuchsia_cipd_roller.expected/default_with_platform.json
+++ b/recipes/fuchsia_cipd_roller.expected/default_with_platform.json
@@ -64,10 +64,6 @@
       "[CACHE]/git",
       "-enable-lockfile=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri init"
   },
@@ -83,10 +79,6 @@
       "minimal",
       "https://fuchsia.googlesource.com"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri import"
   },
@@ -101,10 +93,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri update"
   },
@@ -117,10 +105,6 @@
       "-j=16",
       "-attempts=3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri run-hooks"
   },
@@ -228,10 +212,6 @@
       "fuchsia/prebuilts"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri edit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@{@@@",
@@ -268,10 +248,6 @@
       "integration/flower"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri resolve",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@output@@Subdir prebuilt/tools/buildbucket@@@",
@@ -290,10 +266,6 @@
       "--exclude-standard"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "check for no-op commit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@stdout@hello@@@",
@@ -306,10 +278,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -319,10 +287,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git hash-object"
   },
   {
@@ -406,10 +370,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -422,10 +382,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+2,l=Code-Review+2"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push",
     "~followup_annotations": [
       "@@@STEP_LINK@gerrit link@https://fuchsia-review.googlesource.com/q/Iabc1abc1abc1abc1abc1abc1abc1abc1abc1abc1@@@"
diff --git a/recipes/fuchsia_cipd_roller.expected/dry_run.json b/recipes/fuchsia_cipd_roller.expected/dry_run.json
index ae18775..eb42e1c 100644
--- a/recipes/fuchsia_cipd_roller.expected/dry_run.json
+++ b/recipes/fuchsia_cipd_roller.expected/dry_run.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "-enable-lockfile=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri init"
   },
@@ -90,10 +86,6 @@
       "minimal",
       "https://fuchsia.googlesource.com"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri import"
   },
@@ -108,10 +100,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri update"
   },
@@ -124,10 +112,6 @@
       "-j=16",
       "-attempts=3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri run-hooks"
   },
@@ -284,10 +268,6 @@
       "chromium/chromium"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri edit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@{@@@",
@@ -329,10 +309,6 @@
       "integration/flower"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri resolve",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@output@@@@",
@@ -348,10 +324,6 @@
       "--exclude-standard"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "check for no-op commit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@stdout@hello@@@",
@@ -364,10 +336,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -377,10 +345,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git hash-object"
   },
   {
@@ -464,10 +428,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -480,10 +440,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+1"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push",
     "~followup_annotations": [
       "@@@STEP_LINK@gerrit link@https://fuchsia-review.googlesource.com/q/Iabc1abc1abc1abc1abc1abc1abc1abc1abc1abc1@@@"
diff --git a/recipes/fuchsia_cipd_roller.expected/first_package_out_of_date.json b/recipes/fuchsia_cipd_roller.expected/first_package_out_of_date.json
index 2845bf9..9cfaef2 100644
--- a/recipes/fuchsia_cipd_roller.expected/first_package_out_of_date.json
+++ b/recipes/fuchsia_cipd_roller.expected/first_package_out_of_date.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "-enable-lockfile=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri init"
   },
@@ -90,10 +86,6 @@
       "minimal",
       "https://fuchsia.googlesource.com"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri import"
   },
@@ -108,10 +100,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri update"
   },
@@ -124,10 +112,6 @@
       "-j=16",
       "-attempts=3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri run-hooks"
   },
@@ -411,10 +395,6 @@
       "chromium/chromium"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri edit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@{@@@",
@@ -456,10 +436,6 @@
       "integration/flower"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri resolve",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@output@@@@",
@@ -475,10 +451,6 @@
       "--exclude-standard"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "check for no-op commit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@stdout@hello@@@",
@@ -491,10 +463,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -504,10 +472,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git hash-object"
   },
   {
@@ -591,10 +555,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -607,10 +567,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+2,l=Code-Review+2"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push",
     "~followup_annotations": [
       "@@@STEP_LINK@gerrit link@https://fuchsia-review.googlesource.com/q/Iabc1abc1abc1abc1abc1abc1abc1abc1abc1abc1@@@"
diff --git a/recipes/fuchsia_cipd_roller.expected/inconsistent_packages_requiring_ref.json b/recipes/fuchsia_cipd_roller.expected/inconsistent_packages_requiring_ref.json
index f80646f..2855d18 100644
--- a/recipes/fuchsia_cipd_roller.expected/inconsistent_packages_requiring_ref.json
+++ b/recipes/fuchsia_cipd_roller.expected/inconsistent_packages_requiring_ref.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "-enable-lockfile=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri init"
   },
@@ -90,10 +86,6 @@
       "minimal",
       "https://fuchsia.googlesource.com"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri import"
   },
@@ -108,10 +100,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri update"
   },
@@ -124,10 +112,6 @@
       "-j=16",
       "-attempts=3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri run-hooks"
   },
diff --git a/recipes/fuchsia_cipd_roller.expected/inconsistent_versions.json b/recipes/fuchsia_cipd_roller.expected/inconsistent_versions.json
index 5d91a74..01810db 100644
--- a/recipes/fuchsia_cipd_roller.expected/inconsistent_versions.json
+++ b/recipes/fuchsia_cipd_roller.expected/inconsistent_versions.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "-enable-lockfile=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri init"
   },
@@ -90,10 +86,6 @@
       "minimal",
       "https://fuchsia.googlesource.com"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri import"
   },
@@ -108,10 +100,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri update"
   },
@@ -124,10 +112,6 @@
       "-j=16",
       "-attempts=3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri run-hooks"
   },
diff --git a/recipes/fuchsia_cipd_roller.expected/last_package_out_of_date.json b/recipes/fuchsia_cipd_roller.expected/last_package_out_of_date.json
index aca477d..731a1bc 100644
--- a/recipes/fuchsia_cipd_roller.expected/last_package_out_of_date.json
+++ b/recipes/fuchsia_cipd_roller.expected/last_package_out_of_date.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "-enable-lockfile=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri init"
   },
@@ -90,10 +86,6 @@
       "minimal",
       "https://fuchsia.googlesource.com"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri import"
   },
@@ -108,10 +100,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri update"
   },
@@ -124,10 +112,6 @@
       "-j=16",
       "-attempts=3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri run-hooks"
   },
@@ -438,10 +422,6 @@
       "chromium/chromium"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri edit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@{@@@",
@@ -483,10 +463,6 @@
       "integration/flower"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri resolve",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@output@@@@",
@@ -502,10 +478,6 @@
       "--exclude-standard"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "check for no-op commit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@stdout@hello@@@",
@@ -518,10 +490,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -531,10 +499,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git hash-object"
   },
   {
@@ -618,10 +582,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -634,10 +594,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+2,l=Code-Review+2"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push",
     "~followup_annotations": [
       "@@@STEP_LINK@gerrit link@https://fuchsia-review.googlesource.com/q/Iabc1abc1abc1abc1abc1abc1abc1abc1abc1abc1@@@"
diff --git a/recipes/fuchsia_cipd_roller.expected/no_package_has_ref.json b/recipes/fuchsia_cipd_roller.expected/no_package_has_ref.json
index f979755..66fdb53 100644
--- a/recipes/fuchsia_cipd_roller.expected/no_package_has_ref.json
+++ b/recipes/fuchsia_cipd_roller.expected/no_package_has_ref.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "-enable-lockfile=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri init"
   },
@@ -90,10 +86,6 @@
       "minimal",
       "https://fuchsia.googlesource.com"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri import"
   },
@@ -108,10 +100,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri update"
   },
@@ -124,10 +112,6 @@
       "-j=16",
       "-attempts=3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri run-hooks"
   },
diff --git a/recipes/fuchsia_cipd_roller.expected/no_such_package.json b/recipes/fuchsia_cipd_roller.expected/no_such_package.json
index 242fe14..7aafdb0 100644
--- a/recipes/fuchsia_cipd_roller.expected/no_such_package.json
+++ b/recipes/fuchsia_cipd_roller.expected/no_such_package.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "-enable-lockfile=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri init"
   },
@@ -90,10 +86,6 @@
       "minimal",
       "https://fuchsia.googlesource.com"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri import"
   },
@@ -108,10 +100,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri update"
   },
@@ -124,10 +112,6 @@
       "-j=16",
       "-attempts=3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri run-hooks"
   },
diff --git a/recipes/fuchsia_cipd_roller.expected/noop.json b/recipes/fuchsia_cipd_roller.expected/noop.json
index c569b36..dec0b85 100644
--- a/recipes/fuchsia_cipd_roller.expected/noop.json
+++ b/recipes/fuchsia_cipd_roller.expected/noop.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "-enable-lockfile=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri init"
   },
@@ -90,10 +86,6 @@
       "minimal",
       "https://fuchsia.googlesource.com"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri import"
   },
@@ -108,10 +100,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri update"
   },
@@ -124,10 +112,6 @@
       "-j=16",
       "-attempts=3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri run-hooks"
   },
@@ -279,10 +263,6 @@
       "chromium/chromium"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri edit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@{@@@",
diff --git a/recipes/fuchsia_cipd_roller.expected/package_missing_ref.json b/recipes/fuchsia_cipd_roller.expected/package_missing_ref.json
index bc8146b..7f9f1cb 100644
--- a/recipes/fuchsia_cipd_roller.expected/package_missing_ref.json
+++ b/recipes/fuchsia_cipd_roller.expected/package_missing_ref.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "-enable-lockfile=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri init"
   },
@@ -90,10 +86,6 @@
       "minimal",
       "https://fuchsia.googlesource.com"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri import"
   },
@@ -108,10 +100,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri update"
   },
@@ -124,10 +112,6 @@
       "-j=16",
       "-attempts=3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri run-hooks"
   },
@@ -326,10 +310,6 @@
       "chromium/chromium"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri edit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@{@@@",
@@ -371,10 +351,6 @@
       "integration/flower"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri resolve",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@output@@@@",
@@ -390,10 +366,6 @@
       "--exclude-standard"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "check for no-op commit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@stdout@hello@@@",
@@ -406,10 +378,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -419,10 +387,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git hash-object"
   },
   {
@@ -506,10 +470,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -522,10 +482,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+2,l=Code-Review+2"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push",
     "~followup_annotations": [
       "@@@STEP_LINK@gerrit link@https://fuchsia-review.googlesource.com/q/Iabc1abc1abc1abc1abc1abc1abc1abc1abc1abc1@@@"
diff --git a/recipes/fuchsia_cipd_roller.expected/packages_requiring_ref.json b/recipes/fuchsia_cipd_roller.expected/packages_requiring_ref.json
index 4382e7b..e59cf08 100644
--- a/recipes/fuchsia_cipd_roller.expected/packages_requiring_ref.json
+++ b/recipes/fuchsia_cipd_roller.expected/packages_requiring_ref.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "-enable-lockfile=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri init"
   },
@@ -90,10 +86,6 @@
       "minimal",
       "https://fuchsia.googlesource.com"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri import"
   },
@@ -108,10 +100,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri update"
   },
@@ -124,10 +112,6 @@
       "-j=16",
       "-attempts=3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri run-hooks"
   },
@@ -279,10 +263,6 @@
       "chromium/chromium"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri edit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@{@@@",
@@ -324,10 +304,6 @@
       "integration/flower"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri resolve",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@output@@@@",
@@ -343,10 +319,6 @@
       "--exclude-standard"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "check for no-op commit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@stdout@hello@@@",
@@ -359,10 +331,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -372,10 +340,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git hash-object"
   },
   {
@@ -459,10 +423,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -475,10 +435,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+2,l=Code-Review+2"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push",
     "~followup_annotations": [
       "@@@STEP_LINK@gerrit link@https://fuchsia-review.googlesource.com/q/Iabc1abc1abc1abc1abc1abc1abc1abc1abc1abc1@@@"
diff --git a/recipes/fuchsia_cipd_roller.expected/with_debug_symbols.json b/recipes/fuchsia_cipd_roller.expected/with_debug_symbols.json
index 3ee4a2e..7eca3c0 100644
--- a/recipes/fuchsia_cipd_roller.expected/with_debug_symbols.json
+++ b/recipes/fuchsia_cipd_roller.expected/with_debug_symbols.json
@@ -64,10 +64,6 @@
       "[CACHE]/git",
       "-enable-lockfile=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri init"
   },
@@ -83,10 +79,6 @@
       "minimal",
       "https://fuchsia.googlesource.com"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri import"
   },
@@ -101,10 +93,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri update"
   },
@@ -117,10 +105,6 @@
       "-j=16",
       "-attempts=3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri run-hooks"
   },
@@ -360,10 +344,6 @@
       "chromium/chromium"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri edit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@{@@@",
@@ -415,10 +395,6 @@
       "integration/flower"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri resolve",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@output@@@@",
@@ -434,10 +410,6 @@
       "--exclude-standard"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "check for no-op commit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@stdout@hello@@@",
@@ -450,10 +422,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -463,10 +431,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git hash-object"
   },
   {
@@ -550,10 +514,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -566,10 +526,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+2,l=Code-Review+2"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push",
     "~followup_annotations": [
       "@@@STEP_LINK@gerrit link@https://fuchsia-review.googlesource.com/q/Iabc1abc1abc1abc1abc1abc1abc1abc1abc1abc1@@@"
@@ -631,10 +587,6 @@
       "chromium/chromium"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch and upload debug symbols.read_manifest_pkgA.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@",
@@ -665,10 +617,6 @@
       "chromium/chromium"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch and upload debug symbols.read_manifest_pkgB.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@",
@@ -699,10 +647,6 @@
       "chromium/chromium"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch and upload debug symbols.read_manifest_pkgC.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@",
@@ -733,10 +677,6 @@
       "chromium/chromium"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch and upload debug symbols.read_manifest_pkgX/debug.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@",
@@ -768,10 +708,6 @@
       "chromium/chromium"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch and upload debug symbols.read_manifest_pkgY/debug.jiri manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@",
diff --git a/recipes/fuchsia_perf.expected/device_tests.json b/recipes/fuchsia_perf.expected/device_tests.json
index 2f0a161..2ced010 100644
--- a/recipes/fuchsia_perf.expected/device_tests.json
+++ b/recipes/fuchsia_perf.expected/device_tests.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -95,10 +91,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -117,10 +109,6 @@
       "https://fuchsia.googlesource.com/fuchsia"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri override",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -138,10 +126,6 @@
       "-run-hooks=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -158,10 +142,6 @@
       "-attempts=3"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -177,10 +157,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -207,10 +183,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
diff --git a/recipes/fuchsia_perf.expected/failed_run.json b/recipes/fuchsia_perf.expected/failed_run.json
index d59b293..7018610 100644
--- a/recipes/fuchsia_perf.expected/failed_run.json
+++ b/recipes/fuchsia_perf.expected/failed_run.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -95,10 +91,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -117,10 +109,6 @@
       "https://fuchsia.googlesource.com/fuchsia"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri override",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -138,10 +126,6 @@
       "-run-hooks=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -158,10 +142,6 @@
       "-attempts=3"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -177,10 +157,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -207,10 +183,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -2125,10 +2097,6 @@
       "fuchsia/third_party/qemu/${platform}"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri package",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
diff --git a/recipes/fuchsia_perf.expected/run_with_led.json b/recipes/fuchsia_perf.expected/run_with_led.json
index 80be8f7..53f93a8 100644
--- a/recipes/fuchsia_perf.expected/run_with_led.json
+++ b/recipes/fuchsia_perf.expected/run_with_led.json
@@ -84,10 +84,6 @@
       "[CACHE]/git",
       "[CACHE]/led-checkout-dir"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -108,10 +104,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[CACHE]/led-checkout-dir",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -130,10 +122,6 @@
       "https://fuchsia.googlesource.com/fuchsia"
     ],
     "cwd": "[CACHE]/led-checkout-dir",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri override",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -151,10 +139,6 @@
       "-run-hooks=false"
     ],
     "cwd": "[CACHE]/led-checkout-dir",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -171,10 +155,6 @@
       "-attempts=3"
     ],
     "cwd": "[CACHE]/led-checkout-dir",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -190,10 +170,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[CACHE]/led-checkout-dir",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -220,10 +196,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[CACHE]/led-checkout-dir",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -2116,10 +2088,6 @@
       "fuchsia/third_party/qemu/${platform}"
     ],
     "cwd": "[CACHE]/led-checkout-dir",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri package",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
diff --git a/recipes/fuchsia_perf.expected/successful_run.json b/recipes/fuchsia_perf.expected/successful_run.json
index 029086d..c0fcc70 100644
--- a/recipes/fuchsia_perf.expected/successful_run.json
+++ b/recipes/fuchsia_perf.expected/successful_run.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -95,10 +91,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -117,10 +109,6 @@
       "https://fuchsia.googlesource.com/fuchsia"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri override",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -138,10 +126,6 @@
       "-run-hooks=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -158,10 +142,6 @@
       "-attempts=3"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -177,10 +157,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -207,10 +183,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -2125,10 +2097,6 @@
       "fuchsia/third_party/qemu/${platform}"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri package",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
diff --git a/recipes/fuchsia_perf.expected/with_patch.json b/recipes/fuchsia_perf.expected/with_patch.json
index abe6640..3a2082a 100644
--- a/recipes/fuchsia_perf.expected/with_patch.json
+++ b/recipes/fuchsia_perf.expected/with_patch.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -184,10 +180,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -206,10 +198,6 @@
       "-fetch-packages=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -231,10 +219,6 @@
       "refs/changes/00/100/7"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -252,10 +236,6 @@
       "fuchsia"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -285,10 +265,6 @@
       "10"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.git log",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -305,10 +281,6 @@
       "-local-manifest=true"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -325,10 +297,6 @@
       "-local-manifest=true"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri fetch-packages",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -344,10 +312,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -374,10 +338,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -477,10 +437,6 @@
       "fuchsia"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "build.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -504,10 +460,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/fuchsia/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "build.git diff-tree",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -2600,10 +2552,6 @@
       "fuchsia/third_party/qemu/${platform}"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri package",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
diff --git a/recipes/fuchsia_roller.expected/fuchsia_dry_run.json b/recipes/fuchsia_roller.expected/fuchsia_dry_run.json
index 8d79061..c2ab1f5 100644
--- a/recipes/fuchsia_roller.expected/fuchsia_dry_run.json
+++ b/recipes/fuchsia_roller.expected/fuchsia_dry_run.json
@@ -70,10 +70,6 @@
       "-cache",
       "[CACHE]/git"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri init",
     "~followup_annotations": [
@@ -92,10 +88,6 @@
       "minimal",
       "https://fuchsia.googlesource.com/integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri import",
     "~followup_annotations": [
@@ -113,10 +105,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri update",
     "~followup_annotations": [
@@ -148,10 +136,6 @@
       "stem"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "edit manifest.read_manifest_fuchsia.jiri manifest",
     "~followup_annotations": [
@@ -176,10 +160,6 @@
       "stem"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "edit manifest.jiri edit",
     "~followup_annotations": [
@@ -365,10 +345,6 @@
       "--exclude-standard"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "check for no-op commit",
     "~followup_annotations": [
@@ -382,10 +358,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git diff"
   },
@@ -396,10 +368,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git hash-object"
   },
@@ -485,10 +453,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git commit"
   },
@@ -502,10 +466,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+1"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git push",
     "~followup_annotations": [
diff --git a/recipes/fuchsia_roller.expected/fuchsia_noop.json b/recipes/fuchsia_roller.expected/fuchsia_noop.json
index 745409f..be13e32 100644
--- a/recipes/fuchsia_roller.expected/fuchsia_noop.json
+++ b/recipes/fuchsia_roller.expected/fuchsia_noop.json
@@ -70,10 +70,6 @@
       "-cache",
       "[CACHE]/git"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri init",
     "~followup_annotations": [
@@ -92,10 +88,6 @@
       "minimal",
       "https://fuchsia.googlesource.com/integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri import",
     "~followup_annotations": [
@@ -113,10 +105,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri update",
     "~followup_annotations": [
@@ -148,10 +136,6 @@
       "stem"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "edit manifest.read_manifest_fuchsia.jiri manifest",
     "~followup_annotations": [
@@ -176,10 +160,6 @@
       "stem"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "edit manifest.jiri edit",
     "~followup_annotations": [
diff --git a/recipes/fuchsia_roller.expected/fuchsia_with_lockfile.json b/recipes/fuchsia_roller.expected/fuchsia_with_lockfile.json
index 29d5c3e..e4daa9d 100644
--- a/recipes/fuchsia_roller.expected/fuchsia_with_lockfile.json
+++ b/recipes/fuchsia_roller.expected/fuchsia_with_lockfile.json
@@ -70,10 +70,6 @@
       "-cache",
       "[CACHE]/git"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri init",
     "~followup_annotations": [
@@ -92,10 +88,6 @@
       "minimal",
       "https://fuchsia.googlesource.com/integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri import",
     "~followup_annotations": [
@@ -113,10 +105,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri update",
     "~followup_annotations": [
@@ -148,10 +136,6 @@
       "stem"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "edit manifest.read_manifest_fuchsia.jiri manifest",
     "~followup_annotations": [
@@ -176,10 +160,6 @@
       "stem"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "edit manifest.jiri edit",
     "~followup_annotations": [
@@ -214,10 +194,6 @@
       "minimal"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "edit manifest.jiri resolve",
     "~followup_annotations": [
@@ -392,10 +368,6 @@
       "--exclude-standard"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "check for no-op commit",
     "~followup_annotations": [
@@ -409,10 +381,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git diff"
   },
@@ -423,10 +391,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git hash-object"
   },
@@ -512,10 +476,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git commit"
   },
@@ -529,10 +489,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+2,l=Code-Review+2"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git push",
     "~followup_annotations": [
diff --git a/recipes/fuchsia_roller.expected/missing_manifest_import_remote.json b/recipes/fuchsia_roller.expected/missing_manifest_import_remote.json
index 7e43f2f..c550ff3 100644
--- a/recipes/fuchsia_roller.expected/missing_manifest_import_remote.json
+++ b/recipes/fuchsia_roller.expected/missing_manifest_import_remote.json
@@ -70,10 +70,6 @@
       "-cache",
       "[CACHE]/git"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri init",
     "~followup_annotations": [
@@ -92,10 +88,6 @@
       "minimal",
       "https://fuchsia.googlesource.com/integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri import",
     "~followup_annotations": [
@@ -113,10 +105,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri update",
     "~followup_annotations": [
@@ -151,10 +139,6 @@
       "stem"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "edit manifest.read_manifest_fuchsia.jiri manifest",
     "~followup_annotations": [
@@ -177,10 +161,6 @@
       "stem"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "edit manifest.jiri edit",
     "~followup_annotations": [
diff --git a/recipes/fuchsia_roller.expected/missing_manifest_project_remote.json b/recipes/fuchsia_roller.expected/missing_manifest_project_remote.json
index 98a8efb..99f07dc 100644
--- a/recipes/fuchsia_roller.expected/missing_manifest_project_remote.json
+++ b/recipes/fuchsia_roller.expected/missing_manifest_project_remote.json
@@ -70,10 +70,6 @@
       "-cache",
       "[CACHE]/git"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri init",
     "~followup_annotations": [
@@ -92,10 +88,6 @@
       "minimal",
       "https://fuchsia.googlesource.com/integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri import",
     "~followup_annotations": [
@@ -113,10 +105,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri update",
     "~followup_annotations": [
@@ -151,10 +139,6 @@
       "manifest/third_party"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "edit manifest.read_manifest_cobalt.jiri manifest",
     "~followup_annotations": [
@@ -177,10 +161,6 @@
       "manifest/third_party"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "edit manifest.jiri edit",
     "~followup_annotations": [
diff --git a/recipes/fuchsia_roller.expected/missing_revision.json b/recipes/fuchsia_roller.expected/missing_revision.json
index e67d05a..08fa4e9 100644
--- a/recipes/fuchsia_roller.expected/missing_revision.json
+++ b/recipes/fuchsia_roller.expected/missing_revision.json
@@ -77,10 +77,6 @@
       "-cache",
       "[CACHE]/git"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri init",
     "~followup_annotations": [
@@ -99,10 +95,6 @@
       "minimal",
       "https://fuchsia.googlesource.com/integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri import",
     "~followup_annotations": [
@@ -120,10 +112,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri update",
     "~followup_annotations": [
@@ -155,10 +143,6 @@
       "manifest/third_party"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "edit manifest.read_manifest_fuchsia.jiri manifest",
     "~followup_annotations": [
@@ -260,10 +244,6 @@
       "manifest/third_party"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "edit manifest.jiri edit",
     "~followup_annotations": [
@@ -397,10 +377,6 @@
       "--exclude-standard"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "check for no-op commit",
     "~followup_annotations": [
@@ -414,10 +390,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git diff"
   },
@@ -428,10 +400,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git hash-object"
   },
@@ -517,10 +485,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git commit"
   },
@@ -534,10 +498,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+2,l=Code-Review+2"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git push",
     "~followup_annotations": [
diff --git a/recipes/fuchsia_roller.expected/roll_from_non_https_remote.json b/recipes/fuchsia_roller.expected/roll_from_non_https_remote.json
index 565caad..e01b548 100644
--- a/recipes/fuchsia_roller.expected/roll_from_non_https_remote.json
+++ b/recipes/fuchsia_roller.expected/roll_from_non_https_remote.json
@@ -70,10 +70,6 @@
       "-cache",
       "[CACHE]/git"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri init",
     "~followup_annotations": [
@@ -92,10 +88,6 @@
       "minimal",
       "https://fuchsia.googlesource.com/integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri import",
     "~followup_annotations": [
@@ -113,10 +105,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri update",
     "~followup_annotations": [
@@ -148,10 +136,6 @@
       "stem"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "edit manifest.read_manifest_third_party/foo.jiri manifest",
     "~followup_annotations": [
@@ -176,10 +160,6 @@
       "stem"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "edit manifest.jiri edit",
     "~followup_annotations": [
@@ -365,10 +345,6 @@
       "--exclude-standard"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "check for no-op commit",
     "~followup_annotations": [
@@ -382,10 +358,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git diff"
   },
@@ -396,10 +368,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git hash-object"
   },
@@ -485,10 +453,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git commit"
   },
@@ -502,10 +466,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+2,l=Code-Review+2"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git push",
     "~followup_annotations": [
diff --git a/recipes/fuchsia_roller.expected/single_commit.json b/recipes/fuchsia_roller.expected/single_commit.json
index 139cf7b..6fcce3a 100644
--- a/recipes/fuchsia_roller.expected/single_commit.json
+++ b/recipes/fuchsia_roller.expected/single_commit.json
@@ -70,10 +70,6 @@
       "-cache",
       "[CACHE]/git"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri init",
     "~followup_annotations": [
@@ -92,10 +88,6 @@
       "minimal",
       "https://fuchsia.googlesource.com/integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri import",
     "~followup_annotations": [
@@ -113,10 +105,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri update",
     "~followup_annotations": [
@@ -148,10 +136,6 @@
       "stem"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "edit manifest.read_manifest_fuchsia.jiri manifest",
     "~followup_annotations": [
@@ -177,10 +161,6 @@
       "stem"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "edit manifest.jiri edit",
     "~followup_annotations": [
@@ -386,10 +366,6 @@
       "--exclude-standard"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "check for no-op commit",
     "~followup_annotations": [
@@ -403,10 +379,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git diff"
   },
@@ -417,10 +389,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git hash-object"
   },
@@ -454,10 +422,6 @@
       "Fake A <fake_A@fuchsia.infra.roller.fake_0.email.com>"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git commit"
   },
@@ -471,10 +435,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+2,l=Code-Review+2"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git push",
     "~followup_annotations": [
diff --git a/recipes/gcc_toolchain.expected/ci_linux_arm.json b/recipes/gcc_toolchain.expected/ci_linux_arm.json
index ca39196..0677dc8 100644
--- a/recipes/gcc_toolchain.expected/ci_linux_arm.json
+++ b/recipes/gcc_toolchain.expected/ci_linux_arm.json
@@ -27,10 +27,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git init",
     "~followup_annotations": [
@@ -46,10 +42,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git remote",
     "~followup_annotations": [
@@ -89,10 +81,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git init",
     "~followup_annotations": [
@@ -107,10 +95,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.remote set-url",
     "~followup_annotations": [
@@ -127,10 +111,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git config",
     "~followup_annotations": [
@@ -146,10 +126,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git fetch",
     "~followup_annotations": [
@@ -204,10 +180,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git fetch",
     "~followup_annotations": [
@@ -222,10 +194,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git checkout",
     "~followup_annotations": [
@@ -239,10 +207,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git rev-parse",
     "~followup_annotations": [
@@ -258,10 +222,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git clean",
     "~followup_annotations": [
@@ -282,10 +242,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule sync",
     "~followup_annotations": [
@@ -300,10 +256,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule update",
     "~followup_annotations": [
@@ -338,10 +290,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git init",
     "~followup_annotations": [
@@ -357,10 +305,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git remote",
     "~followup_annotations": [
@@ -400,10 +344,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git init",
     "~followup_annotations": [
@@ -418,10 +358,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.remote set-url",
     "~followup_annotations": [
@@ -438,10 +374,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git config",
     "~followup_annotations": [
@@ -457,10 +389,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git fetch",
     "~followup_annotations": [
@@ -514,10 +442,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git fetch",
     "~followup_annotations": [
@@ -532,10 +456,6 @@
       "4b5e15daff8b54440e3fda451c318ad31e532fab"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git checkout",
     "~followup_annotations": [
@@ -549,10 +469,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git rev-parse",
     "~followup_annotations": [
@@ -568,10 +484,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git clean",
     "~followup_annotations": [
@@ -592,10 +504,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule sync",
     "~followup_annotations": [
@@ -610,10 +518,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/gcc_toolchain.expected/ci_linux_arm_binutils_test_fail.json b/recipes/gcc_toolchain.expected/ci_linux_arm_binutils_test_fail.json
index 26dbf76..47e9827 100644
--- a/recipes/gcc_toolchain.expected/ci_linux_arm_binutils_test_fail.json
+++ b/recipes/gcc_toolchain.expected/ci_linux_arm_binutils_test_fail.json
@@ -27,10 +27,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git init",
     "~followup_annotations": [
@@ -46,10 +42,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git remote",
     "~followup_annotations": [
@@ -89,10 +81,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git init",
     "~followup_annotations": [
@@ -107,10 +95,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.remote set-url",
     "~followup_annotations": [
@@ -127,10 +111,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git config",
     "~followup_annotations": [
@@ -146,10 +126,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git fetch",
     "~followup_annotations": [
@@ -203,10 +179,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git fetch",
     "~followup_annotations": [
@@ -221,10 +193,6 @@
       "3d861fdb826c2f5cf270dd5f585d0e6057e1bf4f"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git checkout",
     "~followup_annotations": [
@@ -238,10 +206,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git rev-parse",
     "~followup_annotations": [
@@ -257,10 +221,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git clean",
     "~followup_annotations": [
@@ -281,10 +241,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule sync",
     "~followup_annotations": [
@@ -299,10 +255,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule update",
     "~followup_annotations": [
@@ -337,10 +289,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git init",
     "~followup_annotations": [
@@ -356,10 +304,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git remote",
     "~followup_annotations": [
@@ -399,10 +343,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git init",
     "~followup_annotations": [
@@ -417,10 +357,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.remote set-url",
     "~followup_annotations": [
@@ -437,10 +373,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git config",
     "~followup_annotations": [
@@ -456,10 +388,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git fetch",
     "~followup_annotations": [
@@ -514,10 +442,6 @@
       "releases/gcc-10"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git fetch",
     "~followup_annotations": [
@@ -532,10 +456,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git checkout",
     "~followup_annotations": [
@@ -549,10 +469,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git rev-parse",
     "~followup_annotations": [
@@ -568,10 +484,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git clean",
     "~followup_annotations": [
@@ -592,10 +504,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule sync",
     "~followup_annotations": [
@@ -610,10 +518,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/gcc_toolchain.expected/ci_linux_arm_binutils_test_fail999.json b/recipes/gcc_toolchain.expected/ci_linux_arm_binutils_test_fail999.json
index 26dbf76..47e9827 100644
--- a/recipes/gcc_toolchain.expected/ci_linux_arm_binutils_test_fail999.json
+++ b/recipes/gcc_toolchain.expected/ci_linux_arm_binutils_test_fail999.json
@@ -27,10 +27,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git init",
     "~followup_annotations": [
@@ -46,10 +42,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git remote",
     "~followup_annotations": [
@@ -89,10 +81,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git init",
     "~followup_annotations": [
@@ -107,10 +95,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.remote set-url",
     "~followup_annotations": [
@@ -127,10 +111,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git config",
     "~followup_annotations": [
@@ -146,10 +126,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git fetch",
     "~followup_annotations": [
@@ -203,10 +179,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git fetch",
     "~followup_annotations": [
@@ -221,10 +193,6 @@
       "3d861fdb826c2f5cf270dd5f585d0e6057e1bf4f"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git checkout",
     "~followup_annotations": [
@@ -238,10 +206,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git rev-parse",
     "~followup_annotations": [
@@ -257,10 +221,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git clean",
     "~followup_annotations": [
@@ -281,10 +241,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule sync",
     "~followup_annotations": [
@@ -299,10 +255,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule update",
     "~followup_annotations": [
@@ -337,10 +289,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git init",
     "~followup_annotations": [
@@ -356,10 +304,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git remote",
     "~followup_annotations": [
@@ -399,10 +343,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git init",
     "~followup_annotations": [
@@ -417,10 +357,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.remote set-url",
     "~followup_annotations": [
@@ -437,10 +373,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git config",
     "~followup_annotations": [
@@ -456,10 +388,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git fetch",
     "~followup_annotations": [
@@ -514,10 +442,6 @@
       "releases/gcc-10"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git fetch",
     "~followup_annotations": [
@@ -532,10 +456,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git checkout",
     "~followup_annotations": [
@@ -549,10 +469,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git rev-parse",
     "~followup_annotations": [
@@ -568,10 +484,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git clean",
     "~followup_annotations": [
@@ -592,10 +504,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule sync",
     "~followup_annotations": [
@@ -610,10 +518,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/gcc_toolchain.expected/ci_linux_arm_gcc_test_fail.json b/recipes/gcc_toolchain.expected/ci_linux_arm_gcc_test_fail.json
index 57099e2..108a97f 100644
--- a/recipes/gcc_toolchain.expected/ci_linux_arm_gcc_test_fail.json
+++ b/recipes/gcc_toolchain.expected/ci_linux_arm_gcc_test_fail.json
@@ -27,10 +27,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git init",
     "~followup_annotations": [
@@ -46,10 +42,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git remote",
     "~followup_annotations": [
@@ -89,10 +81,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git init",
     "~followup_annotations": [
@@ -107,10 +95,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.remote set-url",
     "~followup_annotations": [
@@ -127,10 +111,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git config",
     "~followup_annotations": [
@@ -146,10 +126,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git fetch",
     "~followup_annotations": [
@@ -204,10 +180,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git fetch",
     "~followup_annotations": [
@@ -222,10 +194,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git checkout",
     "~followup_annotations": [
@@ -239,10 +207,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git rev-parse",
     "~followup_annotations": [
@@ -258,10 +222,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git clean",
     "~followup_annotations": [
@@ -282,10 +242,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule sync",
     "~followup_annotations": [
@@ -300,10 +256,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule update",
     "~followup_annotations": [
@@ -338,10 +290,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git init",
     "~followup_annotations": [
@@ -357,10 +305,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git remote",
     "~followup_annotations": [
@@ -400,10 +344,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git init",
     "~followup_annotations": [
@@ -418,10 +358,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.remote set-url",
     "~followup_annotations": [
@@ -438,10 +374,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git config",
     "~followup_annotations": [
@@ -457,10 +389,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git fetch",
     "~followup_annotations": [
@@ -514,10 +442,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git fetch",
     "~followup_annotations": [
@@ -532,10 +456,6 @@
       "4b5e15daff8b54440e3fda451c318ad31e532fab"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git checkout",
     "~followup_annotations": [
@@ -549,10 +469,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git rev-parse",
     "~followup_annotations": [
@@ -568,10 +484,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git clean",
     "~followup_annotations": [
@@ -592,10 +504,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule sync",
     "~followup_annotations": [
@@ -610,10 +518,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/gcc_toolchain.expected/ci_linux_arm_gcc_test_fail999.json b/recipes/gcc_toolchain.expected/ci_linux_arm_gcc_test_fail999.json
index 57099e2..108a97f 100644
--- a/recipes/gcc_toolchain.expected/ci_linux_arm_gcc_test_fail999.json
+++ b/recipes/gcc_toolchain.expected/ci_linux_arm_gcc_test_fail999.json
@@ -27,10 +27,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git init",
     "~followup_annotations": [
@@ -46,10 +42,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git remote",
     "~followup_annotations": [
@@ -89,10 +81,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git init",
     "~followup_annotations": [
@@ -107,10 +95,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.remote set-url",
     "~followup_annotations": [
@@ -127,10 +111,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git config",
     "~followup_annotations": [
@@ -146,10 +126,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git fetch",
     "~followup_annotations": [
@@ -204,10 +180,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git fetch",
     "~followup_annotations": [
@@ -222,10 +194,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git checkout",
     "~followup_annotations": [
@@ -239,10 +207,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git rev-parse",
     "~followup_annotations": [
@@ -258,10 +222,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git clean",
     "~followup_annotations": [
@@ -282,10 +242,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule sync",
     "~followup_annotations": [
@@ -300,10 +256,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule update",
     "~followup_annotations": [
@@ -338,10 +290,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git init",
     "~followup_annotations": [
@@ -357,10 +305,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git remote",
     "~followup_annotations": [
@@ -400,10 +344,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git init",
     "~followup_annotations": [
@@ -418,10 +358,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.remote set-url",
     "~followup_annotations": [
@@ -438,10 +374,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git config",
     "~followup_annotations": [
@@ -457,10 +389,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git fetch",
     "~followup_annotations": [
@@ -514,10 +442,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git fetch",
     "~followup_annotations": [
@@ -532,10 +456,6 @@
       "4b5e15daff8b54440e3fda451c318ad31e532fab"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git checkout",
     "~followup_annotations": [
@@ -549,10 +469,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git rev-parse",
     "~followup_annotations": [
@@ -568,10 +484,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git clean",
     "~followup_annotations": [
@@ -592,10 +504,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule sync",
     "~followup_annotations": [
@@ -610,10 +518,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/gcc_toolchain.expected/ci_linux_intel.json b/recipes/gcc_toolchain.expected/ci_linux_intel.json
index 2fab4d7..0138b8f 100644
--- a/recipes/gcc_toolchain.expected/ci_linux_intel.json
+++ b/recipes/gcc_toolchain.expected/ci_linux_intel.json
@@ -61,10 +61,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git init",
     "~followup_annotations": [
@@ -80,10 +76,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git remote",
     "~followup_annotations": [
@@ -123,10 +115,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git init",
     "~followup_annotations": [
@@ -141,10 +129,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.remote set-url",
     "~followup_annotations": [
@@ -161,10 +145,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git config",
     "~followup_annotations": [
@@ -180,10 +160,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git fetch",
     "~followup_annotations": [
@@ -238,10 +214,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git fetch",
     "~followup_annotations": [
@@ -256,10 +228,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git checkout",
     "~followup_annotations": [
@@ -273,10 +241,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git rev-parse",
     "~followup_annotations": [
@@ -292,10 +256,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git clean",
     "~followup_annotations": [
@@ -316,10 +276,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule sync",
     "~followup_annotations": [
@@ -334,10 +290,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule update",
     "~followup_annotations": [
@@ -372,10 +324,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git init",
     "~followup_annotations": [
@@ -391,10 +339,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git remote",
     "~followup_annotations": [
@@ -434,10 +378,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git init",
     "~followup_annotations": [
@@ -452,10 +392,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.remote set-url",
     "~followup_annotations": [
@@ -472,10 +408,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git config",
     "~followup_annotations": [
@@ -491,10 +423,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git fetch",
     "~followup_annotations": [
@@ -548,10 +476,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git fetch",
     "~followup_annotations": [
@@ -566,10 +490,6 @@
       "4b5e15daff8b54440e3fda451c318ad31e532fab"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git checkout",
     "~followup_annotations": [
@@ -583,10 +503,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git rev-parse",
     "~followup_annotations": [
@@ -602,10 +518,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git clean",
     "~followup_annotations": [
@@ -626,10 +538,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule sync",
     "~followup_annotations": [
@@ -644,10 +552,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/gcc_toolchain.expected/ci_linux_intel_binutils_test_fail.json b/recipes/gcc_toolchain.expected/ci_linux_intel_binutils_test_fail.json
index 60bc2f6..1d196a2 100644
--- a/recipes/gcc_toolchain.expected/ci_linux_intel_binutils_test_fail.json
+++ b/recipes/gcc_toolchain.expected/ci_linux_intel_binutils_test_fail.json
@@ -61,10 +61,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git init",
     "~followup_annotations": [
@@ -80,10 +76,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git remote",
     "~followup_annotations": [
@@ -123,10 +115,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git init",
     "~followup_annotations": [
@@ -141,10 +129,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.remote set-url",
     "~followup_annotations": [
@@ -161,10 +145,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git config",
     "~followup_annotations": [
@@ -180,10 +160,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git fetch",
     "~followup_annotations": [
@@ -237,10 +213,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git fetch",
     "~followup_annotations": [
@@ -255,10 +227,6 @@
       "3d861fdb826c2f5cf270dd5f585d0e6057e1bf4f"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git checkout",
     "~followup_annotations": [
@@ -272,10 +240,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git rev-parse",
     "~followup_annotations": [
@@ -291,10 +255,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git clean",
     "~followup_annotations": [
@@ -315,10 +275,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule sync",
     "~followup_annotations": [
@@ -333,10 +289,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule update",
     "~followup_annotations": [
@@ -371,10 +323,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git init",
     "~followup_annotations": [
@@ -390,10 +338,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git remote",
     "~followup_annotations": [
@@ -433,10 +377,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git init",
     "~followup_annotations": [
@@ -451,10 +391,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.remote set-url",
     "~followup_annotations": [
@@ -471,10 +407,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git config",
     "~followup_annotations": [
@@ -490,10 +422,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git fetch",
     "~followup_annotations": [
@@ -548,10 +476,6 @@
       "releases/gcc-10"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git fetch",
     "~followup_annotations": [
@@ -566,10 +490,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git checkout",
     "~followup_annotations": [
@@ -583,10 +503,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git rev-parse",
     "~followup_annotations": [
@@ -602,10 +518,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git clean",
     "~followup_annotations": [
@@ -626,10 +538,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule sync",
     "~followup_annotations": [
@@ -644,10 +552,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/gcc_toolchain.expected/ci_linux_intel_binutils_test_fail999.json b/recipes/gcc_toolchain.expected/ci_linux_intel_binutils_test_fail999.json
index 60bc2f6..1d196a2 100644
--- a/recipes/gcc_toolchain.expected/ci_linux_intel_binutils_test_fail999.json
+++ b/recipes/gcc_toolchain.expected/ci_linux_intel_binutils_test_fail999.json
@@ -61,10 +61,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git init",
     "~followup_annotations": [
@@ -80,10 +76,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git remote",
     "~followup_annotations": [
@@ -123,10 +115,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git init",
     "~followup_annotations": [
@@ -141,10 +129,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.remote set-url",
     "~followup_annotations": [
@@ -161,10 +145,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git config",
     "~followup_annotations": [
@@ -180,10 +160,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git fetch",
     "~followup_annotations": [
@@ -237,10 +213,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git fetch",
     "~followup_annotations": [
@@ -255,10 +227,6 @@
       "3d861fdb826c2f5cf270dd5f585d0e6057e1bf4f"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git checkout",
     "~followup_annotations": [
@@ -272,10 +240,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git rev-parse",
     "~followup_annotations": [
@@ -291,10 +255,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git clean",
     "~followup_annotations": [
@@ -315,10 +275,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule sync",
     "~followup_annotations": [
@@ -333,10 +289,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule update",
     "~followup_annotations": [
@@ -371,10 +323,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git init",
     "~followup_annotations": [
@@ -390,10 +338,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git remote",
     "~followup_annotations": [
@@ -433,10 +377,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git init",
     "~followup_annotations": [
@@ -451,10 +391,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.remote set-url",
     "~followup_annotations": [
@@ -471,10 +407,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git config",
     "~followup_annotations": [
@@ -490,10 +422,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git fetch",
     "~followup_annotations": [
@@ -548,10 +476,6 @@
       "releases/gcc-10"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git fetch",
     "~followup_annotations": [
@@ -566,10 +490,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git checkout",
     "~followup_annotations": [
@@ -583,10 +503,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git rev-parse",
     "~followup_annotations": [
@@ -602,10 +518,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git clean",
     "~followup_annotations": [
@@ -626,10 +538,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule sync",
     "~followup_annotations": [
@@ -644,10 +552,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/gcc_toolchain.expected/ci_linux_intel_gcc_test_fail.json b/recipes/gcc_toolchain.expected/ci_linux_intel_gcc_test_fail.json
index 34330bb..54a2941 100644
--- a/recipes/gcc_toolchain.expected/ci_linux_intel_gcc_test_fail.json
+++ b/recipes/gcc_toolchain.expected/ci_linux_intel_gcc_test_fail.json
@@ -61,10 +61,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git init",
     "~followup_annotations": [
@@ -80,10 +76,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git remote",
     "~followup_annotations": [
@@ -123,10 +115,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git init",
     "~followup_annotations": [
@@ -141,10 +129,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.remote set-url",
     "~followup_annotations": [
@@ -161,10 +145,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git config",
     "~followup_annotations": [
@@ -180,10 +160,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git fetch",
     "~followup_annotations": [
@@ -238,10 +214,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git fetch",
     "~followup_annotations": [
@@ -256,10 +228,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git checkout",
     "~followup_annotations": [
@@ -273,10 +241,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git rev-parse",
     "~followup_annotations": [
@@ -292,10 +256,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git clean",
     "~followup_annotations": [
@@ -316,10 +276,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule sync",
     "~followup_annotations": [
@@ -334,10 +290,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule update",
     "~followup_annotations": [
@@ -372,10 +324,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git init",
     "~followup_annotations": [
@@ -391,10 +339,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git remote",
     "~followup_annotations": [
@@ -434,10 +378,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git init",
     "~followup_annotations": [
@@ -452,10 +392,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.remote set-url",
     "~followup_annotations": [
@@ -472,10 +408,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git config",
     "~followup_annotations": [
@@ -491,10 +423,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git fetch",
     "~followup_annotations": [
@@ -548,10 +476,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git fetch",
     "~followup_annotations": [
@@ -566,10 +490,6 @@
       "4b5e15daff8b54440e3fda451c318ad31e532fab"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git checkout",
     "~followup_annotations": [
@@ -583,10 +503,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git rev-parse",
     "~followup_annotations": [
@@ -602,10 +518,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git clean",
     "~followup_annotations": [
@@ -626,10 +538,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule sync",
     "~followup_annotations": [
@@ -644,10 +552,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/gcc_toolchain.expected/ci_linux_intel_gcc_test_fail999.json b/recipes/gcc_toolchain.expected/ci_linux_intel_gcc_test_fail999.json
index 34330bb..54a2941 100644
--- a/recipes/gcc_toolchain.expected/ci_linux_intel_gcc_test_fail999.json
+++ b/recipes/gcc_toolchain.expected/ci_linux_intel_gcc_test_fail999.json
@@ -61,10 +61,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git init",
     "~followup_annotations": [
@@ -80,10 +76,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git remote",
     "~followup_annotations": [
@@ -123,10 +115,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git init",
     "~followup_annotations": [
@@ -141,10 +129,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.remote set-url",
     "~followup_annotations": [
@@ -161,10 +145,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git config",
     "~followup_annotations": [
@@ -180,10 +160,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git fetch",
     "~followup_annotations": [
@@ -238,10 +214,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git fetch",
     "~followup_annotations": [
@@ -256,10 +228,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git checkout",
     "~followup_annotations": [
@@ -273,10 +241,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git rev-parse",
     "~followup_annotations": [
@@ -292,10 +256,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git clean",
     "~followup_annotations": [
@@ -316,10 +276,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule sync",
     "~followup_annotations": [
@@ -334,10 +290,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule update",
     "~followup_annotations": [
@@ -372,10 +324,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git init",
     "~followup_annotations": [
@@ -391,10 +339,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git remote",
     "~followup_annotations": [
@@ -434,10 +378,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git init",
     "~followup_annotations": [
@@ -452,10 +392,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.remote set-url",
     "~followup_annotations": [
@@ -472,10 +408,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git config",
     "~followup_annotations": [
@@ -491,10 +423,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git fetch",
     "~followup_annotations": [
@@ -548,10 +476,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git fetch",
     "~followup_annotations": [
@@ -566,10 +490,6 @@
       "4b5e15daff8b54440e3fda451c318ad31e532fab"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git checkout",
     "~followup_annotations": [
@@ -583,10 +503,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git rev-parse",
     "~followup_annotations": [
@@ -602,10 +518,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git clean",
     "~followup_annotations": [
@@ -626,10 +538,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule sync",
     "~followup_annotations": [
@@ -644,10 +552,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/gcc_toolchain.expected/ci_mac_intel.json b/recipes/gcc_toolchain.expected/ci_mac_intel.json
index f7df812..9f6beea 100644
--- a/recipes/gcc_toolchain.expected/ci_mac_intel.json
+++ b/recipes/gcc_toolchain.expected/ci_mac_intel.json
@@ -61,10 +61,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git init",
     "~followup_annotations": [
@@ -80,10 +76,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git remote",
     "~followup_annotations": [
@@ -123,10 +115,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git init",
     "~followup_annotations": [
@@ -141,10 +129,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.remote set-url",
     "~followup_annotations": [
@@ -161,10 +145,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git config",
     "~followup_annotations": [
@@ -180,10 +160,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git fetch",
     "~followup_annotations": [
@@ -238,10 +214,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git fetch",
     "~followup_annotations": [
@@ -256,10 +228,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git checkout",
     "~followup_annotations": [
@@ -273,10 +241,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git rev-parse",
     "~followup_annotations": [
@@ -292,10 +256,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git clean",
     "~followup_annotations": [
@@ -316,10 +276,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule sync",
     "~followup_annotations": [
@@ -334,10 +290,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule update",
     "~followup_annotations": [
@@ -372,10 +324,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git init",
     "~followup_annotations": [
@@ -391,10 +339,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git remote",
     "~followup_annotations": [
@@ -434,10 +378,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git init",
     "~followup_annotations": [
@@ -452,10 +392,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.remote set-url",
     "~followup_annotations": [
@@ -472,10 +408,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git config",
     "~followup_annotations": [
@@ -491,10 +423,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git fetch",
     "~followup_annotations": [
@@ -548,10 +476,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git fetch",
     "~followup_annotations": [
@@ -566,10 +490,6 @@
       "4b5e15daff8b54440e3fda451c318ad31e532fab"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git checkout",
     "~followup_annotations": [
@@ -583,10 +503,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git rev-parse",
     "~followup_annotations": [
@@ -602,10 +518,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git clean",
     "~followup_annotations": [
@@ -626,10 +538,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule sync",
     "~followup_annotations": [
@@ -644,10 +552,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/gcc_toolchain.expected/ci_mac_intel_binutils_test_fail.json b/recipes/gcc_toolchain.expected/ci_mac_intel_binutils_test_fail.json
index 380f375..b5576dc 100644
--- a/recipes/gcc_toolchain.expected/ci_mac_intel_binutils_test_fail.json
+++ b/recipes/gcc_toolchain.expected/ci_mac_intel_binutils_test_fail.json
@@ -61,10 +61,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git init",
     "~followup_annotations": [
@@ -80,10 +76,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git remote",
     "~followup_annotations": [
@@ -123,10 +115,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git init",
     "~followup_annotations": [
@@ -141,10 +129,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.remote set-url",
     "~followup_annotations": [
@@ -161,10 +145,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git config",
     "~followup_annotations": [
@@ -180,10 +160,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git fetch",
     "~followup_annotations": [
@@ -237,10 +213,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git fetch",
     "~followup_annotations": [
@@ -255,10 +227,6 @@
       "3d861fdb826c2f5cf270dd5f585d0e6057e1bf4f"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git checkout",
     "~followup_annotations": [
@@ -272,10 +240,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git rev-parse",
     "~followup_annotations": [
@@ -291,10 +255,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git clean",
     "~followup_annotations": [
@@ -315,10 +275,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule sync",
     "~followup_annotations": [
@@ -333,10 +289,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule update",
     "~followup_annotations": [
@@ -371,10 +323,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git init",
     "~followup_annotations": [
@@ -390,10 +338,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git remote",
     "~followup_annotations": [
@@ -433,10 +377,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git init",
     "~followup_annotations": [
@@ -451,10 +391,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.remote set-url",
     "~followup_annotations": [
@@ -471,10 +407,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git config",
     "~followup_annotations": [
@@ -490,10 +422,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git fetch",
     "~followup_annotations": [
@@ -548,10 +476,6 @@
       "releases/gcc-10"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git fetch",
     "~followup_annotations": [
@@ -566,10 +490,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git checkout",
     "~followup_annotations": [
@@ -583,10 +503,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git rev-parse",
     "~followup_annotations": [
@@ -602,10 +518,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git clean",
     "~followup_annotations": [
@@ -626,10 +538,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule sync",
     "~followup_annotations": [
@@ -644,10 +552,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/gcc_toolchain.expected/ci_mac_intel_binutils_test_fail999.json b/recipes/gcc_toolchain.expected/ci_mac_intel_binutils_test_fail999.json
index 380f375..b5576dc 100644
--- a/recipes/gcc_toolchain.expected/ci_mac_intel_binutils_test_fail999.json
+++ b/recipes/gcc_toolchain.expected/ci_mac_intel_binutils_test_fail999.json
@@ -61,10 +61,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git init",
     "~followup_annotations": [
@@ -80,10 +76,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git remote",
     "~followup_annotations": [
@@ -123,10 +115,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git init",
     "~followup_annotations": [
@@ -141,10 +129,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.remote set-url",
     "~followup_annotations": [
@@ -161,10 +145,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git config",
     "~followup_annotations": [
@@ -180,10 +160,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git fetch",
     "~followup_annotations": [
@@ -237,10 +213,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git fetch",
     "~followup_annotations": [
@@ -255,10 +227,6 @@
       "3d861fdb826c2f5cf270dd5f585d0e6057e1bf4f"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git checkout",
     "~followup_annotations": [
@@ -272,10 +240,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git rev-parse",
     "~followup_annotations": [
@@ -291,10 +255,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git clean",
     "~followup_annotations": [
@@ -315,10 +275,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule sync",
     "~followup_annotations": [
@@ -333,10 +289,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule update",
     "~followup_annotations": [
@@ -371,10 +323,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git init",
     "~followup_annotations": [
@@ -390,10 +338,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git remote",
     "~followup_annotations": [
@@ -433,10 +377,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git init",
     "~followup_annotations": [
@@ -451,10 +391,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.remote set-url",
     "~followup_annotations": [
@@ -471,10 +407,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git config",
     "~followup_annotations": [
@@ -490,10 +422,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git fetch",
     "~followup_annotations": [
@@ -548,10 +476,6 @@
       "releases/gcc-10"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git fetch",
     "~followup_annotations": [
@@ -566,10 +490,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git checkout",
     "~followup_annotations": [
@@ -583,10 +503,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git rev-parse",
     "~followup_annotations": [
@@ -602,10 +518,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git clean",
     "~followup_annotations": [
@@ -626,10 +538,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule sync",
     "~followup_annotations": [
@@ -644,10 +552,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/gcc_toolchain.expected/prod_linux_arm.json b/recipes/gcc_toolchain.expected/prod_linux_arm.json
index 39302dc..eab633d 100644
--- a/recipes/gcc_toolchain.expected/prod_linux_arm.json
+++ b/recipes/gcc_toolchain.expected/prod_linux_arm.json
@@ -27,10 +27,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git init",
     "~followup_annotations": [
@@ -46,10 +42,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git remote",
     "~followup_annotations": [
@@ -89,10 +81,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git init",
     "~followup_annotations": [
@@ -107,10 +95,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.remote set-url",
     "~followup_annotations": [
@@ -127,10 +111,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git config",
     "~followup_annotations": [
@@ -146,10 +126,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git fetch",
     "~followup_annotations": [
@@ -204,10 +180,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git fetch",
     "~followup_annotations": [
@@ -222,10 +194,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git checkout",
     "~followup_annotations": [
@@ -239,10 +207,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git rev-parse",
     "~followup_annotations": [
@@ -258,10 +222,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git clean",
     "~followup_annotations": [
@@ -282,10 +242,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule sync",
     "~followup_annotations": [
@@ -300,10 +256,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule update",
     "~followup_annotations": [
@@ -338,10 +290,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git init",
     "~followup_annotations": [
@@ -357,10 +305,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git remote",
     "~followup_annotations": [
@@ -400,10 +344,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git init",
     "~followup_annotations": [
@@ -418,10 +358,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.remote set-url",
     "~followup_annotations": [
@@ -438,10 +374,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git config",
     "~followup_annotations": [
@@ -457,10 +389,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git fetch",
     "~followup_annotations": [
@@ -514,10 +442,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git fetch",
     "~followup_annotations": [
@@ -532,10 +456,6 @@
       "4b5e15daff8b54440e3fda451c318ad31e532fab"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git checkout",
     "~followup_annotations": [
@@ -549,10 +469,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git rev-parse",
     "~followup_annotations": [
@@ -568,10 +484,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git clean",
     "~followup_annotations": [
@@ -592,10 +504,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule sync",
     "~followup_annotations": [
@@ -610,10 +518,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/gcc_toolchain.expected/prod_linux_arm_binutils_test_fail.json b/recipes/gcc_toolchain.expected/prod_linux_arm_binutils_test_fail.json
index 26dbf76..47e9827 100644
--- a/recipes/gcc_toolchain.expected/prod_linux_arm_binutils_test_fail.json
+++ b/recipes/gcc_toolchain.expected/prod_linux_arm_binutils_test_fail.json
@@ -27,10 +27,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git init",
     "~followup_annotations": [
@@ -46,10 +42,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git remote",
     "~followup_annotations": [
@@ -89,10 +81,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git init",
     "~followup_annotations": [
@@ -107,10 +95,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.remote set-url",
     "~followup_annotations": [
@@ -127,10 +111,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git config",
     "~followup_annotations": [
@@ -146,10 +126,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git fetch",
     "~followup_annotations": [
@@ -203,10 +179,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git fetch",
     "~followup_annotations": [
@@ -221,10 +193,6 @@
       "3d861fdb826c2f5cf270dd5f585d0e6057e1bf4f"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git checkout",
     "~followup_annotations": [
@@ -238,10 +206,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git rev-parse",
     "~followup_annotations": [
@@ -257,10 +221,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git clean",
     "~followup_annotations": [
@@ -281,10 +241,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule sync",
     "~followup_annotations": [
@@ -299,10 +255,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule update",
     "~followup_annotations": [
@@ -337,10 +289,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git init",
     "~followup_annotations": [
@@ -356,10 +304,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git remote",
     "~followup_annotations": [
@@ -399,10 +343,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git init",
     "~followup_annotations": [
@@ -417,10 +357,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.remote set-url",
     "~followup_annotations": [
@@ -437,10 +373,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git config",
     "~followup_annotations": [
@@ -456,10 +388,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git fetch",
     "~followup_annotations": [
@@ -514,10 +442,6 @@
       "releases/gcc-10"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git fetch",
     "~followup_annotations": [
@@ -532,10 +456,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git checkout",
     "~followup_annotations": [
@@ -549,10 +469,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git rev-parse",
     "~followup_annotations": [
@@ -568,10 +484,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git clean",
     "~followup_annotations": [
@@ -592,10 +504,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule sync",
     "~followup_annotations": [
@@ -610,10 +518,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/gcc_toolchain.expected/prod_linux_arm_binutils_test_fail999.json b/recipes/gcc_toolchain.expected/prod_linux_arm_binutils_test_fail999.json
index 26dbf76..47e9827 100644
--- a/recipes/gcc_toolchain.expected/prod_linux_arm_binutils_test_fail999.json
+++ b/recipes/gcc_toolchain.expected/prod_linux_arm_binutils_test_fail999.json
@@ -27,10 +27,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git init",
     "~followup_annotations": [
@@ -46,10 +42,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git remote",
     "~followup_annotations": [
@@ -89,10 +81,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git init",
     "~followup_annotations": [
@@ -107,10 +95,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.remote set-url",
     "~followup_annotations": [
@@ -127,10 +111,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git config",
     "~followup_annotations": [
@@ -146,10 +126,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git fetch",
     "~followup_annotations": [
@@ -203,10 +179,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git fetch",
     "~followup_annotations": [
@@ -221,10 +193,6 @@
       "3d861fdb826c2f5cf270dd5f585d0e6057e1bf4f"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git checkout",
     "~followup_annotations": [
@@ -238,10 +206,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git rev-parse",
     "~followup_annotations": [
@@ -257,10 +221,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git clean",
     "~followup_annotations": [
@@ -281,10 +241,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule sync",
     "~followup_annotations": [
@@ -299,10 +255,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule update",
     "~followup_annotations": [
@@ -337,10 +289,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git init",
     "~followup_annotations": [
@@ -356,10 +304,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git remote",
     "~followup_annotations": [
@@ -399,10 +343,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git init",
     "~followup_annotations": [
@@ -417,10 +357,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.remote set-url",
     "~followup_annotations": [
@@ -437,10 +373,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git config",
     "~followup_annotations": [
@@ -456,10 +388,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git fetch",
     "~followup_annotations": [
@@ -514,10 +442,6 @@
       "releases/gcc-10"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git fetch",
     "~followup_annotations": [
@@ -532,10 +456,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git checkout",
     "~followup_annotations": [
@@ -549,10 +469,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git rev-parse",
     "~followup_annotations": [
@@ -568,10 +484,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git clean",
     "~followup_annotations": [
@@ -592,10 +504,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule sync",
     "~followup_annotations": [
@@ -610,10 +518,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/gcc_toolchain.expected/prod_linux_arm_gcc_test_fail.json b/recipes/gcc_toolchain.expected/prod_linux_arm_gcc_test_fail.json
index 57099e2..108a97f 100644
--- a/recipes/gcc_toolchain.expected/prod_linux_arm_gcc_test_fail.json
+++ b/recipes/gcc_toolchain.expected/prod_linux_arm_gcc_test_fail.json
@@ -27,10 +27,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git init",
     "~followup_annotations": [
@@ -46,10 +42,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git remote",
     "~followup_annotations": [
@@ -89,10 +81,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git init",
     "~followup_annotations": [
@@ -107,10 +95,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.remote set-url",
     "~followup_annotations": [
@@ -127,10 +111,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git config",
     "~followup_annotations": [
@@ -146,10 +126,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git fetch",
     "~followup_annotations": [
@@ -204,10 +180,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git fetch",
     "~followup_annotations": [
@@ -222,10 +194,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git checkout",
     "~followup_annotations": [
@@ -239,10 +207,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git rev-parse",
     "~followup_annotations": [
@@ -258,10 +222,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git clean",
     "~followup_annotations": [
@@ -282,10 +242,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule sync",
     "~followup_annotations": [
@@ -300,10 +256,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule update",
     "~followup_annotations": [
@@ -338,10 +290,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git init",
     "~followup_annotations": [
@@ -357,10 +305,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git remote",
     "~followup_annotations": [
@@ -400,10 +344,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git init",
     "~followup_annotations": [
@@ -418,10 +358,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.remote set-url",
     "~followup_annotations": [
@@ -438,10 +374,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git config",
     "~followup_annotations": [
@@ -457,10 +389,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git fetch",
     "~followup_annotations": [
@@ -514,10 +442,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git fetch",
     "~followup_annotations": [
@@ -532,10 +456,6 @@
       "4b5e15daff8b54440e3fda451c318ad31e532fab"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git checkout",
     "~followup_annotations": [
@@ -549,10 +469,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git rev-parse",
     "~followup_annotations": [
@@ -568,10 +484,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git clean",
     "~followup_annotations": [
@@ -592,10 +504,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule sync",
     "~followup_annotations": [
@@ -610,10 +518,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/gcc_toolchain.expected/prod_linux_arm_gcc_test_fail999.json b/recipes/gcc_toolchain.expected/prod_linux_arm_gcc_test_fail999.json
index 57099e2..108a97f 100644
--- a/recipes/gcc_toolchain.expected/prod_linux_arm_gcc_test_fail999.json
+++ b/recipes/gcc_toolchain.expected/prod_linux_arm_gcc_test_fail999.json
@@ -27,10 +27,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git init",
     "~followup_annotations": [
@@ -46,10 +42,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git remote",
     "~followup_annotations": [
@@ -89,10 +81,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git init",
     "~followup_annotations": [
@@ -107,10 +95,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.remote set-url",
     "~followup_annotations": [
@@ -127,10 +111,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git config",
     "~followup_annotations": [
@@ -146,10 +126,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git fetch",
     "~followup_annotations": [
@@ -204,10 +180,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git fetch",
     "~followup_annotations": [
@@ -222,10 +194,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git checkout",
     "~followup_annotations": [
@@ -239,10 +207,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git rev-parse",
     "~followup_annotations": [
@@ -258,10 +222,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git clean",
     "~followup_annotations": [
@@ -282,10 +242,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule sync",
     "~followup_annotations": [
@@ -300,10 +256,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule update",
     "~followup_annotations": [
@@ -338,10 +290,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git init",
     "~followup_annotations": [
@@ -357,10 +305,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git remote",
     "~followup_annotations": [
@@ -400,10 +344,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git init",
     "~followup_annotations": [
@@ -418,10 +358,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.remote set-url",
     "~followup_annotations": [
@@ -438,10 +374,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git config",
     "~followup_annotations": [
@@ -457,10 +389,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git fetch",
     "~followup_annotations": [
@@ -514,10 +442,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git fetch",
     "~followup_annotations": [
@@ -532,10 +456,6 @@
       "4b5e15daff8b54440e3fda451c318ad31e532fab"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git checkout",
     "~followup_annotations": [
@@ -549,10 +469,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git rev-parse",
     "~followup_annotations": [
@@ -568,10 +484,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git clean",
     "~followup_annotations": [
@@ -592,10 +504,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule sync",
     "~followup_annotations": [
@@ -610,10 +518,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/gcc_toolchain.expected/prod_linux_arm_new.json b/recipes/gcc_toolchain.expected/prod_linux_arm_new.json
index b87d0ac..fa56d6c 100644
--- a/recipes/gcc_toolchain.expected/prod_linux_arm_new.json
+++ b/recipes/gcc_toolchain.expected/prod_linux_arm_new.json
@@ -27,10 +27,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git init",
     "~followup_annotations": [
@@ -46,10 +42,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git remote",
     "~followup_annotations": [
@@ -89,10 +81,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git init",
     "~followup_annotations": [
@@ -107,10 +95,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.remote set-url",
     "~followup_annotations": [
@@ -127,10 +111,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git config",
     "~followup_annotations": [
@@ -146,10 +126,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git fetch",
     "~followup_annotations": [
@@ -204,10 +180,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git fetch",
     "~followup_annotations": [
@@ -222,10 +194,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git checkout",
     "~followup_annotations": [
@@ -239,10 +207,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git rev-parse",
     "~followup_annotations": [
@@ -258,10 +222,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git clean",
     "~followup_annotations": [
@@ -282,10 +242,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule sync",
     "~followup_annotations": [
@@ -300,10 +256,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule update",
     "~followup_annotations": [
@@ -338,10 +290,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git init",
     "~followup_annotations": [
@@ -357,10 +305,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git remote",
     "~followup_annotations": [
@@ -400,10 +344,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git init",
     "~followup_annotations": [
@@ -418,10 +358,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.remote set-url",
     "~followup_annotations": [
@@ -438,10 +374,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git config",
     "~followup_annotations": [
@@ -457,10 +389,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git fetch",
     "~followup_annotations": [
@@ -514,10 +442,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git fetch",
     "~followup_annotations": [
@@ -532,10 +456,6 @@
       "4b5e15daff8b54440e3fda451c318ad31e532fab"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git checkout",
     "~followup_annotations": [
@@ -549,10 +469,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git rev-parse",
     "~followup_annotations": [
@@ -568,10 +484,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git clean",
     "~followup_annotations": [
@@ -592,10 +504,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule sync",
     "~followup_annotations": [
@@ -610,10 +518,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/gcc_toolchain.expected/prod_linux_arm_new999.json b/recipes/gcc_toolchain.expected/prod_linux_arm_new999.json
index b87d0ac..fa56d6c 100644
--- a/recipes/gcc_toolchain.expected/prod_linux_arm_new999.json
+++ b/recipes/gcc_toolchain.expected/prod_linux_arm_new999.json
@@ -27,10 +27,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git init",
     "~followup_annotations": [
@@ -46,10 +42,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git remote",
     "~followup_annotations": [
@@ -89,10 +81,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git init",
     "~followup_annotations": [
@@ -107,10 +95,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.remote set-url",
     "~followup_annotations": [
@@ -127,10 +111,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git config",
     "~followup_annotations": [
@@ -146,10 +126,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git fetch",
     "~followup_annotations": [
@@ -204,10 +180,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git fetch",
     "~followup_annotations": [
@@ -222,10 +194,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git checkout",
     "~followup_annotations": [
@@ -239,10 +207,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git rev-parse",
     "~followup_annotations": [
@@ -258,10 +222,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git clean",
     "~followup_annotations": [
@@ -282,10 +242,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule sync",
     "~followup_annotations": [
@@ -300,10 +256,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule update",
     "~followup_annotations": [
@@ -338,10 +290,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git init",
     "~followup_annotations": [
@@ -357,10 +305,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git remote",
     "~followup_annotations": [
@@ -400,10 +344,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git init",
     "~followup_annotations": [
@@ -418,10 +358,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.remote set-url",
     "~followup_annotations": [
@@ -438,10 +374,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git config",
     "~followup_annotations": [
@@ -457,10 +389,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git fetch",
     "~followup_annotations": [
@@ -514,10 +442,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git fetch",
     "~followup_annotations": [
@@ -532,10 +456,6 @@
       "4b5e15daff8b54440e3fda451c318ad31e532fab"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git checkout",
     "~followup_annotations": [
@@ -549,10 +469,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git rev-parse",
     "~followup_annotations": [
@@ -568,10 +484,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git clean",
     "~followup_annotations": [
@@ -592,10 +504,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule sync",
     "~followup_annotations": [
@@ -610,10 +518,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/gcc_toolchain.expected/prod_linux_intel.json b/recipes/gcc_toolchain.expected/prod_linux_intel.json
index 7a074b4..697a4a1 100644
--- a/recipes/gcc_toolchain.expected/prod_linux_intel.json
+++ b/recipes/gcc_toolchain.expected/prod_linux_intel.json
@@ -61,10 +61,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git init",
     "~followup_annotations": [
@@ -80,10 +76,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git remote",
     "~followup_annotations": [
@@ -123,10 +115,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git init",
     "~followup_annotations": [
@@ -141,10 +129,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.remote set-url",
     "~followup_annotations": [
@@ -161,10 +145,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git config",
     "~followup_annotations": [
@@ -180,10 +160,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git fetch",
     "~followup_annotations": [
@@ -238,10 +214,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git fetch",
     "~followup_annotations": [
@@ -256,10 +228,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git checkout",
     "~followup_annotations": [
@@ -273,10 +241,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git rev-parse",
     "~followup_annotations": [
@@ -292,10 +256,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git clean",
     "~followup_annotations": [
@@ -316,10 +276,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule sync",
     "~followup_annotations": [
@@ -334,10 +290,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule update",
     "~followup_annotations": [
@@ -372,10 +324,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git init",
     "~followup_annotations": [
@@ -391,10 +339,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git remote",
     "~followup_annotations": [
@@ -434,10 +378,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git init",
     "~followup_annotations": [
@@ -452,10 +392,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.remote set-url",
     "~followup_annotations": [
@@ -472,10 +408,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git config",
     "~followup_annotations": [
@@ -491,10 +423,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git fetch",
     "~followup_annotations": [
@@ -548,10 +476,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git fetch",
     "~followup_annotations": [
@@ -566,10 +490,6 @@
       "4b5e15daff8b54440e3fda451c318ad31e532fab"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git checkout",
     "~followup_annotations": [
@@ -583,10 +503,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git rev-parse",
     "~followup_annotations": [
@@ -602,10 +518,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git clean",
     "~followup_annotations": [
@@ -626,10 +538,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule sync",
     "~followup_annotations": [
@@ -644,10 +552,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/gcc_toolchain.expected/prod_linux_intel_binutils_test_fail.json b/recipes/gcc_toolchain.expected/prod_linux_intel_binutils_test_fail.json
index 60bc2f6..1d196a2 100644
--- a/recipes/gcc_toolchain.expected/prod_linux_intel_binutils_test_fail.json
+++ b/recipes/gcc_toolchain.expected/prod_linux_intel_binutils_test_fail.json
@@ -61,10 +61,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git init",
     "~followup_annotations": [
@@ -80,10 +76,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git remote",
     "~followup_annotations": [
@@ -123,10 +115,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git init",
     "~followup_annotations": [
@@ -141,10 +129,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.remote set-url",
     "~followup_annotations": [
@@ -161,10 +145,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git config",
     "~followup_annotations": [
@@ -180,10 +160,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git fetch",
     "~followup_annotations": [
@@ -237,10 +213,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git fetch",
     "~followup_annotations": [
@@ -255,10 +227,6 @@
       "3d861fdb826c2f5cf270dd5f585d0e6057e1bf4f"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git checkout",
     "~followup_annotations": [
@@ -272,10 +240,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git rev-parse",
     "~followup_annotations": [
@@ -291,10 +255,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git clean",
     "~followup_annotations": [
@@ -315,10 +275,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule sync",
     "~followup_annotations": [
@@ -333,10 +289,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule update",
     "~followup_annotations": [
@@ -371,10 +323,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git init",
     "~followup_annotations": [
@@ -390,10 +338,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git remote",
     "~followup_annotations": [
@@ -433,10 +377,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git init",
     "~followup_annotations": [
@@ -451,10 +391,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.remote set-url",
     "~followup_annotations": [
@@ -471,10 +407,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git config",
     "~followup_annotations": [
@@ -490,10 +422,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git fetch",
     "~followup_annotations": [
@@ -548,10 +476,6 @@
       "releases/gcc-10"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git fetch",
     "~followup_annotations": [
@@ -566,10 +490,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git checkout",
     "~followup_annotations": [
@@ -583,10 +503,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git rev-parse",
     "~followup_annotations": [
@@ -602,10 +518,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git clean",
     "~followup_annotations": [
@@ -626,10 +538,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule sync",
     "~followup_annotations": [
@@ -644,10 +552,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/gcc_toolchain.expected/prod_linux_intel_binutils_test_fail999.json b/recipes/gcc_toolchain.expected/prod_linux_intel_binutils_test_fail999.json
index 60bc2f6..1d196a2 100644
--- a/recipes/gcc_toolchain.expected/prod_linux_intel_binutils_test_fail999.json
+++ b/recipes/gcc_toolchain.expected/prod_linux_intel_binutils_test_fail999.json
@@ -61,10 +61,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git init",
     "~followup_annotations": [
@@ -80,10 +76,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git remote",
     "~followup_annotations": [
@@ -123,10 +115,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git init",
     "~followup_annotations": [
@@ -141,10 +129,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.remote set-url",
     "~followup_annotations": [
@@ -161,10 +145,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git config",
     "~followup_annotations": [
@@ -180,10 +160,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git fetch",
     "~followup_annotations": [
@@ -237,10 +213,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git fetch",
     "~followup_annotations": [
@@ -255,10 +227,6 @@
       "3d861fdb826c2f5cf270dd5f585d0e6057e1bf4f"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git checkout",
     "~followup_annotations": [
@@ -272,10 +240,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git rev-parse",
     "~followup_annotations": [
@@ -291,10 +255,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git clean",
     "~followup_annotations": [
@@ -315,10 +275,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule sync",
     "~followup_annotations": [
@@ -333,10 +289,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule update",
     "~followup_annotations": [
@@ -371,10 +323,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git init",
     "~followup_annotations": [
@@ -390,10 +338,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git remote",
     "~followup_annotations": [
@@ -433,10 +377,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git init",
     "~followup_annotations": [
@@ -451,10 +391,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.remote set-url",
     "~followup_annotations": [
@@ -471,10 +407,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git config",
     "~followup_annotations": [
@@ -490,10 +422,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git fetch",
     "~followup_annotations": [
@@ -548,10 +476,6 @@
       "releases/gcc-10"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git fetch",
     "~followup_annotations": [
@@ -566,10 +490,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git checkout",
     "~followup_annotations": [
@@ -583,10 +503,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git rev-parse",
     "~followup_annotations": [
@@ -602,10 +518,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git clean",
     "~followup_annotations": [
@@ -626,10 +538,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule sync",
     "~followup_annotations": [
@@ -644,10 +552,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/gcc_toolchain.expected/prod_linux_intel_gcc_test_fail.json b/recipes/gcc_toolchain.expected/prod_linux_intel_gcc_test_fail.json
index 34330bb..54a2941 100644
--- a/recipes/gcc_toolchain.expected/prod_linux_intel_gcc_test_fail.json
+++ b/recipes/gcc_toolchain.expected/prod_linux_intel_gcc_test_fail.json
@@ -61,10 +61,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git init",
     "~followup_annotations": [
@@ -80,10 +76,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git remote",
     "~followup_annotations": [
@@ -123,10 +115,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git init",
     "~followup_annotations": [
@@ -141,10 +129,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.remote set-url",
     "~followup_annotations": [
@@ -161,10 +145,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git config",
     "~followup_annotations": [
@@ -180,10 +160,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git fetch",
     "~followup_annotations": [
@@ -238,10 +214,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git fetch",
     "~followup_annotations": [
@@ -256,10 +228,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git checkout",
     "~followup_annotations": [
@@ -273,10 +241,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git rev-parse",
     "~followup_annotations": [
@@ -292,10 +256,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git clean",
     "~followup_annotations": [
@@ -316,10 +276,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule sync",
     "~followup_annotations": [
@@ -334,10 +290,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule update",
     "~followup_annotations": [
@@ -372,10 +324,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git init",
     "~followup_annotations": [
@@ -391,10 +339,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git remote",
     "~followup_annotations": [
@@ -434,10 +378,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git init",
     "~followup_annotations": [
@@ -452,10 +392,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.remote set-url",
     "~followup_annotations": [
@@ -472,10 +408,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git config",
     "~followup_annotations": [
@@ -491,10 +423,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git fetch",
     "~followup_annotations": [
@@ -548,10 +476,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git fetch",
     "~followup_annotations": [
@@ -566,10 +490,6 @@
       "4b5e15daff8b54440e3fda451c318ad31e532fab"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git checkout",
     "~followup_annotations": [
@@ -583,10 +503,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git rev-parse",
     "~followup_annotations": [
@@ -602,10 +518,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git clean",
     "~followup_annotations": [
@@ -626,10 +538,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule sync",
     "~followup_annotations": [
@@ -644,10 +552,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/gcc_toolchain.expected/prod_linux_intel_gcc_test_fail999.json b/recipes/gcc_toolchain.expected/prod_linux_intel_gcc_test_fail999.json
index 34330bb..54a2941 100644
--- a/recipes/gcc_toolchain.expected/prod_linux_intel_gcc_test_fail999.json
+++ b/recipes/gcc_toolchain.expected/prod_linux_intel_gcc_test_fail999.json
@@ -61,10 +61,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git init",
     "~followup_annotations": [
@@ -80,10 +76,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git remote",
     "~followup_annotations": [
@@ -123,10 +115,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git init",
     "~followup_annotations": [
@@ -141,10 +129,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.remote set-url",
     "~followup_annotations": [
@@ -161,10 +145,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git config",
     "~followup_annotations": [
@@ -180,10 +160,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git fetch",
     "~followup_annotations": [
@@ -238,10 +214,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git fetch",
     "~followup_annotations": [
@@ -256,10 +228,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git checkout",
     "~followup_annotations": [
@@ -273,10 +241,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git rev-parse",
     "~followup_annotations": [
@@ -292,10 +256,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git clean",
     "~followup_annotations": [
@@ -316,10 +276,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule sync",
     "~followup_annotations": [
@@ -334,10 +290,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule update",
     "~followup_annotations": [
@@ -372,10 +324,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git init",
     "~followup_annotations": [
@@ -391,10 +339,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git remote",
     "~followup_annotations": [
@@ -434,10 +378,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git init",
     "~followup_annotations": [
@@ -452,10 +392,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.remote set-url",
     "~followup_annotations": [
@@ -472,10 +408,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git config",
     "~followup_annotations": [
@@ -491,10 +423,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git fetch",
     "~followup_annotations": [
@@ -548,10 +476,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git fetch",
     "~followup_annotations": [
@@ -566,10 +490,6 @@
       "4b5e15daff8b54440e3fda451c318ad31e532fab"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git checkout",
     "~followup_annotations": [
@@ -583,10 +503,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git rev-parse",
     "~followup_annotations": [
@@ -602,10 +518,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git clean",
     "~followup_annotations": [
@@ -626,10 +538,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule sync",
     "~followup_annotations": [
@@ -644,10 +552,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/gcc_toolchain.expected/prod_linux_intel_new.json b/recipes/gcc_toolchain.expected/prod_linux_intel_new.json
index 2a21c8d..3e24347 100644
--- a/recipes/gcc_toolchain.expected/prod_linux_intel_new.json
+++ b/recipes/gcc_toolchain.expected/prod_linux_intel_new.json
@@ -61,10 +61,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git init",
     "~followup_annotations": [
@@ -80,10 +76,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git remote",
     "~followup_annotations": [
@@ -123,10 +115,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git init",
     "~followup_annotations": [
@@ -141,10 +129,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.remote set-url",
     "~followup_annotations": [
@@ -161,10 +145,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git config",
     "~followup_annotations": [
@@ -180,10 +160,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git fetch",
     "~followup_annotations": [
@@ -238,10 +214,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git fetch",
     "~followup_annotations": [
@@ -256,10 +228,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git checkout",
     "~followup_annotations": [
@@ -273,10 +241,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git rev-parse",
     "~followup_annotations": [
@@ -292,10 +256,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git clean",
     "~followup_annotations": [
@@ -316,10 +276,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule sync",
     "~followup_annotations": [
@@ -334,10 +290,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule update",
     "~followup_annotations": [
@@ -372,10 +324,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git init",
     "~followup_annotations": [
@@ -391,10 +339,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git remote",
     "~followup_annotations": [
@@ -434,10 +378,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git init",
     "~followup_annotations": [
@@ -452,10 +392,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.remote set-url",
     "~followup_annotations": [
@@ -472,10 +408,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git config",
     "~followup_annotations": [
@@ -491,10 +423,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git fetch",
     "~followup_annotations": [
@@ -548,10 +476,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git fetch",
     "~followup_annotations": [
@@ -566,10 +490,6 @@
       "4b5e15daff8b54440e3fda451c318ad31e532fab"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git checkout",
     "~followup_annotations": [
@@ -583,10 +503,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git rev-parse",
     "~followup_annotations": [
@@ -602,10 +518,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git clean",
     "~followup_annotations": [
@@ -626,10 +538,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule sync",
     "~followup_annotations": [
@@ -644,10 +552,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/gcc_toolchain.expected/prod_linux_intel_new999.json b/recipes/gcc_toolchain.expected/prod_linux_intel_new999.json
index 2a21c8d..3e24347 100644
--- a/recipes/gcc_toolchain.expected/prod_linux_intel_new999.json
+++ b/recipes/gcc_toolchain.expected/prod_linux_intel_new999.json
@@ -61,10 +61,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git init",
     "~followup_annotations": [
@@ -80,10 +76,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git remote",
     "~followup_annotations": [
@@ -123,10 +115,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git init",
     "~followup_annotations": [
@@ -141,10 +129,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.remote set-url",
     "~followup_annotations": [
@@ -161,10 +145,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git config",
     "~followup_annotations": [
@@ -180,10 +160,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git fetch",
     "~followup_annotations": [
@@ -238,10 +214,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git fetch",
     "~followup_annotations": [
@@ -256,10 +228,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git checkout",
     "~followup_annotations": [
@@ -273,10 +241,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git rev-parse",
     "~followup_annotations": [
@@ -292,10 +256,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git clean",
     "~followup_annotations": [
@@ -316,10 +276,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule sync",
     "~followup_annotations": [
@@ -334,10 +290,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule update",
     "~followup_annotations": [
@@ -372,10 +324,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git init",
     "~followup_annotations": [
@@ -391,10 +339,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git remote",
     "~followup_annotations": [
@@ -434,10 +378,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git init",
     "~followup_annotations": [
@@ -452,10 +392,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.remote set-url",
     "~followup_annotations": [
@@ -472,10 +408,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git config",
     "~followup_annotations": [
@@ -491,10 +423,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git fetch",
     "~followup_annotations": [
@@ -548,10 +476,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git fetch",
     "~followup_annotations": [
@@ -566,10 +490,6 @@
       "4b5e15daff8b54440e3fda451c318ad31e532fab"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git checkout",
     "~followup_annotations": [
@@ -583,10 +503,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git rev-parse",
     "~followup_annotations": [
@@ -602,10 +518,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git clean",
     "~followup_annotations": [
@@ -626,10 +538,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule sync",
     "~followup_annotations": [
@@ -644,10 +552,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/gcc_toolchain.expected/prod_mac_intel.json b/recipes/gcc_toolchain.expected/prod_mac_intel.json
index b4c7ee9..b272ee6 100644
--- a/recipes/gcc_toolchain.expected/prod_mac_intel.json
+++ b/recipes/gcc_toolchain.expected/prod_mac_intel.json
@@ -61,10 +61,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git init",
     "~followup_annotations": [
@@ -80,10 +76,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git remote",
     "~followup_annotations": [
@@ -123,10 +115,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git init",
     "~followup_annotations": [
@@ -141,10 +129,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.remote set-url",
     "~followup_annotations": [
@@ -161,10 +145,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git config",
     "~followup_annotations": [
@@ -180,10 +160,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git fetch",
     "~followup_annotations": [
@@ -238,10 +214,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git fetch",
     "~followup_annotations": [
@@ -256,10 +228,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git checkout",
     "~followup_annotations": [
@@ -273,10 +241,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git rev-parse",
     "~followup_annotations": [
@@ -292,10 +256,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git clean",
     "~followup_annotations": [
@@ -316,10 +276,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule sync",
     "~followup_annotations": [
@@ -334,10 +290,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule update",
     "~followup_annotations": [
@@ -372,10 +324,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git init",
     "~followup_annotations": [
@@ -391,10 +339,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git remote",
     "~followup_annotations": [
@@ -434,10 +378,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git init",
     "~followup_annotations": [
@@ -452,10 +392,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.remote set-url",
     "~followup_annotations": [
@@ -472,10 +408,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git config",
     "~followup_annotations": [
@@ -491,10 +423,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git fetch",
     "~followup_annotations": [
@@ -548,10 +476,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git fetch",
     "~followup_annotations": [
@@ -566,10 +490,6 @@
       "4b5e15daff8b54440e3fda451c318ad31e532fab"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git checkout",
     "~followup_annotations": [
@@ -583,10 +503,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git rev-parse",
     "~followup_annotations": [
@@ -602,10 +518,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git clean",
     "~followup_annotations": [
@@ -626,10 +538,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule sync",
     "~followup_annotations": [
@@ -644,10 +552,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/gcc_toolchain.expected/prod_mac_intel_binutils_test_fail.json b/recipes/gcc_toolchain.expected/prod_mac_intel_binutils_test_fail.json
index 380f375..b5576dc 100644
--- a/recipes/gcc_toolchain.expected/prod_mac_intel_binutils_test_fail.json
+++ b/recipes/gcc_toolchain.expected/prod_mac_intel_binutils_test_fail.json
@@ -61,10 +61,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git init",
     "~followup_annotations": [
@@ -80,10 +76,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git remote",
     "~followup_annotations": [
@@ -123,10 +115,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git init",
     "~followup_annotations": [
@@ -141,10 +129,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.remote set-url",
     "~followup_annotations": [
@@ -161,10 +145,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git config",
     "~followup_annotations": [
@@ -180,10 +160,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git fetch",
     "~followup_annotations": [
@@ -237,10 +213,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git fetch",
     "~followup_annotations": [
@@ -255,10 +227,6 @@
       "3d861fdb826c2f5cf270dd5f585d0e6057e1bf4f"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git checkout",
     "~followup_annotations": [
@@ -272,10 +240,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git rev-parse",
     "~followup_annotations": [
@@ -291,10 +255,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git clean",
     "~followup_annotations": [
@@ -315,10 +275,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule sync",
     "~followup_annotations": [
@@ -333,10 +289,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule update",
     "~followup_annotations": [
@@ -371,10 +323,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git init",
     "~followup_annotations": [
@@ -390,10 +338,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git remote",
     "~followup_annotations": [
@@ -433,10 +377,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git init",
     "~followup_annotations": [
@@ -451,10 +391,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.remote set-url",
     "~followup_annotations": [
@@ -471,10 +407,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git config",
     "~followup_annotations": [
@@ -490,10 +422,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git fetch",
     "~followup_annotations": [
@@ -548,10 +476,6 @@
       "releases/gcc-10"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git fetch",
     "~followup_annotations": [
@@ -566,10 +490,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git checkout",
     "~followup_annotations": [
@@ -583,10 +503,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git rev-parse",
     "~followup_annotations": [
@@ -602,10 +518,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git clean",
     "~followup_annotations": [
@@ -626,10 +538,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule sync",
     "~followup_annotations": [
@@ -644,10 +552,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/gcc_toolchain.expected/prod_mac_intel_binutils_test_fail999.json b/recipes/gcc_toolchain.expected/prod_mac_intel_binutils_test_fail999.json
index 380f375..b5576dc 100644
--- a/recipes/gcc_toolchain.expected/prod_mac_intel_binutils_test_fail999.json
+++ b/recipes/gcc_toolchain.expected/prod_mac_intel_binutils_test_fail999.json
@@ -61,10 +61,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git init",
     "~followup_annotations": [
@@ -80,10 +76,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git remote",
     "~followup_annotations": [
@@ -123,10 +115,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git init",
     "~followup_annotations": [
@@ -141,10 +129,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.remote set-url",
     "~followup_annotations": [
@@ -161,10 +145,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git config",
     "~followup_annotations": [
@@ -180,10 +160,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git fetch",
     "~followup_annotations": [
@@ -237,10 +213,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git fetch",
     "~followup_annotations": [
@@ -255,10 +227,6 @@
       "3d861fdb826c2f5cf270dd5f585d0e6057e1bf4f"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git checkout",
     "~followup_annotations": [
@@ -272,10 +240,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git rev-parse",
     "~followup_annotations": [
@@ -291,10 +255,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git clean",
     "~followup_annotations": [
@@ -315,10 +275,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule sync",
     "~followup_annotations": [
@@ -333,10 +289,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule update",
     "~followup_annotations": [
@@ -371,10 +323,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git init",
     "~followup_annotations": [
@@ -390,10 +338,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git remote",
     "~followup_annotations": [
@@ -433,10 +377,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git init",
     "~followup_annotations": [
@@ -451,10 +391,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.remote set-url",
     "~followup_annotations": [
@@ -471,10 +407,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git config",
     "~followup_annotations": [
@@ -490,10 +422,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git fetch",
     "~followup_annotations": [
@@ -548,10 +476,6 @@
       "releases/gcc-10"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git fetch",
     "~followup_annotations": [
@@ -566,10 +490,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git checkout",
     "~followup_annotations": [
@@ -583,10 +503,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git rev-parse",
     "~followup_annotations": [
@@ -602,10 +518,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git clean",
     "~followup_annotations": [
@@ -626,10 +538,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule sync",
     "~followup_annotations": [
@@ -644,10 +552,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/gcc_toolchain.expected/prod_mac_intel_new.json b/recipes/gcc_toolchain.expected/prod_mac_intel_new.json
index 49ca862..fa7c9d0 100644
--- a/recipes/gcc_toolchain.expected/prod_mac_intel_new.json
+++ b/recipes/gcc_toolchain.expected/prod_mac_intel_new.json
@@ -61,10 +61,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git init",
     "~followup_annotations": [
@@ -80,10 +76,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git remote",
     "~followup_annotations": [
@@ -123,10 +115,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git init",
     "~followup_annotations": [
@@ -141,10 +129,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.remote set-url",
     "~followup_annotations": [
@@ -161,10 +145,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git config",
     "~followup_annotations": [
@@ -180,10 +160,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git fetch",
     "~followup_annotations": [
@@ -238,10 +214,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git fetch",
     "~followup_annotations": [
@@ -256,10 +228,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git checkout",
     "~followup_annotations": [
@@ -273,10 +241,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git rev-parse",
     "~followup_annotations": [
@@ -292,10 +256,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git clean",
     "~followup_annotations": [
@@ -316,10 +276,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule sync",
     "~followup_annotations": [
@@ -334,10 +290,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule update",
     "~followup_annotations": [
@@ -372,10 +324,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git init",
     "~followup_annotations": [
@@ -391,10 +339,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git remote",
     "~followup_annotations": [
@@ -434,10 +378,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git init",
     "~followup_annotations": [
@@ -452,10 +392,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.remote set-url",
     "~followup_annotations": [
@@ -472,10 +408,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git config",
     "~followup_annotations": [
@@ -491,10 +423,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git fetch",
     "~followup_annotations": [
@@ -548,10 +476,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git fetch",
     "~followup_annotations": [
@@ -566,10 +490,6 @@
       "4b5e15daff8b54440e3fda451c318ad31e532fab"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git checkout",
     "~followup_annotations": [
@@ -583,10 +503,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git rev-parse",
     "~followup_annotations": [
@@ -602,10 +518,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git clean",
     "~followup_annotations": [
@@ -626,10 +538,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule sync",
     "~followup_annotations": [
@@ -644,10 +552,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/gcc_toolchain.expected/prod_mac_intel_new999.json b/recipes/gcc_toolchain.expected/prod_mac_intel_new999.json
index 49ca862..fa7c9d0 100644
--- a/recipes/gcc_toolchain.expected/prod_mac_intel_new999.json
+++ b/recipes/gcc_toolchain.expected/prod_mac_intel_new999.json
@@ -61,10 +61,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git init",
     "~followup_annotations": [
@@ -80,10 +76,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git remote",
     "~followup_annotations": [
@@ -123,10 +115,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git init",
     "~followup_annotations": [
@@ -141,10 +129,6 @@
       "https://gnu.googlesource.com/binutils-gdb"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.remote set-url",
     "~followup_annotations": [
@@ -161,10 +145,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git config",
     "~followup_annotations": [
@@ -180,10 +160,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-binutils--gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.cache.git fetch",
     "~followup_annotations": [
@@ -238,10 +214,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git fetch",
     "~followup_annotations": [
@@ -256,10 +228,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git checkout",
     "~followup_annotations": [
@@ -273,10 +241,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git rev-parse",
     "~followup_annotations": [
@@ -292,10 +256,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.git clean",
     "~followup_annotations": [
@@ -316,10 +276,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule sync",
     "~followup_annotations": [
@@ -334,10 +290,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/binutils-gdb",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "binutils-gdb.submodule.git submodule update",
     "~followup_annotations": [
@@ -372,10 +324,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git init",
     "~followup_annotations": [
@@ -391,10 +339,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git remote",
     "~followup_annotations": [
@@ -434,10 +378,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git init",
     "~followup_annotations": [
@@ -452,10 +392,6 @@
       "https://gnu.googlesource.com/gcc"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.remote set-url",
     "~followup_annotations": [
@@ -472,10 +408,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git config",
     "~followup_annotations": [
@@ -491,10 +423,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/gnu.googlesource.com-gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.cache.git fetch",
     "~followup_annotations": [
@@ -548,10 +476,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git fetch",
     "~followup_annotations": [
@@ -566,10 +490,6 @@
       "4b5e15daff8b54440e3fda451c318ad31e532fab"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git checkout",
     "~followup_annotations": [
@@ -583,10 +503,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git rev-parse",
     "~followup_annotations": [
@@ -602,10 +518,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.git clean",
     "~followup_annotations": [
@@ -626,10 +538,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule sync",
     "~followup_annotations": [
@@ -644,10 +552,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/gcc",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "gcc.submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/go_toolchain.expected/linux-amd64.json b/recipes/go_toolchain.expected/linux-amd64.json
index 7d89675..f595354 100644
--- a/recipes/go_toolchain.expected/linux-amd64.json
+++ b/recipes/go_toolchain.expected/linux-amd64.json
@@ -20,10 +20,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -35,10 +31,6 @@
       "https://fuchsia.googlesource.com/third_party/go"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -71,10 +63,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -88,10 +76,6 @@
       "https://fuchsia.googlesource.com/third_party/go"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -107,10 +91,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -125,10 +105,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -182,10 +158,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -196,10 +168,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -209,10 +177,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -224,10 +188,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -241,10 +201,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -258,10 +214,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipes/go_toolchain.expected/linux-amd64_cq.json b/recipes/go_toolchain.expected/linux-amd64_cq.json
index 9ae01b5..df3616f 100644
--- a/recipes/go_toolchain.expected/linux-amd64_cq.json
+++ b/recipes/go_toolchain.expected/linux-amd64_cq.json
@@ -27,10 +27,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/garnet",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch master.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -45,10 +41,6 @@
       "https://fuchsia.googlesource.com/garnet"
     ],
     "cwd": "[START_DIR]/garnet",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch master.git remote",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -87,10 +79,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-garnet",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch master.cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -104,10 +92,6 @@
       "https://fuchsia.googlesource.com/garnet"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-garnet",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch master.cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -123,10 +107,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-garnet",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch master.cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -141,10 +121,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-garnet",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch master.cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -198,10 +174,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/garnet",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch master.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -215,10 +187,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/garnet",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch master.git checkout",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -231,10 +199,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/garnet",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch master.git rev-parse",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -249,10 +213,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/garnet",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch master.git clean",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -272,10 +232,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/garnet",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch master.submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -289,10 +245,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/garnet",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch master.submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -319,10 +271,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -334,10 +282,6 @@
       "https://fuchsia.googlesource.com/garnet"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -370,10 +314,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-garnet",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -387,10 +327,6 @@
       "https://fuchsia.googlesource.com/garnet"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-garnet",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -406,10 +342,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-garnet",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -424,10 +356,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-garnet",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -481,10 +409,6 @@
       "refs/changes/56/123456/7"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -495,10 +419,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -508,10 +428,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -523,10 +439,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -540,10 +452,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -557,10 +465,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -574,10 +478,6 @@
       "deadbeef"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rebase"
   },
   {
diff --git a/recipes/go_toolchain.expected/linux-amd64_new.json b/recipes/go_toolchain.expected/linux-amd64_new.json
index 6954310..0282d8a 100644
--- a/recipes/go_toolchain.expected/linux-amd64_new.json
+++ b/recipes/go_toolchain.expected/linux-amd64_new.json
@@ -20,10 +20,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -35,10 +31,6 @@
       "https://fuchsia.googlesource.com/third_party/go"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -71,10 +63,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -88,10 +76,6 @@
       "https://fuchsia.googlesource.com/third_party/go"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -107,10 +91,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -125,10 +105,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -182,10 +158,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -196,10 +168,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -209,10 +177,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -224,10 +188,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -241,10 +201,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -258,10 +214,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipes/go_toolchain.expected/linux-arm64.json b/recipes/go_toolchain.expected/linux-arm64.json
index 5a28a3a..54bd7bd 100644
--- a/recipes/go_toolchain.expected/linux-arm64.json
+++ b/recipes/go_toolchain.expected/linux-arm64.json
@@ -20,10 +20,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -35,10 +31,6 @@
       "https://fuchsia.googlesource.com/third_party/go"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -71,10 +63,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -88,10 +76,6 @@
       "https://fuchsia.googlesource.com/third_party/go"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -107,10 +91,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -125,10 +105,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -182,10 +158,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -196,10 +168,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -209,10 +177,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -224,10 +188,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -241,10 +201,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -258,10 +214,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipes/go_toolchain.expected/linux-arm64_cq.json b/recipes/go_toolchain.expected/linux-arm64_cq.json
index 39294ae..4fa5b9b 100644
--- a/recipes/go_toolchain.expected/linux-arm64_cq.json
+++ b/recipes/go_toolchain.expected/linux-arm64_cq.json
@@ -27,10 +27,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/garnet",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch master.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -45,10 +41,6 @@
       "https://fuchsia.googlesource.com/garnet"
     ],
     "cwd": "[START_DIR]/garnet",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch master.git remote",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -87,10 +79,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-garnet",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch master.cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -104,10 +92,6 @@
       "https://fuchsia.googlesource.com/garnet"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-garnet",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch master.cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -123,10 +107,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-garnet",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch master.cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -141,10 +121,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-garnet",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch master.cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -198,10 +174,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/garnet",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch master.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -215,10 +187,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/garnet",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch master.git checkout",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -231,10 +199,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/garnet",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch master.git rev-parse",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -249,10 +213,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/garnet",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch master.git clean",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -272,10 +232,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/garnet",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch master.submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -289,10 +245,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/garnet",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch master.submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -319,10 +271,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -334,10 +282,6 @@
       "https://fuchsia.googlesource.com/garnet"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -370,10 +314,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-garnet",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -387,10 +327,6 @@
       "https://fuchsia.googlesource.com/garnet"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-garnet",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -406,10 +342,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-garnet",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -424,10 +356,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-garnet",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -481,10 +409,6 @@
       "refs/changes/56/123456/7"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -495,10 +419,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -508,10 +428,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -523,10 +439,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -540,10 +452,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -557,10 +465,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -574,10 +478,6 @@
       "deadbeef"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rebase"
   },
   {
diff --git a/recipes/go_toolchain.expected/linux-arm64_new.json b/recipes/go_toolchain.expected/linux-arm64_new.json
index b0b99d6..7b61a2a 100644
--- a/recipes/go_toolchain.expected/linux-arm64_new.json
+++ b/recipes/go_toolchain.expected/linux-arm64_new.json
@@ -20,10 +20,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -35,10 +31,6 @@
       "https://fuchsia.googlesource.com/third_party/go"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -71,10 +63,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -88,10 +76,6 @@
       "https://fuchsia.googlesource.com/third_party/go"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -107,10 +91,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -125,10 +105,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -182,10 +158,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -196,10 +168,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -209,10 +177,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -224,10 +188,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -241,10 +201,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -258,10 +214,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipes/go_toolchain.expected/mac-amd64.json b/recipes/go_toolchain.expected/mac-amd64.json
index 4679d0d..36fbe45 100644
--- a/recipes/go_toolchain.expected/mac-amd64.json
+++ b/recipes/go_toolchain.expected/mac-amd64.json
@@ -20,10 +20,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -35,10 +31,6 @@
       "https://fuchsia.googlesource.com/third_party/go"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -71,10 +63,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -88,10 +76,6 @@
       "https://fuchsia.googlesource.com/third_party/go"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -107,10 +91,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -125,10 +105,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -182,10 +158,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -196,10 +168,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -209,10 +177,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -224,10 +188,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -241,10 +201,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -258,10 +214,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipes/go_toolchain.expected/mac-amd64_cq.json b/recipes/go_toolchain.expected/mac-amd64_cq.json
index 86912c8..7b2419e 100644
--- a/recipes/go_toolchain.expected/mac-amd64_cq.json
+++ b/recipes/go_toolchain.expected/mac-amd64_cq.json
@@ -27,10 +27,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/garnet",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch master.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -45,10 +41,6 @@
       "https://fuchsia.googlesource.com/garnet"
     ],
     "cwd": "[START_DIR]/garnet",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch master.git remote",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -87,10 +79,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-garnet",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch master.cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -104,10 +92,6 @@
       "https://fuchsia.googlesource.com/garnet"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-garnet",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch master.cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -123,10 +107,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-garnet",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch master.cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -141,10 +121,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-garnet",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch master.cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -198,10 +174,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/garnet",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch master.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -215,10 +187,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/garnet",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch master.git checkout",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -231,10 +199,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/garnet",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch master.git rev-parse",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -249,10 +213,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/garnet",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch master.git clean",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -272,10 +232,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/garnet",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch master.submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -289,10 +245,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/garnet",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "fetch master.submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@2@@@"
@@ -319,10 +271,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -334,10 +282,6 @@
       "https://fuchsia.googlesource.com/garnet"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -370,10 +314,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-garnet",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -387,10 +327,6 @@
       "https://fuchsia.googlesource.com/garnet"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-garnet",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -406,10 +342,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-garnet",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -424,10 +356,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-garnet",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -481,10 +409,6 @@
       "refs/changes/56/123456/7"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -495,10 +419,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -508,10 +428,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -523,10 +439,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -540,10 +452,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -557,10 +465,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -574,10 +478,6 @@
       "deadbeef"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rebase"
   },
   {
diff --git a/recipes/go_toolchain.expected/mac-amd64_new.json b/recipes/go_toolchain.expected/mac-amd64_new.json
index 6ff2543..9a7e9c3 100644
--- a/recipes/go_toolchain.expected/mac-amd64_new.json
+++ b/recipes/go_toolchain.expected/mac-amd64_new.json
@@ -20,10 +20,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -35,10 +31,6 @@
       "https://fuchsia.googlesource.com/third_party/go"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -71,10 +63,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -88,10 +76,6 @@
       "https://fuchsia.googlesource.com/third_party/go"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -107,10 +91,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -125,10 +105,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -182,10 +158,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -196,10 +168,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -209,10 +177,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -224,10 +188,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -241,10 +201,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -258,10 +214,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/go",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipes/goma_client.expected/default.json b/recipes/goma_client.expected/default.json
index 22e553a..5c91b9a 100644
--- a/recipes/goma_client.expected/default.json
+++ b/recipes/goma_client.expected/default.json
@@ -59,10 +59,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "fetch gclient.git init",
     "~followup_annotations": [
@@ -78,10 +74,6 @@
       "https://chromium.googlesource.com/chromium/tools/depot_tools.git"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "fetch gclient.git remote",
     "~followup_annotations": [
@@ -121,10 +113,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-chromium-tools-depot_tools.git",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "fetch gclient.cache.git init",
     "~followup_annotations": [
@@ -139,10 +127,6 @@
       "https://chromium.googlesource.com/chromium/tools/depot_tools.git"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-chromium-tools-depot_tools.git",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "fetch gclient.cache.remote set-url",
     "~followup_annotations": [
@@ -159,10 +143,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-chromium-tools-depot_tools.git",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "fetch gclient.cache.git config",
     "~followup_annotations": [
@@ -178,10 +158,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-chromium-tools-depot_tools.git",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "fetch gclient.cache.git fetch",
     "~followup_annotations": [
@@ -236,10 +212,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "fetch gclient.git fetch",
     "~followup_annotations": [
@@ -254,10 +226,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "fetch gclient.git checkout",
     "~followup_annotations": [
@@ -271,10 +239,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "fetch gclient.git rev-parse",
     "~followup_annotations": [
@@ -290,10 +254,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "fetch gclient.git clean",
     "~followup_annotations": [
@@ -314,10 +274,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "fetch gclient.submodule.git submodule sync",
     "~followup_annotations": [
@@ -332,10 +288,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "fetch gclient.submodule.git submodule update",
     "~followup_annotations": [
@@ -409,10 +361,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/goma/client",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "env_prefixes": {
       "PATH": [
         "[START_DIR]/depot_tools"
@@ -431,10 +379,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/goma/client",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "env_prefixes": {
       "PATH": [
         "[START_DIR]/depot_tools"
diff --git a/recipes/goma_client.expected/default_with_buildset.json b/recipes/goma_client.expected/default_with_buildset.json
index 6d26a74..d75707a 100644
--- a/recipes/goma_client.expected/default_with_buildset.json
+++ b/recipes/goma_client.expected/default_with_buildset.json
@@ -59,10 +59,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "fetch gclient.git init",
     "~followup_annotations": [
@@ -78,10 +74,6 @@
       "https://chromium.googlesource.com/chromium/tools/depot_tools.git"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "fetch gclient.git remote",
     "~followup_annotations": [
@@ -121,10 +113,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-chromium-tools-depot_tools.git",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "fetch gclient.cache.git init",
     "~followup_annotations": [
@@ -139,10 +127,6 @@
       "https://chromium.googlesource.com/chromium/tools/depot_tools.git"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-chromium-tools-depot_tools.git",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "fetch gclient.cache.remote set-url",
     "~followup_annotations": [
@@ -159,10 +143,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-chromium-tools-depot_tools.git",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "fetch gclient.cache.git config",
     "~followup_annotations": [
@@ -178,10 +158,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-chromium-tools-depot_tools.git",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "fetch gclient.cache.git fetch",
     "~followup_annotations": [
@@ -236,10 +212,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "fetch gclient.git fetch",
     "~followup_annotations": [
@@ -254,10 +226,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "fetch gclient.git checkout",
     "~followup_annotations": [
@@ -271,10 +239,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "fetch gclient.git rev-parse",
     "~followup_annotations": [
@@ -290,10 +254,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "fetch gclient.git clean",
     "~followup_annotations": [
@@ -314,10 +274,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "fetch gclient.submodule.git submodule sync",
     "~followup_annotations": [
@@ -332,10 +288,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "fetch gclient.submodule.git submodule update",
     "~followup_annotations": [
@@ -409,10 +361,6 @@
       "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
     ],
     "cwd": "[START_DIR]/goma/client",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "env_prefixes": {
       "PATH": [
         "[START_DIR]/depot_tools"
@@ -431,10 +379,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/goma/client",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "env_prefixes": {
       "PATH": [
         "[START_DIR]/depot_tools"
diff --git a/recipes/goma_client.expected/dry_run.json b/recipes/goma_client.expected/dry_run.json
index e14d240..a6a96a5 100644
--- a/recipes/goma_client.expected/dry_run.json
+++ b/recipes/goma_client.expected/dry_run.json
@@ -59,10 +59,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "fetch gclient.git init",
     "~followup_annotations": [
@@ -78,10 +74,6 @@
       "https://chromium.googlesource.com/chromium/tools/depot_tools.git"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "fetch gclient.git remote",
     "~followup_annotations": [
@@ -121,10 +113,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-chromium-tools-depot_tools.git",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "fetch gclient.cache.git init",
     "~followup_annotations": [
@@ -139,10 +127,6 @@
       "https://chromium.googlesource.com/chromium/tools/depot_tools.git"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-chromium-tools-depot_tools.git",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "fetch gclient.cache.remote set-url",
     "~followup_annotations": [
@@ -159,10 +143,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-chromium-tools-depot_tools.git",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "fetch gclient.cache.git config",
     "~followup_annotations": [
@@ -178,10 +158,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-chromium-tools-depot_tools.git",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "fetch gclient.cache.git fetch",
     "~followup_annotations": [
@@ -236,10 +212,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "fetch gclient.git fetch",
     "~followup_annotations": [
@@ -254,10 +226,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "fetch gclient.git checkout",
     "~followup_annotations": [
@@ -271,10 +239,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "fetch gclient.git rev-parse",
     "~followup_annotations": [
@@ -290,10 +254,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "fetch gclient.git clean",
     "~followup_annotations": [
@@ -314,10 +274,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "fetch gclient.submodule.git submodule sync",
     "~followup_annotations": [
@@ -332,10 +288,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/depot_tools",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "fetch gclient.submodule.git submodule update",
     "~followup_annotations": [
@@ -409,10 +361,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/goma/client",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "env_prefixes": {
       "PATH": [
         "[START_DIR]/depot_tools"
@@ -431,10 +379,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/goma/client",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "env_prefixes": {
       "PATH": [
         "[START_DIR]/depot_tools"
diff --git a/recipes/goma_gcp_configurator.expected/change id collision.json b/recipes/goma_gcp_configurator.expected/change id collision.json
index 25e9be3..56fa1ce 100644
--- a/recipes/goma_gcp_configurator.expected/change id collision.json
+++ b/recipes/goma_gcp_configurator.expected/change id collision.json
@@ -20,10 +20,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -35,10 +31,6 @@
       "https://fuchsia.googlesource.com/infra/config"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -50,10 +42,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -64,10 +52,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -77,10 +61,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -92,10 +72,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -1258,10 +1234,6 @@
       "--intent-to-add"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git add"
   },
   {
@@ -1270,10 +1242,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -1283,10 +1251,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git hash-object"
   },
   {
@@ -1296,10 +1260,6 @@
       "-A"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git add (2)"
   },
   {
@@ -1310,10 +1270,6 @@
       "[goma] Update config for goma-fuchsia/rbe-dev:\n\nUsing gomatools tag: latest\n\nExempt-From-Owner-Approval: Roller.\n\nChange-Id: Iabc123\n"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -1336,10 +1292,6 @@
       "HEAD:refs/for/master"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push",
     "~followup_annotations": [
       "@@@STEP_TEXT@<br/>Change is identical to a previous CL@@@",
diff --git a/recipes/goma_gcp_configurator.expected/default.json b/recipes/goma_gcp_configurator.expected/default.json
index 5c0e2e1..e390cfe 100644
--- a/recipes/goma_gcp_configurator.expected/default.json
+++ b/recipes/goma_gcp_configurator.expected/default.json
@@ -20,10 +20,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -35,10 +31,6 @@
       "https://fuchsia.googlesource.com/infra/config"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -50,10 +42,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -64,10 +52,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -77,10 +61,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -92,10 +72,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -1258,10 +1234,6 @@
       "--intent-to-add"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git add"
   },
   {
@@ -1270,10 +1242,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -1283,10 +1251,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git hash-object"
   },
   {
@@ -1296,10 +1260,6 @@
       "-A"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git add (2)"
   },
   {
@@ -1310,10 +1270,6 @@
       "[goma] Update config for goma-fuchsia/rbe-dev:\n\nUsing gomatools tag: latest\n\nExempt-From-Owner-Approval: Roller.\n\nChange-Id: Iabc123\n"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -1336,10 +1292,6 @@
       "HEAD:refs/for/master"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push"
   },
   {
diff --git a/recipes/goma_gcp_configurator.expected/dry_run.json b/recipes/goma_gcp_configurator.expected/dry_run.json
index a894358..2b2bd0a 100644
--- a/recipes/goma_gcp_configurator.expected/dry_run.json
+++ b/recipes/goma_gcp_configurator.expected/dry_run.json
@@ -20,10 +20,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -35,10 +31,6 @@
       "https://fuchsia.googlesource.com/infra/config"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -50,10 +42,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -64,10 +52,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -77,10 +61,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -92,10 +72,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -1258,10 +1234,6 @@
       "--intent-to-add"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git add"
   },
   {
@@ -1270,10 +1242,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -1283,10 +1251,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git hash-object"
   },
   {
@@ -1296,10 +1260,6 @@
       "-A"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git add (2)"
   },
   {
@@ -1310,10 +1270,6 @@
       "[goma] Update config for goma-fuchsia/rbe-dev:\n\nUsing gomatools tag: latest\n\nExempt-From-Owner-Approval: Roller.\n\nChange-Id: Iabc123\n"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -1336,10 +1292,6 @@
       "HEAD:refs/for/master"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push"
   },
   {
diff --git a/recipes/goma_gcp_deployer.expected/default service account.json b/recipes/goma_gcp_deployer.expected/default service account.json
index ed64b4e..161b303 100644
--- a/recipes/goma_gcp_deployer.expected/default service account.json
+++ b/recipes/goma_gcp_deployer.expected/default service account.json
@@ -97,10 +97,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -112,10 +108,6 @@
       "https://fuchsia.googlesource.com/infra/config"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -127,10 +119,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -141,10 +129,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -154,10 +138,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -169,10 +149,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
diff --git a/recipes/goma_gcp_deployer.expected/default.json b/recipes/goma_gcp_deployer.expected/default.json
index ed64b4e..161b303 100644
--- a/recipes/goma_gcp_deployer.expected/default.json
+++ b/recipes/goma_gcp_deployer.expected/default.json
@@ -97,10 +97,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -112,10 +108,6 @@
       "https://fuchsia.googlesource.com/infra/config"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -127,10 +119,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -141,10 +129,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -154,10 +138,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -169,10 +149,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
diff --git a/recipes/goma_gcp_deployer.expected/deploy ssl.json b/recipes/goma_gcp_deployer.expected/deploy ssl.json
index 19776e6..82dc42a 100644
--- a/recipes/goma_gcp_deployer.expected/deploy ssl.json
+++ b/recipes/goma_gcp_deployer.expected/deploy ssl.json
@@ -97,10 +97,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -112,10 +108,6 @@
       "https://fuchsia.googlesource.com/infra/config"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -127,10 +119,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -141,10 +129,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -154,10 +138,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -169,10 +149,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
diff --git a/recipes/goma_gcp_deployer.expected/force update.json b/recipes/goma_gcp_deployer.expected/force update.json
index ed64b4e..161b303 100644
--- a/recipes/goma_gcp_deployer.expected/force update.json
+++ b/recipes/goma_gcp_deployer.expected/force update.json
@@ -97,10 +97,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -112,10 +108,6 @@
       "https://fuchsia.googlesource.com/infra/config"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -127,10 +119,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -141,10 +129,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -154,10 +138,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -169,10 +149,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/config",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
diff --git a/recipes/gomatools_builder.expected/default.json b/recipes/gomatools_builder.expected/default.json
index b5b6e8e..726f5cd 100644
--- a/recipes/gomatools_builder.expected/default.json
+++ b/recipes/gomatools_builder.expected/default.json
@@ -48,10 +48,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/go/src/go.chromium.org/goma/server",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -63,10 +59,6 @@
       "https://chromium.googlesource.com/infra/goma/server"
     ],
     "cwd": "[START_DIR]/go/src/go.chromium.org/goma/server",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -99,10 +91,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-infra-goma-server",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -116,10 +104,6 @@
       "https://chromium.googlesource.com/infra/goma/server"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-infra-goma-server",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -135,10 +119,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-infra-goma-server",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -153,10 +133,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-infra-goma-server",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -210,10 +186,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/go/src/go.chromium.org/goma/server",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -224,10 +196,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/go/src/go.chromium.org/goma/server",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -237,10 +205,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/go/src/go.chromium.org/goma/server",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -252,10 +216,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/go/src/go.chromium.org/goma/server",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -269,10 +229,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/go/src/go.chromium.org/goma/server",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -286,10 +242,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/go/src/go.chromium.org/goma/server",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipes/gomatools_builder.expected/dry run off.json b/recipes/gomatools_builder.expected/dry run off.json
index 43104ee..7f050c8 100644
--- a/recipes/gomatools_builder.expected/dry run off.json
+++ b/recipes/gomatools_builder.expected/dry run off.json
@@ -48,10 +48,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/go/src/go.chromium.org/goma/server",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -63,10 +59,6 @@
       "https://chromium.googlesource.com/infra/goma/server"
     ],
     "cwd": "[START_DIR]/go/src/go.chromium.org/goma/server",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -99,10 +91,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-infra-goma-server",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -116,10 +104,6 @@
       "https://chromium.googlesource.com/infra/goma/server"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-infra-goma-server",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -135,10 +119,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-infra-goma-server",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -153,10 +133,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/chromium.googlesource.com-infra-goma-server",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -210,10 +186,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/go/src/go.chromium.org/goma/server",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -224,10 +196,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/go/src/go.chromium.org/goma/server",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -237,10 +205,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/go/src/go.chromium.org/goma/server",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -252,10 +216,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/go/src/go.chromium.org/goma/server",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -269,10 +229,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/go/src/go.chromium.org/goma/server",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -286,10 +242,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/go/src/go.chromium.org/goma/server",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipes/jiri.expected/ci.json b/recipes/jiri.expected/ci.json
index 8eb07be..e21ef32 100644
--- a/recipes/jiri.expected/ci.json
+++ b/recipes/jiri.expected/ci.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri init",
     "~followup_annotations": [
@@ -95,10 +91,6 @@
       "jiri",
       "https://fuchsia.googlesource.com/manifest"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri import",
     "~followup_annotations": [
@@ -116,10 +108,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri update",
     "~followup_annotations": [
@@ -135,10 +123,6 @@
       "-j=16",
       "-attempts=3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
@@ -154,10 +138,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
@@ -186,10 +166,6 @@
       "/path/to/tmp/json",
       "jiri"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri project",
     "~followup_annotations": [
diff --git a/recipes/jiri.expected/ci_new.json b/recipes/jiri.expected/ci_new.json
index 70ed8c1..aff8137 100644
--- a/recipes/jiri.expected/ci_new.json
+++ b/recipes/jiri.expected/ci_new.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri init",
     "~followup_annotations": [
@@ -95,10 +91,6 @@
       "jiri",
       "https://fuchsia.googlesource.com/manifest"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri import",
     "~followup_annotations": [
@@ -116,10 +108,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri update",
     "~followup_annotations": [
@@ -135,10 +123,6 @@
       "-j=16",
       "-attempts=3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
@@ -154,10 +138,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
@@ -186,10 +166,6 @@
       "/path/to/tmp/json",
       "jiri"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri project",
     "~followup_annotations": [
diff --git a/recipes/jiri.expected/cq_try.json b/recipes/jiri.expected/cq_try.json
index ce17905..6896331 100644
--- a/recipes/jiri.expected/cq_try.json
+++ b/recipes/jiri.expected/cq_try.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri init",
     "~followup_annotations": [
@@ -185,10 +181,6 @@
       "jiri",
       "https://fuchsia.googlesource.com/manifest"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri import",
     "~followup_annotations": [
@@ -207,10 +199,6 @@
       "-run-hooks=false",
       "-fetch-packages=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri update",
     "~followup_annotations": [
@@ -231,10 +219,6 @@
       "-rebase=true",
       "refs/changes/00/100/7"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -255,10 +239,6 @@
       "-run-hooks=false",
       "-fetch-packages=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update (2)",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -275,10 +255,6 @@
       "/path/to/tmp/json",
       "jiri"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -307,10 +283,6 @@
       "-n",
       "10"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.git log",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -326,10 +298,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
@@ -346,10 +314,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri fetch-packages",
     "~followup_annotations": [
@@ -365,10 +329,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
@@ -397,10 +357,6 @@
       "/path/to/tmp/json",
       "jiri"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri project",
     "~followup_annotations": [
diff --git a/recipes/licenses.expected/default_ci.json b/recipes/licenses.expected/default_ci.json
index 5bc2707..d35099e 100644
--- a/recipes/licenses.expected/default_ci.json
+++ b/recipes/licenses.expected/default_ci.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -94,10 +90,6 @@
       "fuchsia",
       "https://fuchsia.googlesource.com/manifest"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -115,10 +107,6 @@
       "topaz",
       "https://fuchsia.googlesource.com/topaz"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri override",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -135,10 +123,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -154,10 +138,6 @@
       "-j=16",
       "-attempts=3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -172,10 +152,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -201,10 +177,6 @@
       "-j=16",
       "[CLEANUP]/jiri.snapshot"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
diff --git a/recipes/licenses.expected/default_cq.json b/recipes/licenses.expected/default_cq.json
index 5cc9f0c..4a8bd86 100644
--- a/recipes/licenses.expected/default_cq.json
+++ b/recipes/licenses.expected/default_cq.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -183,10 +179,6 @@
       "fuchsia",
       "https://fuchsia.googlesource.com/manifest"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -204,10 +196,6 @@
       "-run-hooks=false",
       "-fetch-packages=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -228,10 +216,6 @@
       "-rebase=true",
       "refs/changes/00/100/7"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -248,10 +232,6 @@
       "/path/to/tmp/json",
       "topaz"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -280,10 +260,6 @@
       "-n",
       "10"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.git log",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -299,10 +275,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -318,10 +290,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri fetch-packages",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -336,10 +304,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -365,10 +329,6 @@
       "-j=16",
       "[CLEANUP]/jiri.snapshot"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
diff --git a/recipes/linux_sysroot.expected/basic.json b/recipes/linux_sysroot.expected/basic.json
index 8ee0e43..0b2e4e6 100644
--- a/recipes/linux_sysroot.expected/basic.json
+++ b/recipes/linux_sysroot.expected/basic.json
@@ -78,10 +78,6 @@
       "[CACHE]/git",
       "[START_DIR]/linux_sysroot"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.checkout.jiri init",
     "~followup_annotations": [
@@ -103,10 +99,6 @@
       "https://fuchsia.googlesource.com"
     ],
     "cwd": "[START_DIR]/linux_sysroot",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.checkout.jiri import",
     "~followup_annotations": [
@@ -126,10 +118,6 @@
       "https://fuchsia.googlesource.com/fuchsia"
     ],
     "cwd": "[START_DIR]/linux_sysroot",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.checkout.jiri override",
     "~followup_annotations": [
@@ -148,10 +136,6 @@
       "-run-hooks=false"
     ],
     "cwd": "[START_DIR]/linux_sysroot",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.checkout.jiri update",
     "timeout": 1800,
@@ -169,10 +153,6 @@
       "-attempts=3"
     ],
     "cwd": "[START_DIR]/linux_sysroot",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.checkout.jiri run-hooks",
     "~followup_annotations": [
@@ -189,10 +169,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/linux_sysroot",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.checkout.jiri source-manifest",
     "~followup_annotations": [
@@ -220,10 +196,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/linux_sysroot",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.checkout.jiri snapshot",
     "~followup_annotations": [
diff --git a/recipes/llvm.expected/fuchsia_existing_pkg.json b/recipes/llvm.expected/fuchsia_existing_pkg.json
index 2d129a8..76e1003 100644
--- a/recipes/llvm.expected/fuchsia_existing_pkg.json
+++ b/recipes/llvm.expected/fuchsia_existing_pkg.json
@@ -117,10 +117,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git init"
   },
@@ -133,10 +129,6 @@
       "https://fuchsia.googlesource.com/third_party/llvm-project"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git remote"
   },
@@ -170,10 +162,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git init",
     "~followup_annotations": [
@@ -188,10 +176,6 @@
       "https://fuchsia.googlesource.com/third_party/llvm-project"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.remote set-url",
     "~followup_annotations": [
@@ -208,10 +192,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git config",
     "~followup_annotations": [
@@ -227,10 +207,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git fetch",
     "~followup_annotations": [
@@ -284,10 +260,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git fetch"
   },
@@ -299,10 +271,6 @@
       "75b05681239cb309a23fcb4f8864f177e5aa62da"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git checkout"
   },
@@ -313,10 +281,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git rev-parse"
   },
@@ -329,10 +293,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git clean"
   },
@@ -347,10 +307,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
@@ -365,10 +321,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/llvm.expected/fuchsia_new_revision.json b/recipes/llvm.expected/fuchsia_new_revision.json
index dcc636f..962462b 100644
--- a/recipes/llvm.expected/fuchsia_new_revision.json
+++ b/recipes/llvm.expected/fuchsia_new_revision.json
@@ -117,10 +117,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git init"
   },
@@ -133,10 +129,6 @@
       "https://fuchsia.googlesource.com/third_party/llvm-project"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git remote"
   },
@@ -170,10 +162,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git init",
     "~followup_annotations": [
@@ -188,10 +176,6 @@
       "https://fuchsia.googlesource.com/third_party/llvm-project"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.remote set-url",
     "~followup_annotations": [
@@ -208,10 +192,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git config",
     "~followup_annotations": [
@@ -227,10 +207,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git fetch",
     "~followup_annotations": [
@@ -284,10 +260,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git fetch"
   },
@@ -299,10 +271,6 @@
       "75b05681239cb309a23fcb4f8864f177e5aa62da"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git checkout"
   },
@@ -313,10 +281,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git rev-parse"
   },
@@ -329,10 +293,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git clean"
   },
@@ -347,10 +307,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
@@ -365,10 +321,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/llvm.expected/linux_amd64_existing_pkg.json b/recipes/llvm.expected/linux_amd64_existing_pkg.json
index f5d0f2a..d991fba 100644
--- a/recipes/llvm.expected/linux_amd64_existing_pkg.json
+++ b/recipes/llvm.expected/linux_amd64_existing_pkg.json
@@ -117,10 +117,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git init"
   },
@@ -133,10 +129,6 @@
       "https://fuchsia.googlesource.com/third_party/llvm-project"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git remote"
   },
@@ -170,10 +162,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git init",
     "~followup_annotations": [
@@ -188,10 +176,6 @@
       "https://fuchsia.googlesource.com/third_party/llvm-project"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.remote set-url",
     "~followup_annotations": [
@@ -208,10 +192,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git config",
     "~followup_annotations": [
@@ -227,10 +207,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git fetch",
     "~followup_annotations": [
@@ -284,10 +260,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git fetch"
   },
@@ -299,10 +271,6 @@
       "75b05681239cb309a23fcb4f8864f177e5aa62da"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git checkout"
   },
@@ -313,10 +281,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git rev-parse"
   },
@@ -329,10 +293,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git clean"
   },
@@ -347,10 +307,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
@@ -365,10 +321,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/llvm.expected/linux_amd64_new_revision.json b/recipes/llvm.expected/linux_amd64_new_revision.json
index 4540af2..397f3d4 100644
--- a/recipes/llvm.expected/linux_amd64_new_revision.json
+++ b/recipes/llvm.expected/linux_amd64_new_revision.json
@@ -117,10 +117,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git init"
   },
@@ -133,10 +129,6 @@
       "https://fuchsia.googlesource.com/third_party/llvm-project"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git remote"
   },
@@ -170,10 +162,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git init",
     "~followup_annotations": [
@@ -188,10 +176,6 @@
       "https://fuchsia.googlesource.com/third_party/llvm-project"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.remote set-url",
     "~followup_annotations": [
@@ -208,10 +192,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git config",
     "~followup_annotations": [
@@ -227,10 +207,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git fetch",
     "~followup_annotations": [
@@ -284,10 +260,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git fetch"
   },
@@ -299,10 +271,6 @@
       "75b05681239cb309a23fcb4f8864f177e5aa62da"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git checkout"
   },
@@ -313,10 +281,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git rev-parse"
   },
@@ -329,10 +293,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git clean"
   },
@@ -347,10 +307,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
@@ -365,10 +321,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/llvm.expected/linux_arm64_existing_pkg.json b/recipes/llvm.expected/linux_arm64_existing_pkg.json
index 55c4d65..8750c59 100644
--- a/recipes/llvm.expected/linux_arm64_existing_pkg.json
+++ b/recipes/llvm.expected/linux_arm64_existing_pkg.json
@@ -117,10 +117,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git init"
   },
@@ -133,10 +129,6 @@
       "https://fuchsia.googlesource.com/third_party/llvm-project"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git remote"
   },
@@ -170,10 +162,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git init",
     "~followup_annotations": [
@@ -188,10 +176,6 @@
       "https://fuchsia.googlesource.com/third_party/llvm-project"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.remote set-url",
     "~followup_annotations": [
@@ -208,10 +192,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git config",
     "~followup_annotations": [
@@ -227,10 +207,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git fetch",
     "~followup_annotations": [
@@ -284,10 +260,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git fetch"
   },
@@ -299,10 +271,6 @@
       "75b05681239cb309a23fcb4f8864f177e5aa62da"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git checkout"
   },
@@ -313,10 +281,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git rev-parse"
   },
@@ -329,10 +293,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git clean"
   },
@@ -347,10 +307,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
@@ -365,10 +321,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/llvm.expected/linux_arm64_new_revision.json b/recipes/llvm.expected/linux_arm64_new_revision.json
index be8f1d1..0ca7df5 100644
--- a/recipes/llvm.expected/linux_arm64_new_revision.json
+++ b/recipes/llvm.expected/linux_arm64_new_revision.json
@@ -117,10 +117,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git init"
   },
@@ -133,10 +129,6 @@
       "https://fuchsia.googlesource.com/third_party/llvm-project"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git remote"
   },
@@ -170,10 +162,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git init",
     "~followup_annotations": [
@@ -188,10 +176,6 @@
       "https://fuchsia.googlesource.com/third_party/llvm-project"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.remote set-url",
     "~followup_annotations": [
@@ -208,10 +192,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git config",
     "~followup_annotations": [
@@ -227,10 +207,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git fetch",
     "~followup_annotations": [
@@ -284,10 +260,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git fetch"
   },
@@ -299,10 +271,6 @@
       "75b05681239cb309a23fcb4f8864f177e5aa62da"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git checkout"
   },
@@ -313,10 +281,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git rev-parse"
   },
@@ -329,10 +293,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git clean"
   },
@@ -347,10 +307,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
@@ -365,10 +321,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/llvm.expected/mac_amd64_existing_pkg.json b/recipes/llvm.expected/mac_amd64_existing_pkg.json
index 3ed082e..4d1da79 100644
--- a/recipes/llvm.expected/mac_amd64_existing_pkg.json
+++ b/recipes/llvm.expected/mac_amd64_existing_pkg.json
@@ -111,10 +111,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git init"
   },
@@ -127,10 +123,6 @@
       "https://fuchsia.googlesource.com/third_party/llvm-project"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git remote"
   },
@@ -164,10 +156,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git init",
     "~followup_annotations": [
@@ -182,10 +170,6 @@
       "https://fuchsia.googlesource.com/third_party/llvm-project"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.remote set-url",
     "~followup_annotations": [
@@ -202,10 +186,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git config",
     "~followup_annotations": [
@@ -221,10 +201,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git fetch",
     "~followup_annotations": [
@@ -278,10 +254,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git fetch"
   },
@@ -293,10 +265,6 @@
       "75b05681239cb309a23fcb4f8864f177e5aa62da"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git checkout"
   },
@@ -307,10 +275,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git rev-parse"
   },
@@ -323,10 +287,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git clean"
   },
@@ -341,10 +301,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
@@ -359,10 +315,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/llvm.expected/mac_amd64_new_revision.json b/recipes/llvm.expected/mac_amd64_new_revision.json
index 3d3b83c..da959bd 100644
--- a/recipes/llvm.expected/mac_amd64_new_revision.json
+++ b/recipes/llvm.expected/mac_amd64_new_revision.json
@@ -111,10 +111,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git init"
   },
@@ -127,10 +123,6 @@
       "https://fuchsia.googlesource.com/third_party/llvm-project"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git remote"
   },
@@ -164,10 +156,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git init",
     "~followup_annotations": [
@@ -182,10 +170,6 @@
       "https://fuchsia.googlesource.com/third_party/llvm-project"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.remote set-url",
     "~followup_annotations": [
@@ -202,10 +186,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git config",
     "~followup_annotations": [
@@ -221,10 +201,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git fetch",
     "~followup_annotations": [
@@ -278,10 +254,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git fetch"
   },
@@ -293,10 +265,6 @@
       "75b05681239cb309a23fcb4f8864f177e5aa62da"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git checkout"
   },
@@ -307,10 +275,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git rev-parse"
   },
@@ -323,10 +287,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git clean"
   },
@@ -341,10 +301,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
@@ -359,10 +315,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/llvm-project",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/llvm_test_suite.expected/cipd.json b/recipes/llvm_test_suite.expected/cipd.json
index eec0bb5..04ae40f 100644
--- a/recipes/llvm_test_suite.expected/cipd.json
+++ b/recipes/llvm_test_suite.expected/cipd.json
@@ -109,10 +109,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/llvm-test-suite",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git.git init",
     "~followup_annotations": [
@@ -128,10 +124,6 @@
       "https://fuchsia.googlesource.com/third_party/llvm-test-suite"
     ],
     "cwd": "[START_DIR]/llvm-test-suite",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git.git remote",
     "~followup_annotations": [
@@ -171,10 +163,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--test--suite",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git.cache.git init",
     "~followup_annotations": [
@@ -189,10 +177,6 @@
       "https://fuchsia.googlesource.com/third_party/llvm-test-suite"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--test--suite",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git.cache.remote set-url",
     "~followup_annotations": [
@@ -209,10 +193,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--test--suite",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git.cache.git config",
     "~followup_annotations": [
@@ -228,10 +208,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--test--suite",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git.cache.git fetch",
     "~followup_annotations": [
@@ -285,10 +261,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/llvm-test-suite",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git.git fetch",
     "~followup_annotations": [
@@ -303,10 +275,6 @@
       "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
     ],
     "cwd": "[START_DIR]/llvm-test-suite",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git.git checkout",
     "~followup_annotations": [
@@ -320,10 +288,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/llvm-test-suite",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git.git rev-parse",
     "~followup_annotations": [
@@ -339,10 +303,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/llvm-test-suite",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git.git clean",
     "~followup_annotations": [
@@ -363,10 +323,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/llvm-test-suite",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git.submodule.git submodule sync",
     "~followup_annotations": [
@@ -381,10 +337,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/llvm-test-suite",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git.submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/llvm_test_suite.expected/isolate.json b/recipes/llvm_test_suite.expected/isolate.json
index 58374fc..db4cfb1 100644
--- a/recipes/llvm_test_suite.expected/isolate.json
+++ b/recipes/llvm_test_suite.expected/isolate.json
@@ -152,10 +152,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/llvm-test-suite",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git.git init",
     "~followup_annotations": [
@@ -171,10 +167,6 @@
       "https://fuchsia.googlesource.com/third_party/llvm-test-suite"
     ],
     "cwd": "[START_DIR]/llvm-test-suite",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git.git remote",
     "~followup_annotations": [
@@ -214,10 +206,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--test--suite",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git.cache.git init",
     "~followup_annotations": [
@@ -232,10 +220,6 @@
       "https://fuchsia.googlesource.com/third_party/llvm-test-suite"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--test--suite",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git.cache.remote set-url",
     "~followup_annotations": [
@@ -252,10 +236,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--test--suite",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git.cache.git config",
     "~followup_annotations": [
@@ -271,10 +251,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-llvm--test--suite",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git.cache.git fetch",
     "~followup_annotations": [
@@ -328,10 +304,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/llvm-test-suite",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git.git fetch",
     "~followup_annotations": [
@@ -346,10 +318,6 @@
       "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
     ],
     "cwd": "[START_DIR]/llvm-test-suite",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git.git checkout",
     "~followup_annotations": [
@@ -363,10 +331,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/llvm-test-suite",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git.git rev-parse",
     "~followup_annotations": [
@@ -382,10 +346,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/llvm-test-suite",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git.git clean",
     "~followup_annotations": [
@@ -406,10 +366,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/llvm-test-suite",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git.submodule.git submodule sync",
     "~followup_annotations": [
@@ -424,10 +380,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/llvm-test-suite",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git.submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/lockfile.expected/default.json b/recipes/lockfile.expected/default.json
index a152280..5b01605 100644
--- a/recipes/lockfile.expected/default.json
+++ b/recipes/lockfile.expected/default.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri init",
     "~followup_annotations": [
@@ -185,10 +181,6 @@
       "minimal",
       "https://fuchsia.googlesource.com"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri import",
     "~followup_annotations": [
@@ -207,10 +199,6 @@
       "-run-hooks=false",
       "-fetch-packages=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri update",
     "~followup_annotations": [
@@ -231,10 +219,6 @@
       "-rebase=true",
       "refs/changes/00/100/7"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -255,10 +239,6 @@
       "-run-hooks=false",
       "-fetch-packages=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update (2)",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -275,10 +255,6 @@
       "/path/to/tmp/json",
       "integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -307,10 +283,6 @@
       "-n",
       "10"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.git log",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -326,10 +298,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
@@ -346,10 +314,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri fetch-packages",
     "~followup_annotations": [
@@ -365,10 +329,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
@@ -393,10 +353,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -415,10 +371,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff (2)"
   },
   {
diff --git a/recipes/luci_config.expected/first_file_invalid.json b/recipes/luci_config.expected/first_file_invalid.json
index 07077b3..52f49e8 100644
--- a/recipes/luci_config.expected/first_file_invalid.json
+++ b/recipes/luci_config.expected/first_file_invalid.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri init",
     "~followup_annotations": [
@@ -95,10 +91,6 @@
       "manifest/infra",
       "https://fuchsia.googlesource.com/manifest"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri import",
     "~followup_annotations": [
@@ -116,10 +108,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri update",
     "~followup_annotations": [
@@ -135,10 +123,6 @@
       "-j=16",
       "-attempts=3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
@@ -154,10 +138,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
@@ -185,10 +165,6 @@
       "-json-output",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri project",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
diff --git a/recipes/luci_config.expected/starlark.json b/recipes/luci_config.expected/starlark.json
index 67c39c1..c9a8829 100644
--- a/recipes/luci_config.expected/starlark.json
+++ b/recipes/luci_config.expected/starlark.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri init",
     "~followup_annotations": [
@@ -95,10 +91,6 @@
       "manifest/infra",
       "https://fuchsia.googlesource.com/manifest"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri import",
     "~followup_annotations": [
@@ -116,10 +108,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri update",
     "~followup_annotations": [
@@ -135,10 +123,6 @@
       "-j=16",
       "-attempts=3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
@@ -154,10 +138,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
@@ -185,10 +165,6 @@
       "-json-output",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri project",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
diff --git a/recipes/ninja.expected/linux.json b/recipes/ninja.expected/linux.json
index 21fde0a..0a39c49 100644
--- a/recipes/ninja.expected/linux.json
+++ b/recipes/ninja.expected/linux.json
@@ -27,10 +27,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/ninja",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.git init",
     "~followup_annotations": [
@@ -46,10 +42,6 @@
       "https://fuchsia.googlesource.com/third_party/github.com/ninja-build/ninja"
     ],
     "cwd": "[START_DIR]/ninja",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.git remote",
     "~followup_annotations": [
@@ -89,10 +81,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-github.com-ninja--build-ninja",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.cache.git init",
     "~followup_annotations": [
@@ -107,10 +95,6 @@
       "https://fuchsia.googlesource.com/third_party/github.com/ninja-build/ninja"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-github.com-ninja--build-ninja",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.cache.remote set-url",
     "~followup_annotations": [
@@ -127,10 +111,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-github.com-ninja--build-ninja",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.cache.git config",
     "~followup_annotations": [
@@ -146,10 +126,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-github.com-ninja--build-ninja",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.cache.git fetch",
     "~followup_annotations": [
@@ -203,10 +179,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/ninja",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.git fetch",
     "~followup_annotations": [
@@ -221,10 +193,6 @@
       "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
     ],
     "cwd": "[START_DIR]/ninja",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.git checkout",
     "~followup_annotations": [
@@ -238,10 +206,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/ninja",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.git rev-parse",
     "~followup_annotations": [
@@ -257,10 +221,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/ninja",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.git clean",
     "~followup_annotations": [
@@ -281,10 +241,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/ninja",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.submodule.git submodule sync",
     "~followup_annotations": [
@@ -299,10 +255,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/ninja",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/ninja.expected/mac.json b/recipes/ninja.expected/mac.json
index ca750a7..18ac29d 100644
--- a/recipes/ninja.expected/mac.json
+++ b/recipes/ninja.expected/mac.json
@@ -27,10 +27,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/ninja",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.git init",
     "~followup_annotations": [
@@ -46,10 +42,6 @@
       "https://fuchsia.googlesource.com/third_party/github.com/ninja-build/ninja"
     ],
     "cwd": "[START_DIR]/ninja",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.git remote",
     "~followup_annotations": [
@@ -89,10 +81,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-github.com-ninja--build-ninja",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.cache.git init",
     "~followup_annotations": [
@@ -107,10 +95,6 @@
       "https://fuchsia.googlesource.com/third_party/github.com/ninja-build/ninja"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-github.com-ninja--build-ninja",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.cache.remote set-url",
     "~followup_annotations": [
@@ -127,10 +111,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-github.com-ninja--build-ninja",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.cache.git config",
     "~followup_annotations": [
@@ -146,10 +126,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-github.com-ninja--build-ninja",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.cache.git fetch",
     "~followup_annotations": [
@@ -203,10 +179,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/ninja",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.git fetch",
     "~followup_annotations": [
@@ -221,10 +193,6 @@
       "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
     ],
     "cwd": "[START_DIR]/ninja",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.git checkout",
     "~followup_annotations": [
@@ -238,10 +206,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/ninja",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.git rev-parse",
     "~followup_annotations": [
@@ -257,10 +221,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/ninja",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.git clean",
     "~followup_annotations": [
@@ -281,10 +241,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/ninja",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.submodule.git submodule sync",
     "~followup_annotations": [
@@ -299,10 +255,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/ninja",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/ninja.expected/win.json b/recipes/ninja.expected/win.json
index 2ab6431..6106b87 100644
--- a/recipes/ninja.expected/win.json
+++ b/recipes/ninja.expected/win.json
@@ -27,10 +27,6 @@
       "init"
     ],
     "cwd": "[START_DIR]\\ninja",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.git init",
     "~followup_annotations": [
@@ -46,10 +42,6 @@
       "https://fuchsia.googlesource.com/third_party/github.com/ninja-build/ninja"
     ],
     "cwd": "[START_DIR]\\ninja",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.git remote",
     "~followup_annotations": [
@@ -89,10 +81,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]\\git\\fuchsia.googlesource.com-third_party-github.com-ninja--build-ninja",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.cache.git init",
     "~followup_annotations": [
@@ -107,10 +95,6 @@
       "https://fuchsia.googlesource.com/third_party/github.com/ninja-build/ninja"
     ],
     "cwd": "[CACHE]\\git\\fuchsia.googlesource.com-third_party-github.com-ninja--build-ninja",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.cache.remote set-url",
     "~followup_annotations": [
@@ -127,10 +111,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]\\git\\fuchsia.googlesource.com-third_party-github.com-ninja--build-ninja",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.cache.git config",
     "~followup_annotations": [
@@ -146,10 +126,6 @@
       "origin"
     ],
     "cwd": "[CACHE]\\git\\fuchsia.googlesource.com-third_party-github.com-ninja--build-ninja",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.cache.git fetch",
     "~followup_annotations": [
@@ -203,10 +179,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]\\ninja",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.git fetch",
     "~followup_annotations": [
@@ -221,10 +193,6 @@
       "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
     ],
     "cwd": "[START_DIR]\\ninja",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.git checkout",
     "~followup_annotations": [
@@ -238,10 +206,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]\\ninja",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.git rev-parse",
     "~followup_annotations": [
@@ -257,10 +221,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]\\ninja",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.git clean",
     "~followup_annotations": [
@@ -281,10 +241,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]\\ninja",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.submodule.git submodule sync",
     "~followup_annotations": [
@@ -299,10 +255,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]\\ninja",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout sources.submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/ovmf.expected/already built for current revision.json b/recipes/ovmf.expected/already built for current revision.json
index 9a23244..78a5649 100644
--- a/recipes/ovmf.expected/already built for current revision.json
+++ b/recipes/ovmf.expected/already built for current revision.json
@@ -20,10 +20,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/edk2",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -35,10 +31,6 @@
       "https://fuchsia.googlesource.com/third_party/edk2"
     ],
     "cwd": "[START_DIR]/edk2",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -71,10 +63,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-edk2",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -88,10 +76,6 @@
       "https://fuchsia.googlesource.com/third_party/edk2"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-edk2",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -107,10 +91,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-edk2",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -125,10 +105,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-edk2",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -182,10 +158,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/edk2",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -196,10 +168,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/edk2",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -209,10 +177,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/edk2",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -224,10 +188,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/edk2",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -241,10 +201,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/edk2",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -258,10 +214,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/edk2",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipes/ovmf.expected/not yet built for current revision.json b/recipes/ovmf.expected/not yet built for current revision.json
index 08878ef..7f070a5 100644
--- a/recipes/ovmf.expected/not yet built for current revision.json
+++ b/recipes/ovmf.expected/not yet built for current revision.json
@@ -20,10 +20,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/edk2",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -35,10 +31,6 @@
       "https://fuchsia.googlesource.com/third_party/edk2"
     ],
     "cwd": "[START_DIR]/edk2",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -71,10 +63,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-edk2",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -88,10 +76,6 @@
       "https://fuchsia.googlesource.com/third_party/edk2"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-edk2",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -107,10 +91,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-edk2",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -125,10 +105,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-edk2",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -182,10 +158,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/edk2",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -196,10 +168,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/edk2",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -209,10 +177,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/edk2",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -224,10 +188,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/edk2",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -241,10 +201,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/edk2",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -258,10 +214,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/edk2",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipes/prebuilt_host_tool.expected/cipd_has_revision.json b/recipes/prebuilt_host_tool.expected/cipd_has_revision.json
index b702b38..66f6551 100644
--- a/recipes/prebuilt_host_tool.expected/cipd_has_revision.json
+++ b/recipes/prebuilt_host_tool.expected/cipd_has_revision.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri init",
     "~followup_annotations": [
@@ -95,10 +91,6 @@
       "manifest/build",
       "https://fuchsia.googlesource.com/build"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri import",
     "~followup_annotations": [
@@ -117,10 +109,6 @@
       "build",
       "https://fuchsia.googlesource.com/build"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri override",
     "~followup_annotations": [
@@ -138,10 +126,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri update",
     "timeout": 1800,
@@ -158,10 +142,6 @@
       "-j=16",
       "-attempts=3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
@@ -177,10 +157,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
@@ -207,10 +183,6 @@
       "-j=16",
       "[CLEANUP]/jiri.snapshot"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
diff --git a/recipes/prebuilt_host_tool.expected/default.json b/recipes/prebuilt_host_tool.expected/default.json
index f0b38c2..26bbb34 100644
--- a/recipes/prebuilt_host_tool.expected/default.json
+++ b/recipes/prebuilt_host_tool.expected/default.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri init",
     "~followup_annotations": [
@@ -95,10 +91,6 @@
       "manifest/build",
       "https://fuchsia.googlesource.com/build"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri import",
     "~followup_annotations": [
@@ -117,10 +109,6 @@
       "build",
       "https://fuchsia.googlesource.com/build"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri override",
     "~followup_annotations": [
@@ -138,10 +126,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri update",
     "timeout": 1800,
@@ -158,10 +142,6 @@
       "-j=16",
       "-attempts=3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
@@ -177,10 +157,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
@@ -207,10 +183,6 @@
       "-j=16",
       "[CLEANUP]/jiri.snapshot"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
diff --git a/recipes/prebuilt_host_tool.expected/gn_target_with_trailing_fwd_slash.json b/recipes/prebuilt_host_tool.expected/gn_target_with_trailing_fwd_slash.json
index 4a60f7e..aa6e3a5 100644
--- a/recipes/prebuilt_host_tool.expected/gn_target_with_trailing_fwd_slash.json
+++ b/recipes/prebuilt_host_tool.expected/gn_target_with_trailing_fwd_slash.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri init",
     "~followup_annotations": [
@@ -95,10 +91,6 @@
       "manifest/build",
       "https://fuchsia.googlesource.com/build"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri import",
     "~followup_annotations": [
@@ -117,10 +109,6 @@
       "build",
       "https://fuchsia.googlesource.com/build"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri override",
     "~followup_annotations": [
@@ -138,10 +126,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri update",
     "timeout": 1800,
@@ -158,10 +142,6 @@
       "-j=16",
       "-attempts=3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
@@ -177,10 +157,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
@@ -207,10 +183,6 @@
       "-j=16",
       "[CLEANUP]/jiri.snapshot"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
diff --git a/recipes/prebuilt_host_tool.expected/no_revision.json b/recipes/prebuilt_host_tool.expected/no_revision.json
index 1efaa37..81f4413 100644
--- a/recipes/prebuilt_host_tool.expected/no_revision.json
+++ b/recipes/prebuilt_host_tool.expected/no_revision.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri init",
     "~followup_annotations": [
@@ -95,10 +91,6 @@
       "manifest/build",
       "https://fuchsia.googlesource.com/build"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri import",
     "~followup_annotations": [
@@ -117,10 +109,6 @@
       "build",
       "https://fuchsia.googlesource.com/build"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri override",
     "~followup_annotations": [
@@ -138,10 +126,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri update",
     "timeout": 1800,
@@ -158,10 +142,6 @@
       "-j=16",
       "-attempts=3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
@@ -177,10 +157,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
@@ -207,10 +183,6 @@
       "-j=16",
       "[CLEANUP]/jiri.snapshot"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
diff --git a/recipes/qemu.expected/linux.json b/recipes/qemu.expected/linux.json
index 76865ad..3e6e68e 100644
--- a/recipes/qemu.expected/linux.json
+++ b/recipes/qemu.expected/linux.json
@@ -1731,8 +1731,6 @@
     ],
     "cwd": "[START_DIR]/qemu/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -1758,8 +1756,6 @@
     ],
     "cwd": "[START_DIR]/qemu/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -1820,8 +1816,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-qemu",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -1846,8 +1840,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-qemu",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -1874,8 +1866,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-qemu",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -1901,8 +1891,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-qemu",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -1988,8 +1976,6 @@
     ],
     "cwd": "[START_DIR]/qemu/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -2014,8 +2000,6 @@
     ],
     "cwd": "[START_DIR]/qemu/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -2039,8 +2023,6 @@
     ],
     "cwd": "[START_DIR]/qemu/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -2066,8 +2048,6 @@
     ],
     "cwd": "[START_DIR]/qemu/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -2098,8 +2078,6 @@
     ],
     "cwd": "[START_DIR]/qemu/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -2124,8 +2102,6 @@
     ],
     "cwd": "[START_DIR]/qemu/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
diff --git a/recipes/qemu.expected/linux_arm64.json b/recipes/qemu.expected/linux_arm64.json
index ab1ccd9..495f9a7 100644
--- a/recipes/qemu.expected/linux_arm64.json
+++ b/recipes/qemu.expected/linux_arm64.json
@@ -1773,8 +1773,6 @@
     ],
     "cwd": "[START_DIR]/qemu/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -1800,8 +1798,6 @@
     ],
     "cwd": "[START_DIR]/qemu/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -1862,8 +1858,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-qemu",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -1888,8 +1882,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-qemu",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -1916,8 +1908,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-qemu",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -1943,8 +1933,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-qemu",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -2030,8 +2018,6 @@
     ],
     "cwd": "[START_DIR]/qemu/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -2056,8 +2042,6 @@
     ],
     "cwd": "[START_DIR]/qemu/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -2081,8 +2065,6 @@
     ],
     "cwd": "[START_DIR]/qemu/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -2108,8 +2090,6 @@
     ],
     "cwd": "[START_DIR]/qemu/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -2140,8 +2120,6 @@
     ],
     "cwd": "[START_DIR]/qemu/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -2166,8 +2144,6 @@
     ],
     "cwd": "[START_DIR]/qemu/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
diff --git a/recipes/qemu.expected/linux_new.json b/recipes/qemu.expected/linux_new.json
index dd02804..9407e96 100644
--- a/recipes/qemu.expected/linux_new.json
+++ b/recipes/qemu.expected/linux_new.json
@@ -1731,8 +1731,6 @@
     ],
     "cwd": "[START_DIR]/qemu/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -1758,8 +1756,6 @@
     ],
     "cwd": "[START_DIR]/qemu/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -1820,8 +1816,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-qemu",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -1846,8 +1840,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-qemu",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -1874,8 +1866,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-qemu",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -1901,8 +1891,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-qemu",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -1988,8 +1976,6 @@
     ],
     "cwd": "[START_DIR]/qemu/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -2014,8 +2000,6 @@
     ],
     "cwd": "[START_DIR]/qemu/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -2039,8 +2023,6 @@
     ],
     "cwd": "[START_DIR]/qemu/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -2066,8 +2048,6 @@
     ],
     "cwd": "[START_DIR]/qemu/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -2098,8 +2078,6 @@
     ],
     "cwd": "[START_DIR]/qemu/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -2124,8 +2102,6 @@
     ],
     "cwd": "[START_DIR]/qemu/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
diff --git a/recipes/qemu.expected/mac.json b/recipes/qemu.expected/mac.json
index c30f3f3..d20469d 100644
--- a/recipes/qemu.expected/mac.json
+++ b/recipes/qemu.expected/mac.json
@@ -1971,8 +1971,6 @@
     ],
     "cwd": "[START_DIR]/qemu/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -1998,8 +1996,6 @@
     ],
     "cwd": "[START_DIR]/qemu/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -2060,8 +2056,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-qemu",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -2086,8 +2080,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-qemu",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -2114,8 +2106,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-qemu",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -2141,8 +2131,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-qemu",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -2228,8 +2216,6 @@
     ],
     "cwd": "[START_DIR]/qemu/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -2254,8 +2240,6 @@
     ],
     "cwd": "[START_DIR]/qemu/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -2279,8 +2263,6 @@
     ],
     "cwd": "[START_DIR]/qemu/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -2306,8 +2288,6 @@
     ],
     "cwd": "[START_DIR]/qemu/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -2338,8 +2318,6 @@
     ],
     "cwd": "[START_DIR]/qemu/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -2364,8 +2342,6 @@
     ],
     "cwd": "[START_DIR]/qemu/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
diff --git a/recipes/qemu.expected/mac_new.json b/recipes/qemu.expected/mac_new.json
index ea29d26..b427248 100644
--- a/recipes/qemu.expected/mac_new.json
+++ b/recipes/qemu.expected/mac_new.json
@@ -1971,8 +1971,6 @@
     ],
     "cwd": "[START_DIR]/qemu/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -1998,8 +1996,6 @@
     ],
     "cwd": "[START_DIR]/qemu/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -2060,8 +2056,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-qemu",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -2086,8 +2080,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-qemu",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -2114,8 +2106,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-qemu",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -2141,8 +2131,6 @@
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-qemu",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -2228,8 +2216,6 @@
     ],
     "cwd": "[START_DIR]/qemu/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -2254,8 +2240,6 @@
     ],
     "cwd": "[START_DIR]/qemu/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -2279,8 +2263,6 @@
     ],
     "cwd": "[START_DIR]/qemu/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -2306,8 +2288,6 @@
     ],
     "cwd": "[START_DIR]/qemu/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -2338,8 +2318,6 @@
     ],
     "cwd": "[START_DIR]/qemu/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
@@ -2364,8 +2342,6 @@
     ],
     "cwd": "[START_DIR]/qemu/src",
     "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60",
       "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS": "1",
       "PKG_CONFIG_ALLOW_SYSTEM_LIBS": "1",
       "PKG_CONFIG_LIBDIR": "[START_DIR]/pkgconfig/share/pkgconfig:[START_DIR]/pkgconfig/lib/pkgconfig",
diff --git a/recipes/recipes.expected/cq_try.json b/recipes/recipes.expected/cq_try.json
index ad4ca1f..3743762 100644
--- a/recipes/recipes.expected/cq_try.json
+++ b/recipes/recipes.expected/cq_try.json
@@ -213,10 +213,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri init",
     "~followup_annotations": [
@@ -270,10 +266,6 @@
       "manifest/minimal",
       "https://fuchsia.googlesource.com/infra/recipes"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri import",
     "~followup_annotations": [
@@ -292,10 +284,6 @@
       "-run-hooks=false",
       "-fetch-packages=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri update",
     "~followup_annotations": [
@@ -316,10 +304,6 @@
       "-rebase=true",
       "refs/changes/00/100/7"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -336,10 +320,6 @@
       "/path/to/tmp/json",
       "infra/recipes"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -368,10 +348,6 @@
       "-n",
       "10"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.git log",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -387,10 +363,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
@@ -407,10 +379,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri fetch-packages",
     "~followup_annotations": [
@@ -426,10 +394,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
@@ -571,10 +535,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/infra/recipes",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "get_affected_recipes.git diff-tree",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipes/recipes.expected/cq_try_private.json b/recipes/recipes.expected/cq_try_private.json
index 1ca7f81..f506213 100644
--- a/recipes/recipes.expected/cq_try_private.json
+++ b/recipes/recipes.expected/cq_try_private.json
@@ -213,10 +213,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri init",
     "~followup_annotations": [
@@ -270,10 +266,6 @@
       "manifest/minimal",
       "https://fuchsia.googlesource.com/infra/recipes"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri import",
     "~followup_annotations": [
@@ -292,10 +284,6 @@
       "-run-hooks=false",
       "-fetch-packages=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri update",
     "~followup_annotations": [
@@ -316,10 +304,6 @@
       "-rebase=true",
       "refs/changes/00/100/7"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -336,10 +320,6 @@
       "/path/to/tmp/json",
       "infra/recipes"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -368,10 +348,6 @@
       "-n",
       "10"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.git log",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -387,10 +363,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
@@ -407,10 +379,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri fetch-packages",
     "~followup_annotations": [
@@ -426,10 +394,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
@@ -569,10 +533,6 @@
       "-z"
     ],
     "cwd": "[START_DIR]/infra/recipes",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "get_affected_recipes.git diff-tree",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipes/run_and_commit.expected/basic.json b/recipes/run_and_commit.expected/basic.json
index 109bd56..d327293 100644
--- a/recipes/run_and_commit.expected/basic.json
+++ b/recipes/run_and_commit.expected/basic.json
@@ -20,10 +20,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/samples",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git init"
   },
   {
@@ -35,10 +31,6 @@
       "https://fuchsia.googlesource.com/samples"
     ],
     "cwd": "[START_DIR]/samples",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git remote"
   },
   {
@@ -71,10 +63,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-samples",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -88,10 +76,6 @@
       "https://fuchsia.googlesource.com/samples"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-samples",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.remote set-url",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -107,10 +91,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-samples",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git config",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -125,10 +105,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-samples",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "cache.git fetch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -182,10 +158,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/samples",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git fetch"
   },
   {
@@ -196,10 +168,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/samples",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git checkout"
   },
   {
@@ -209,10 +177,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/samples",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git rev-parse"
   },
   {
@@ -224,10 +188,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/samples",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git clean"
   },
   {
@@ -241,10 +201,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/samples",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -258,10 +214,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/samples",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "submodule.git submodule update",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -284,10 +236,6 @@
       "--others"
     ],
     "cwd": "[START_DIR]/samples",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "check for no-op commit",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@stdout@hello@@@",
@@ -302,10 +250,6 @@
       "--intent-to-add"
     ],
     "cwd": "[START_DIR]/samples",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git add"
   },
   {
@@ -314,10 +258,6 @@
       "diff"
     ],
     "cwd": "[START_DIR]/samples",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git diff"
   },
   {
@@ -327,10 +267,6 @@
       "a diff"
     ],
     "cwd": "[START_DIR]/samples",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git hash-object"
   },
   {
@@ -414,10 +350,6 @@
       "-a"
     ],
     "cwd": "[START_DIR]/samples",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git commit"
   },
   {
@@ -430,10 +362,6 @@
       "HEAD:refs/for/master%l=Commit-Queue+2,l=Code-Review+2"
     ],
     "cwd": "[START_DIR]/samples",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git push",
     "~followup_annotations": [
       "@@@STEP_LINK@gerrit link@https://fuchsia-review.googlesource.com/q/Iabc1abc1abc1abc1abc1abc1abc1abc1abc1abc1@@@"
diff --git a/recipes/run_script.expected/ci.json b/recipes/run_script.expected/ci.json
index 8c5179a..28a460d 100644
--- a/recipes/run_script.expected/ci.json
+++ b/recipes/run_script.expected/ci.json
@@ -27,10 +27,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.git init",
     "~followup_annotations": [
@@ -46,10 +42,6 @@
       "https://fuchsia.googlesource.com/foo"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.git remote",
     "~followup_annotations": [
@@ -89,10 +81,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.cache.git init",
     "~followup_annotations": [
@@ -107,10 +95,6 @@
       "https://fuchsia.googlesource.com/foo"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.cache.remote set-url",
     "~followup_annotations": [
@@ -127,10 +111,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.cache.git config",
     "~followup_annotations": [
@@ -146,10 +126,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.cache.git fetch",
     "~followup_annotations": [
@@ -203,10 +179,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.git fetch",
     "~followup_annotations": [
@@ -221,10 +193,6 @@
       "2d72510e447ab60a9728aeea2362d8be2cbd7789"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.git checkout",
     "~followup_annotations": [
@@ -238,10 +206,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.git rev-parse",
     "~followup_annotations": [
@@ -257,10 +221,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.git clean",
     "~followup_annotations": [
@@ -281,10 +241,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.submodule.git submodule sync",
     "~followup_annotations": [
@@ -299,10 +255,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/run_script.expected/cq.json b/recipes/run_script.expected/cq.json
index 05c0259..b99c9fa 100644
--- a/recipes/run_script.expected/cq.json
+++ b/recipes/run_script.expected/cq.json
@@ -34,10 +34,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.fetch master.git init",
     "~followup_annotations": [
@@ -53,10 +49,6 @@
       "https://fuchsia.googlesource.com/foo"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.fetch master.git remote",
     "~followup_annotations": [
@@ -96,10 +88,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.fetch master.cache.git init",
     "~followup_annotations": [
@@ -114,10 +102,6 @@
       "https://fuchsia.googlesource.com/foo"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.fetch master.cache.remote set-url",
     "~followup_annotations": [
@@ -134,10 +118,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.fetch master.cache.git config",
     "~followup_annotations": [
@@ -153,10 +133,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.fetch master.cache.git fetch",
     "~followup_annotations": [
@@ -211,10 +187,6 @@
       "master"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.fetch master.git fetch",
     "~followup_annotations": [
@@ -229,10 +201,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.fetch master.git checkout",
     "~followup_annotations": [
@@ -246,10 +214,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.fetch master.git rev-parse",
     "~followup_annotations": [
@@ -265,10 +229,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.fetch master.git clean",
     "~followup_annotations": [
@@ -289,10 +249,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.fetch master.submodule.git submodule sync",
     "~followup_annotations": [
@@ -307,10 +263,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.fetch master.submodule.git submodule update",
     "~followup_annotations": [
@@ -343,10 +295,6 @@
       "remote.origin"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.git config",
     "~followup_annotations": [
@@ -362,10 +310,6 @@
       "https://fuchsia.googlesource.com/foo"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.git remote",
     "~followup_annotations": [
@@ -405,10 +349,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.cache.git init",
     "~followup_annotations": [
@@ -423,10 +363,6 @@
       "https://fuchsia.googlesource.com/foo"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.cache.remote set-url",
     "~followup_annotations": [
@@ -443,10 +379,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.cache.git config",
     "~followup_annotations": [
@@ -462,10 +394,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.cache.git fetch",
     "~followup_annotations": [
@@ -520,10 +448,6 @@
       "refs/changes/56/123456/7"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.git fetch",
     "~followup_annotations": [
@@ -538,10 +462,6 @@
       "FETCH_HEAD"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.git checkout",
     "~followup_annotations": [
@@ -555,10 +475,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.git rev-parse",
     "~followup_annotations": [
@@ -574,10 +490,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.git clean",
     "~followup_annotations": [
@@ -598,10 +510,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.submodule.git submodule sync",
     "~followup_annotations": [
@@ -616,10 +524,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.submodule.git submodule update",
     "~followup_annotations": [
@@ -633,10 +537,6 @@
       "deadbeef"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.git rebase",
     "~followup_annotations": [
diff --git a/recipes/run_script.expected/script_failed.json b/recipes/run_script.expected/script_failed.json
index 4333ec5..72b9ef9 100644
--- a/recipes/run_script.expected/script_failed.json
+++ b/recipes/run_script.expected/script_failed.json
@@ -27,10 +27,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.git init",
     "~followup_annotations": [
@@ -46,10 +42,6 @@
       "https://fuchsia.googlesource.com/foo"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.git remote",
     "~followup_annotations": [
@@ -89,10 +81,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.cache.git init",
     "~followup_annotations": [
@@ -107,10 +95,6 @@
       "https://fuchsia.googlesource.com/foo"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.cache.remote set-url",
     "~followup_annotations": [
@@ -127,10 +111,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.cache.git config",
     "~followup_annotations": [
@@ -146,10 +126,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.cache.git fetch",
     "~followup_annotations": [
@@ -203,10 +179,6 @@
       "origin"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.git fetch",
     "~followup_annotations": [
@@ -221,10 +193,6 @@
       "2d72510e447ab60a9728aeea2362d8be2cbd7789"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.git checkout",
     "~followup_annotations": [
@@ -238,10 +206,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.git rev-parse",
     "~followup_annotations": [
@@ -257,10 +221,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.git clean",
     "~followup_annotations": [
@@ -281,10 +241,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.submodule.git submodule sync",
     "~followup_annotations": [
@@ -299,10 +255,6 @@
       "--init"
     ],
     "cwd": "[START_DIR]/foo",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/rust_toolchain.expected/rust_extra_tools_linux.json b/recipes/rust_toolchain.expected/rust_extra_tools_linux.json
index 8d4e3c5..57c451f 100644
--- a/recipes/rust_toolchain.expected/rust_extra_tools_linux.json
+++ b/recipes/rust_toolchain.expected/rust_extra_tools_linux.json
@@ -187,10 +187,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git init"
   },
@@ -203,10 +199,6 @@
       "https://fuchsia.googlesource.com/third_party/rust"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git remote"
   },
@@ -240,10 +232,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git init",
     "~followup_annotations": [
@@ -258,10 +246,6 @@
       "https://fuchsia.googlesource.com/third_party/rust"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.remote set-url",
     "~followup_annotations": [
@@ -278,10 +262,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git config",
     "~followup_annotations": [
@@ -297,10 +277,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git fetch",
     "~followup_annotations": [
@@ -355,10 +331,6 @@
       "--recurse-submodules"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git fetch"
   },
@@ -370,10 +342,6 @@
       "75b05681239cb309a23fcb4f8864f177e5aa62da"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git checkout"
   },
@@ -384,10 +352,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git rev-parse"
   },
@@ -400,10 +364,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git clean"
   },
@@ -418,10 +378,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
@@ -437,10 +393,6 @@
       "--recursive"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/rust_toolchain.expected/rust_extra_tools_linux_new.json b/recipes/rust_toolchain.expected/rust_extra_tools_linux_new.json
index 35b7b39..c55c838 100644
--- a/recipes/rust_toolchain.expected/rust_extra_tools_linux_new.json
+++ b/recipes/rust_toolchain.expected/rust_extra_tools_linux_new.json
@@ -187,10 +187,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git init"
   },
@@ -203,10 +199,6 @@
       "https://fuchsia.googlesource.com/third_party/rust"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git remote"
   },
@@ -240,10 +232,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git init",
     "~followup_annotations": [
@@ -258,10 +246,6 @@
       "https://fuchsia.googlesource.com/third_party/rust"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.remote set-url",
     "~followup_annotations": [
@@ -278,10 +262,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git config",
     "~followup_annotations": [
@@ -297,10 +277,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git fetch",
     "~followup_annotations": [
@@ -355,10 +331,6 @@
       "--recurse-submodules"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git fetch"
   },
@@ -370,10 +342,6 @@
       "75b05681239cb309a23fcb4f8864f177e5aa62da"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git checkout"
   },
@@ -384,10 +352,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git rev-parse"
   },
@@ -400,10 +364,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git clean"
   },
@@ -418,10 +378,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
@@ -437,10 +393,6 @@
       "--recursive"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/rust_toolchain.expected/rust_extra_tools_mac.json b/recipes/rust_toolchain.expected/rust_extra_tools_mac.json
index 8f88ddb..bdba59a 100644
--- a/recipes/rust_toolchain.expected/rust_extra_tools_mac.json
+++ b/recipes/rust_toolchain.expected/rust_extra_tools_mac.json
@@ -187,10 +187,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git init"
   },
@@ -203,10 +199,6 @@
       "https://fuchsia.googlesource.com/third_party/rust"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git remote"
   },
@@ -240,10 +232,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git init",
     "~followup_annotations": [
@@ -258,10 +246,6 @@
       "https://fuchsia.googlesource.com/third_party/rust"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.remote set-url",
     "~followup_annotations": [
@@ -278,10 +262,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git config",
     "~followup_annotations": [
@@ -297,10 +277,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git fetch",
     "~followup_annotations": [
@@ -355,10 +331,6 @@
       "--recurse-submodules"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git fetch"
   },
@@ -370,10 +342,6 @@
       "75b05681239cb309a23fcb4f8864f177e5aa62da"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git checkout"
   },
@@ -384,10 +352,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git rev-parse"
   },
@@ -400,10 +364,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git clean"
   },
@@ -418,10 +378,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
@@ -437,10 +393,6 @@
       "--recursive"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/rust_toolchain.expected/rust_extra_tools_mac_new.json b/recipes/rust_toolchain.expected/rust_extra_tools_mac_new.json
index 7ddc693..200f0f7 100644
--- a/recipes/rust_toolchain.expected/rust_extra_tools_mac_new.json
+++ b/recipes/rust_toolchain.expected/rust_extra_tools_mac_new.json
@@ -187,10 +187,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git init"
   },
@@ -203,10 +199,6 @@
       "https://fuchsia.googlesource.com/third_party/rust"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git remote"
   },
@@ -240,10 +232,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git init",
     "~followup_annotations": [
@@ -258,10 +246,6 @@
       "https://fuchsia.googlesource.com/third_party/rust"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.remote set-url",
     "~followup_annotations": [
@@ -278,10 +262,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git config",
     "~followup_annotations": [
@@ -297,10 +277,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git fetch",
     "~followup_annotations": [
@@ -355,10 +331,6 @@
       "--recurse-submodules"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git fetch"
   },
@@ -370,10 +342,6 @@
       "75b05681239cb309a23fcb4f8864f177e5aa62da"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git checkout"
   },
@@ -384,10 +352,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git rev-parse"
   },
@@ -400,10 +364,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git clean"
   },
@@ -418,10 +378,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
@@ -437,10 +393,6 @@
       "--recursive"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/rust_toolchain.expected/rust_linux.json b/recipes/rust_toolchain.expected/rust_linux.json
index 38cb9dd..3c874ee 100644
--- a/recipes/rust_toolchain.expected/rust_linux.json
+++ b/recipes/rust_toolchain.expected/rust_linux.json
@@ -187,10 +187,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git init"
   },
@@ -203,10 +199,6 @@
       "https://fuchsia.googlesource.com/third_party/rust"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git remote"
   },
@@ -240,10 +232,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git init",
     "~followup_annotations": [
@@ -258,10 +246,6 @@
       "https://fuchsia.googlesource.com/third_party/rust"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.remote set-url",
     "~followup_annotations": [
@@ -278,10 +262,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git config",
     "~followup_annotations": [
@@ -297,10 +277,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git fetch",
     "~followup_annotations": [
@@ -355,10 +331,6 @@
       "--recurse-submodules"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git fetch"
   },
@@ -370,10 +342,6 @@
       "75b05681239cb309a23fcb4f8864f177e5aa62da"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git checkout"
   },
@@ -384,10 +352,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git rev-parse"
   },
@@ -400,10 +364,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git clean"
   },
@@ -418,10 +378,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
@@ -437,10 +393,6 @@
       "--recursive"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/rust_toolchain.expected/rust_linux_new.json b/recipes/rust_toolchain.expected/rust_linux_new.json
index e7fb29d..f4e4030 100644
--- a/recipes/rust_toolchain.expected/rust_linux_new.json
+++ b/recipes/rust_toolchain.expected/rust_linux_new.json
@@ -187,10 +187,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git init"
   },
@@ -203,10 +199,6 @@
       "https://fuchsia.googlesource.com/third_party/rust"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git remote"
   },
@@ -240,10 +232,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git init",
     "~followup_annotations": [
@@ -258,10 +246,6 @@
       "https://fuchsia.googlesource.com/third_party/rust"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.remote set-url",
     "~followup_annotations": [
@@ -278,10 +262,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git config",
     "~followup_annotations": [
@@ -297,10 +277,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git fetch",
     "~followup_annotations": [
@@ -355,10 +331,6 @@
       "--recurse-submodules"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git fetch"
   },
@@ -370,10 +342,6 @@
       "75b05681239cb309a23fcb4f8864f177e5aa62da"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git checkout"
   },
@@ -384,10 +352,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git rev-parse"
   },
@@ -400,10 +364,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git clean"
   },
@@ -418,10 +378,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
@@ -437,10 +393,6 @@
       "--recursive"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/rust_toolchain.expected/rust_mac.json b/recipes/rust_toolchain.expected/rust_mac.json
index 55fdb66..9fa7de9 100644
--- a/recipes/rust_toolchain.expected/rust_mac.json
+++ b/recipes/rust_toolchain.expected/rust_mac.json
@@ -187,10 +187,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git init"
   },
@@ -203,10 +199,6 @@
       "https://fuchsia.googlesource.com/third_party/rust"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git remote"
   },
@@ -240,10 +232,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git init",
     "~followup_annotations": [
@@ -258,10 +246,6 @@
       "https://fuchsia.googlesource.com/third_party/rust"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.remote set-url",
     "~followup_annotations": [
@@ -278,10 +262,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git config",
     "~followup_annotations": [
@@ -297,10 +277,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git fetch",
     "~followup_annotations": [
@@ -355,10 +331,6 @@
       "--recurse-submodules"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git fetch"
   },
@@ -370,10 +342,6 @@
       "75b05681239cb309a23fcb4f8864f177e5aa62da"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git checkout"
   },
@@ -384,10 +352,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git rev-parse"
   },
@@ -400,10 +364,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git clean"
   },
@@ -418,10 +378,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
@@ -437,10 +393,6 @@
       "--recursive"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/rust_toolchain.expected/rust_mac_new.json b/recipes/rust_toolchain.expected/rust_mac_new.json
index 525c9f2..073316f 100644
--- a/recipes/rust_toolchain.expected/rust_mac_new.json
+++ b/recipes/rust_toolchain.expected/rust_mac_new.json
@@ -187,10 +187,6 @@
       "init"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git init"
   },
@@ -203,10 +199,6 @@
       "https://fuchsia.googlesource.com/third_party/rust"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git remote"
   },
@@ -240,10 +232,6 @@
       "--bare"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git init",
     "~followup_annotations": [
@@ -258,10 +246,6 @@
       "https://fuchsia.googlesource.com/third_party/rust"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.remote set-url",
     "~followup_annotations": [
@@ -278,10 +262,6 @@
       "\\+refs/heads/\\*:.*"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git config",
     "~followup_annotations": [
@@ -297,10 +277,6 @@
       "origin"
     ],
     "cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "cache.git fetch",
     "~followup_annotations": [
@@ -355,10 +331,6 @@
       "--recurse-submodules"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git fetch"
   },
@@ -370,10 +342,6 @@
       "75b05681239cb309a23fcb4f8864f177e5aa62da"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git checkout"
   },
@@ -384,10 +352,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git rev-parse"
   },
@@ -400,10 +364,6 @@
       "-x"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "git clean"
   },
@@ -418,10 +378,6 @@
       "sync"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule sync",
     "~followup_annotations": [
@@ -437,10 +393,6 @@
       "--recursive"
     ],
     "cwd": "[START_DIR]/rust",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "submodule.git submodule update",
     "~followup_annotations": [
diff --git a/recipes/sdk.expected/global_ci.json b/recipes/sdk.expected/global_ci.json
index d7841f9..880b4c6 100644
--- a/recipes/sdk.expected/global_ci.json
+++ b/recipes/sdk.expected/global_ci.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -95,10 +91,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -117,10 +109,6 @@
       "https://fuchsia.googlesource.com/topaz"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri override",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -138,10 +126,6 @@
       "-run-hooks=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -158,10 +142,6 @@
       "-attempts=3"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -177,10 +157,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -207,10 +183,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -2272,10 +2244,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "upload core.jiri snapshot",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipes/sdk.expected/local_ci.json b/recipes/sdk.expected/local_ci.json
index 7605e5b..0f10832 100644
--- a/recipes/sdk.expected/local_ci.json
+++ b/recipes/sdk.expected/local_ci.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -95,10 +91,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -117,10 +109,6 @@
       "https://fuchsia.googlesource.com/topaz"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri override",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -138,10 +126,6 @@
       "-run-hooks=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -158,10 +142,6 @@
       "-attempts=3"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -177,10 +157,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -207,10 +183,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -2248,10 +2220,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "upload core.jiri snapshot",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipes/sdk.expected/local_ci_build_failure.json b/recipes/sdk.expected/local_ci_build_failure.json
index 16306c5..bcfbf14 100644
--- a/recipes/sdk.expected/local_ci_build_failure.json
+++ b/recipes/sdk.expected/local_ci_build_failure.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -95,10 +91,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -117,10 +109,6 @@
       "https://fuchsia.googlesource.com/topaz"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri override",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -138,10 +126,6 @@
       "-run-hooks=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -158,10 +142,6 @@
       "-attempts=3"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -177,10 +157,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -207,10 +183,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
diff --git a/recipes/sdk.expected/local_ci_infra_failure.json b/recipes/sdk.expected/local_ci_infra_failure.json
index 1d14f85..4fa5660 100644
--- a/recipes/sdk.expected/local_ci_infra_failure.json
+++ b/recipes/sdk.expected/local_ci_infra_failure.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -95,10 +91,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -117,10 +109,6 @@
       "https://fuchsia.googlesource.com/topaz"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri override",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -138,10 +126,6 @@
       "-run-hooks=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -158,10 +142,6 @@
       "-attempts=3"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -177,10 +157,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -207,10 +183,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
diff --git a/recipes/sdk.expected/local_ci_mac.json b/recipes/sdk.expected/local_ci_mac.json
index 1b971aa..bc80c30 100644
--- a/recipes/sdk.expected/local_ci_mac.json
+++ b/recipes/sdk.expected/local_ci_mac.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -95,10 +91,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -117,10 +109,6 @@
       "https://fuchsia.googlesource.com/topaz"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri override",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -138,10 +126,6 @@
       "-run-hooks=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 3600,
     "~followup_annotations": [
@@ -158,10 +142,6 @@
       "-attempts=3"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -177,10 +157,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -207,10 +183,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -2345,10 +2317,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "upload core.jiri snapshot",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipes/sdk.expected/local_cq.json b/recipes/sdk.expected/local_cq.json
index ebdfd9c..d42aa79 100644
--- a/recipes/sdk.expected/local_cq.json
+++ b/recipes/sdk.expected/local_cq.json
@@ -213,10 +213,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -271,10 +267,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -293,10 +285,6 @@
       "-fetch-packages=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -318,10 +306,6 @@
       "refs/changes/00/100/7"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -339,10 +323,6 @@
       "project"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -372,10 +352,6 @@
       "10"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.git log",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -392,10 +368,6 @@
       "-local-manifest=true"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -412,10 +384,6 @@
       "-local-manifest=true"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri fetch-packages",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -431,10 +399,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -461,10 +425,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -2540,10 +2500,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "upload core.jiri snapshot",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipes/sdk.expected/release_ci.json b/recipes/sdk.expected/release_ci.json
index 40e51bb..df5380d 100644
--- a/recipes/sdk.expected/release_ci.json
+++ b/recipes/sdk.expected/release_ci.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -95,10 +91,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -117,10 +109,6 @@
       "https://fuchsia.googlesource.com/topaz"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri override",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -138,10 +126,6 @@
       "-run-hooks=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -158,10 +142,6 @@
       "-attempts=3"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -177,10 +157,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -207,10 +183,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -245,10 +217,6 @@
       "c22471f4e3f842ae18dd9adec82ed9eb78ed1127"
     ],
     "cwd": "[START_DIR]/fuchsia/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe"
   },
   {
@@ -259,10 +227,6 @@
       "https://fuchsia.googlesource.com/integration",
       "refs/heads/master"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git ls-remote"
   },
   {
@@ -278,10 +242,6 @@
       "h3ll0"
     ],
     "cwd": "[START_DIR]/fuchsia/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "get release versions on h3ll0.git --no-pager",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -2746,10 +2706,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "upload core.jiri snapshot",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipes/sdk.expected/release_ci_image_failure.json b/recipes/sdk.expected/release_ci_image_failure.json
index 0a9ff16..ab8810d 100644
--- a/recipes/sdk.expected/release_ci_image_failure.json
+++ b/recipes/sdk.expected/release_ci_image_failure.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -95,10 +91,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -117,10 +109,6 @@
       "https://fuchsia.googlesource.com/topaz"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri override",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -138,10 +126,6 @@
       "-run-hooks=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -158,10 +142,6 @@
       "-attempts=3"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -177,10 +157,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -207,10 +183,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -245,10 +217,6 @@
       "c22471f4e3f842ae18dd9adec82ed9eb78ed1127"
     ],
     "cwd": "[START_DIR]/fuchsia/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe"
   },
   {
@@ -259,10 +227,6 @@
       "https://fuchsia.googlesource.com/integration",
       "refs/heads/master"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git ls-remote"
   },
   {
@@ -278,10 +242,6 @@
       "h3ll0"
     ],
     "cwd": "[START_DIR]/fuchsia/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "get release versions on h3ll0.git --no-pager",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipes/sdk.expected/release_ci_new_upload.json b/recipes/sdk.expected/release_ci_new_upload.json
index b2d096a..58c9c18 100644
--- a/recipes/sdk.expected/release_ci_new_upload.json
+++ b/recipes/sdk.expected/release_ci_new_upload.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -95,10 +91,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -117,10 +109,6 @@
       "https://fuchsia.googlesource.com/topaz"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri override",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -138,10 +126,6 @@
       "-run-hooks=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -158,10 +142,6 @@
       "-attempts=3"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -177,10 +157,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -207,10 +183,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -245,10 +217,6 @@
       "c22471f4e3f842ae18dd9adec82ed9eb78ed1127"
     ],
     "cwd": "[START_DIR]/fuchsia/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe"
   },
   {
@@ -259,10 +227,6 @@
       "https://fuchsia.googlesource.com/integration",
       "refs/heads/master"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git ls-remote"
   },
   {
@@ -278,10 +242,6 @@
       "h3ll0"
     ],
     "cwd": "[START_DIR]/fuchsia/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "get release versions on h3ll0.git --no-pager",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -2746,10 +2706,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "upload core.jiri snapshot",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipes/sdk.expected/release_ci_no_update_ref.json b/recipes/sdk.expected/release_ci_no_update_ref.json
index 51c9619..623a5d6 100644
--- a/recipes/sdk.expected/release_ci_no_update_ref.json
+++ b/recipes/sdk.expected/release_ci_no_update_ref.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -95,10 +91,6 @@
       "https://fuchsia.googlesource.com/integration"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -117,10 +109,6 @@
       "https://fuchsia.googlesource.com/topaz"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri override",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -138,10 +126,6 @@
       "-run-hooks=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -158,10 +142,6 @@
       "-attempts=3"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -177,10 +157,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -207,10 +183,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -245,10 +217,6 @@
       "c22471f4e3f842ae18dd9adec82ed9eb78ed1127"
     ],
     "cwd": "[START_DIR]/fuchsia/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git describe"
   },
   {
@@ -259,10 +227,6 @@
       "https://fuchsia.googlesource.com/integration",
       "refs/heads/master"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "git ls-remote"
   },
   {
@@ -278,10 +242,6 @@
       "h3ll0"
     ],
     "cwd": "[START_DIR]/fuchsia/integration",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "get release versions on h3ll0.git --no-pager",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -2746,10 +2706,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "upload core.jiri snapshot",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipes/static_checks.expected/default_ci.json b/recipes/static_checks.expected/default_ci.json
index 904bd95..b68db29 100644
--- a/recipes/static_checks.expected/default_ci.json
+++ b/recipes/static_checks.expected/default_ci.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -95,10 +91,6 @@
       "https://fuchsia.googlesource.com/manifest"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -117,10 +109,6 @@
       "https://fuchsia.googlesource.com/fuchsia"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri override",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -138,10 +126,6 @@
       "-run-hooks=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -158,10 +142,6 @@
       "-attempts=3"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -177,10 +157,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -207,10 +183,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -1817,10 +1789,6 @@
       "--",
       "*.gn*"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "gn format.get gn files",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipes/static_checks.expected/default_cq.json b/recipes/static_checks.expected/default_cq.json
index 5a74728..9c26fee 100644
--- a/recipes/static_checks.expected/default_cq.json
+++ b/recipes/static_checks.expected/default_cq.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri init",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -184,10 +180,6 @@
       "https://fuchsia.googlesource.com/manifest"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri import",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -206,10 +198,6 @@
       "-fetch-packages=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update",
     "timeout": 1800,
     "~followup_annotations": [
@@ -231,10 +219,6 @@
       "refs/changes/00/100/7"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -252,10 +236,6 @@
       "fuchsia"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -285,10 +265,6 @@
       "10"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.git log",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -305,10 +281,6 @@
       "-local-manifest=true"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -325,10 +297,6 @@
       "-local-manifest=true"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri fetch-packages",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -344,10 +312,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -374,10 +338,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -1987,10 +1947,6 @@
       "-z",
       "HEAD"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "gn format.get changed files",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipes/third_party_rust_licenses.expected/basic.json b/recipes/third_party_rust_licenses.expected/basic.json
index 36c862b..cf89161 100644
--- a/recipes/third_party_rust_licenses.expected/basic.json
+++ b/recipes/third_party_rust_licenses.expected/basic.json
@@ -63,10 +63,6 @@
       "-cache",
       "[CACHE]/git"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri init"
   },
@@ -80,10 +76,6 @@
       "flower",
       "https://fuchsia.googlesource.com/integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri import"
   },
@@ -97,10 +89,6 @@
       "-autoupdate=false",
       "-attempts=3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri update"
   },
diff --git a/recipes/tools.expected/ci.json b/recipes/tools.expected/ci.json
index 22609ff..83caaa4 100644
--- a/recipes/tools.expected/ci.json
+++ b/recipes/tools.expected/ci.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri init",
     "~followup_annotations": [
@@ -95,10 +91,6 @@
       "tools",
       "https://fuchsia.googlesource.com/tools"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri import",
     "~followup_annotations": [
@@ -116,10 +108,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri update",
     "~followup_annotations": [
@@ -135,10 +123,6 @@
       "-j=16",
       "-attempts=3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
@@ -154,10 +138,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
@@ -186,10 +166,6 @@
       "/path/to/tmp/json",
       "tools"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri project",
     "~followup_annotations": [
@@ -220,10 +196,6 @@
       "/path/to/tmp/json",
       "tools"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri project (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
diff --git a/recipes/tools.expected/cq_try.json b/recipes/tools.expected/cq_try.json
index b0cb25c..2fd9307 100644
--- a/recipes/tools.expected/cq_try.json
+++ b/recipes/tools.expected/cq_try.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri init",
     "~followup_annotations": [
@@ -185,10 +181,6 @@
       "tools",
       "https://fuchsia.googlesource.com/tools"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri import",
     "~followup_annotations": [
@@ -207,10 +199,6 @@
       "-run-hooks=false",
       "-fetch-packages=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri update",
     "~followup_annotations": [
@@ -231,10 +219,6 @@
       "-rebase=true",
       "refs/changes/00/100/7"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -255,10 +239,6 @@
       "-run-hooks=false",
       "-fetch-packages=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri update (2)",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -275,10 +255,6 @@
       "/path/to/tmp/json",
       "tools"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -307,10 +283,6 @@
       "-n",
       "10"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.git log",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -326,10 +298,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
@@ -346,10 +314,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri fetch-packages",
     "~followup_annotations": [
@@ -365,10 +329,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
@@ -397,10 +357,6 @@
       "/path/to/tmp/json",
       "tools"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri project",
     "~followup_annotations": [
@@ -431,10 +387,6 @@
       "/path/to/tmp/json",
       "tools"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri project (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
diff --git a/recipes/tools.expected/publish_existing_pkg.json b/recipes/tools.expected/publish_existing_pkg.json
index 09ff54d..47ddd19 100644
--- a/recipes/tools.expected/publish_existing_pkg.json
+++ b/recipes/tools.expected/publish_existing_pkg.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri init",
     "~followup_annotations": [
@@ -95,10 +91,6 @@
       "tools",
       "https://fuchsia.googlesource.com/tools"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri import",
     "~followup_annotations": [
@@ -116,10 +108,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri update",
     "~followup_annotations": [
@@ -135,10 +123,6 @@
       "-j=16",
       "-attempts=3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
@@ -154,10 +138,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
@@ -186,10 +166,6 @@
       "/path/to/tmp/json",
       "tools"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri project",
     "~followup_annotations": [
@@ -220,10 +196,6 @@
       "/path/to/tmp/json",
       "tools"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri project (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
diff --git a/recipes/tools.expected/publish_new_pkg.json b/recipes/tools.expected/publish_new_pkg.json
index 8507da8..4903126 100644
--- a/recipes/tools.expected/publish_new_pkg.json
+++ b/recipes/tools.expected/publish_new_pkg.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri init",
     "~followup_annotations": [
@@ -95,10 +91,6 @@
       "tools",
       "https://fuchsia.googlesource.com/tools"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri import",
     "~followup_annotations": [
@@ -116,10 +108,6 @@
       "-attempts=3",
       "-run-hooks=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri update",
     "~followup_annotations": [
@@ -135,10 +123,6 @@
       "-j=16",
       "-attempts=3"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
@@ -154,10 +138,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
@@ -186,10 +166,6 @@
       "/path/to/tmp/json",
       "tools"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "jiri project",
     "~followup_annotations": [
@@ -220,10 +196,6 @@
       "/path/to/tmp/json",
       "tools"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri project (2)",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
diff --git a/recipes/tricium/tricium.expected/attribute disable.json b/recipes/tricium/tricium.expected/attribute disable.json
index 5f4b88c..4bed415 100644
--- a/recipes/tricium/tricium.expected/attribute disable.json
+++ b/recipes/tricium/tricium.expected/attribute disable.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri init",
     "~followup_annotations": [
@@ -185,10 +181,6 @@
       "flower",
       "https://fuchsia.googlesource.com/integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri import",
     "~followup_annotations": [
@@ -207,10 +199,6 @@
       "-run-hooks=false",
       "-fetch-packages=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri update",
     "timeout": 1800,
@@ -232,10 +220,6 @@
       "-rebase=true",
       "refs/changes/00/100/7"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -252,10 +236,6 @@
       "/path/to/tmp/json",
       "topaz"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -284,10 +264,6 @@
       "-n",
       "10"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.git log",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -303,10 +279,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
@@ -323,10 +295,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri fetch-packages",
     "~followup_annotations": [
@@ -342,10 +310,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
@@ -372,10 +336,6 @@
       "-j=16",
       "[CLEANUP]/jiri.snapshot"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -411,10 +371,6 @@
       "/path/to/tmp/json",
       "topaz"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri project",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
@@ -444,10 +400,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/path/to/topaz",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "get changed files"
   },
   {
@@ -459,10 +411,6 @@
       "BUILD.gn"
     ],
     "cwd": "[START_DIR]/path/to/topaz",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "check attr of BUILD.gn"
   },
   {
@@ -474,10 +422,6 @@
       "hello.go"
     ],
     "cwd": "[START_DIR]/path/to/topaz",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "check attr of hello.go"
   },
   {
diff --git a/recipes/tricium/tricium.expected/default.json b/recipes/tricium/tricium.expected/default.json
index c1ae328..46e7559 100644
--- a/recipes/tricium/tricium.expected/default.json
+++ b/recipes/tricium/tricium.expected/default.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri init",
     "~followup_annotations": [
@@ -185,10 +181,6 @@
       "flower",
       "https://fuchsia.googlesource.com/integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri import",
     "~followup_annotations": [
@@ -207,10 +199,6 @@
       "-run-hooks=false",
       "-fetch-packages=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri update",
     "timeout": 1800,
@@ -232,10 +220,6 @@
       "-rebase=true",
       "refs/changes/00/100/7"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -252,10 +236,6 @@
       "/path/to/tmp/json",
       "topaz"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -284,10 +264,6 @@
       "-n",
       "10"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.git log",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -303,10 +279,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
@@ -323,10 +295,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri fetch-packages",
     "~followup_annotations": [
@@ -342,10 +310,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
@@ -372,10 +336,6 @@
       "-j=16",
       "[CLEANUP]/jiri.snapshot"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -411,10 +371,6 @@
       "/path/to/tmp/json",
       "topaz"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri project",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
@@ -444,10 +400,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/path/to/topaz",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "get changed files"
   },
   {
@@ -459,10 +411,6 @@
       "BUILD.gn"
     ],
     "cwd": "[START_DIR]/path/to/topaz",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "check attr of BUILD.gn"
   },
   {
@@ -1779,10 +1727,6 @@
       "--name-only"
     ],
     "cwd": "[START_DIR]/path/to/topaz",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "analyze BUILD.gn.check file formatting",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -1796,10 +1740,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/path/to/topaz",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "analyze BUILD.gn.reset",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -1814,10 +1754,6 @@
       "hello.go"
     ],
     "cwd": "[START_DIR]/path/to/topaz",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "check attr of hello.go"
   },
   {
diff --git a/recipes/tricium/tricium.expected/with_cipd_packages.json b/recipes/tricium/tricium.expected/with_cipd_packages.json
index 7b8990f..40b593d 100644
--- a/recipes/tricium/tricium.expected/with_cipd_packages.json
+++ b/recipes/tricium/tricium.expected/with_cipd_packages.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri init",
     "~followup_annotations": [
@@ -185,10 +181,6 @@
       "flower",
       "https://fuchsia.googlesource.com/integration"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri import",
     "~followup_annotations": [
@@ -207,10 +199,6 @@
       "-run-hooks=false",
       "-fetch-packages=false"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri update",
     "timeout": 1800,
@@ -232,10 +220,6 @@
       "-rebase=true",
       "refs/changes/00/100/7"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri patch",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -252,10 +236,6 @@
       "/path/to/tmp/json",
       "topaz"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.jiri project",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -284,10 +264,6 @@
       "-n",
       "10"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "checkout.git log",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -303,10 +279,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
@@ -323,10 +295,6 @@
       "-attempts=3",
       "-local-manifest=true"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri fetch-packages",
     "~followup_annotations": [
@@ -342,10 +310,6 @@
       "-j=16",
       "/path/to/tmp/json"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
@@ -372,10 +336,6 @@
       "-j=16",
       "[CLEANUP]/jiri.snapshot"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -445,10 +405,6 @@
       "/path/to/tmp/json",
       "topaz"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "jiri project",
     "~followup_annotations": [
       "@@@STEP_LOG_LINE@json.output@[@@@",
@@ -478,10 +434,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/path/to/topaz",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "get changed files"
   },
   {
@@ -493,10 +445,6 @@
       "BUILD.gn"
     ],
     "cwd": "[START_DIR]/path/to/topaz",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "check attr of BUILD.gn"
   },
   {
@@ -512,10 +460,6 @@
       "hello.go"
     ],
     "cwd": "[START_DIR]/path/to/topaz",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "check attr of hello.go"
   },
   {
@@ -549,10 +493,6 @@
       "--name-only"
     ],
     "cwd": "[START_DIR]/path/to/topaz",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "analyze hello.go.check file formatting",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
@@ -566,10 +506,6 @@
       "HEAD"
     ],
     "cwd": "[START_DIR]/path/to/topaz",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "analyze hello.go.reset",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
diff --git a/recipes/zbi_test.expected/arm64-fail.json b/recipes/zbi_test.expected/arm64-fail.json
index fe8b67d..6018931 100644
--- a/recipes/zbi_test.expected/arm64-fail.json
+++ b/recipes/zbi_test.expected/arm64-fail.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri init",
     "~followup_annotations": [
@@ -96,10 +92,6 @@
       "https://fuchsia.googlesource.com/fuchsia"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri import",
     "~followup_annotations": [
@@ -119,10 +111,6 @@
       "https://fuchsia.googlesource.com/fuchsia"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri override",
     "~followup_annotations": [
@@ -141,10 +129,6 @@
       "-run-hooks=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri update",
     "timeout": 1800,
@@ -162,10 +146,6 @@
       "-attempts=3"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
@@ -182,10 +162,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
@@ -213,10 +189,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -2015,10 +1987,6 @@
       "fuchsia/third_party/qemu/${platform}"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "prepare test: zbi-test-arm64 - QEMU.jiri package",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -2214,10 +2182,6 @@
       "fuchsia/third_party/aemu/${platform}"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "prepare test: zbi-test-arm64 - AEMU.jiri package",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipes/zbi_test.expected/arm64-flake.json b/recipes/zbi_test.expected/arm64-flake.json
index 523400b..a2b1cf3 100644
--- a/recipes/zbi_test.expected/arm64-flake.json
+++ b/recipes/zbi_test.expected/arm64-flake.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri init",
     "~followup_annotations": [
@@ -96,10 +92,6 @@
       "https://fuchsia.googlesource.com/fuchsia"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri import",
     "~followup_annotations": [
@@ -119,10 +111,6 @@
       "https://fuchsia.googlesource.com/fuchsia"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri override",
     "~followup_annotations": [
@@ -141,10 +129,6 @@
       "-run-hooks=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri update",
     "timeout": 1800,
@@ -162,10 +146,6 @@
       "-attempts=3"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
@@ -182,10 +162,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
@@ -213,10 +189,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -2015,10 +1987,6 @@
       "fuchsia/third_party/qemu/${platform}"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "prepare test: zbi-test-arm64 - QEMU.jiri package",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -2214,10 +2182,6 @@
       "fuchsia/third_party/aemu/${platform}"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "prepare test: zbi-test-arm64 - AEMU.jiri package",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipes/zbi_test.expected/arm64-kernel_panic.json b/recipes/zbi_test.expected/arm64-kernel_panic.json
index e3b7ddc..1c7c3af 100644
--- a/recipes/zbi_test.expected/arm64-kernel_panic.json
+++ b/recipes/zbi_test.expected/arm64-kernel_panic.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri init",
     "~followup_annotations": [
@@ -96,10 +92,6 @@
       "https://fuchsia.googlesource.com/fuchsia"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri import",
     "~followup_annotations": [
@@ -119,10 +111,6 @@
       "https://fuchsia.googlesource.com/fuchsia"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri override",
     "~followup_annotations": [
@@ -141,10 +129,6 @@
       "-run-hooks=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri update",
     "timeout": 1800,
@@ -162,10 +146,6 @@
       "-attempts=3"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
@@ -182,10 +162,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
@@ -213,10 +189,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -2015,10 +1987,6 @@
       "fuchsia/third_party/qemu/${platform}"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "prepare test: zbi-test-arm64 - QEMU.jiri package",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -2214,10 +2182,6 @@
       "fuchsia/third_party/aemu/${platform}"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "prepare test: zbi-test-arm64 - AEMU.jiri package",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipes/zbi_test.expected/arm64-pass.json b/recipes/zbi_test.expected/arm64-pass.json
index 7fa1cea..6733786 100644
--- a/recipes/zbi_test.expected/arm64-pass.json
+++ b/recipes/zbi_test.expected/arm64-pass.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri init",
     "~followup_annotations": [
@@ -96,10 +92,6 @@
       "https://fuchsia.googlesource.com/fuchsia"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri import",
     "~followup_annotations": [
@@ -119,10 +111,6 @@
       "https://fuchsia.googlesource.com/fuchsia"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri override",
     "~followup_annotations": [
@@ -141,10 +129,6 @@
       "-run-hooks=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri update",
     "timeout": 1800,
@@ -162,10 +146,6 @@
       "-attempts=3"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
@@ -182,10 +162,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
@@ -213,10 +189,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -2015,10 +1987,6 @@
       "fuchsia/third_party/qemu/${platform}"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "prepare test: zbi-test-arm64 - QEMU.jiri package",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -2214,10 +2182,6 @@
       "fuchsia/third_party/aemu/${platform}"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "prepare test: zbi-test-arm64 - AEMU.jiri package",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipes/zbi_test.expected/fuchsia-arm64-override.json b/recipes/zbi_test.expected/fuchsia-arm64-override.json
index 22e459f..b27f480 100644
--- a/recipes/zbi_test.expected/fuchsia-arm64-override.json
+++ b/recipes/zbi_test.expected/fuchsia-arm64-override.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri init",
     "~followup_annotations": [
@@ -96,10 +92,6 @@
       "https://fuchsia.googlesource.com/fuchsia"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri import",
     "~followup_annotations": [
@@ -119,10 +111,6 @@
       "https://fuchsia.googlesource.com/fuchsia"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri override",
     "~followup_annotations": [
@@ -141,10 +129,6 @@
       "-run-hooks=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri update",
     "timeout": 1800,
@@ -162,10 +146,6 @@
       "-attempts=3"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
@@ -182,10 +162,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
@@ -213,10 +189,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -2018,10 +1990,6 @@
       "fuchsia/third_party/qemu/${platform}"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "prepare test: zbi-test-arm64 - QEMU.jiri package",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -2219,10 +2187,6 @@
       "fuchsia/third_party/aemu/${platform}"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "prepare test: zbi-test-arm64 - AEMU.jiri package",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipes/zbi_test.expected/fuchsia-x64-override.json b/recipes/zbi_test.expected/fuchsia-x64-override.json
index 5791c88..797d6b5 100644
--- a/recipes/zbi_test.expected/fuchsia-x64-override.json
+++ b/recipes/zbi_test.expected/fuchsia-x64-override.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri init",
     "~followup_annotations": [
@@ -96,10 +92,6 @@
       "https://fuchsia.googlesource.com/fuchsia"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri import",
     "~followup_annotations": [
@@ -119,10 +111,6 @@
       "https://fuchsia.googlesource.com/fuchsia"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri override",
     "~followup_annotations": [
@@ -141,10 +129,6 @@
       "-run-hooks=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri update",
     "timeout": 1800,
@@ -162,10 +146,6 @@
       "-attempts=3"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
@@ -182,10 +162,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
@@ -213,10 +189,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -2018,10 +1990,6 @@
       "fuchsia/third_party/qemu/${platform}"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "prepare test: zbi-test-x64 - QEMU.jiri package",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -2219,10 +2187,6 @@
       "fuchsia/third_party/aemu/${platform}"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "prepare test: zbi-test-x64 - AEMU.jiri package",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipes/zbi_test.expected/x64-fail.json b/recipes/zbi_test.expected/x64-fail.json
index a588b31..7ff69f2 100644
--- a/recipes/zbi_test.expected/x64-fail.json
+++ b/recipes/zbi_test.expected/x64-fail.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri init",
     "~followup_annotations": [
@@ -96,10 +92,6 @@
       "https://fuchsia.googlesource.com/fuchsia"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri import",
     "~followup_annotations": [
@@ -119,10 +111,6 @@
       "https://fuchsia.googlesource.com/fuchsia"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri override",
     "~followup_annotations": [
@@ -141,10 +129,6 @@
       "-run-hooks=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri update",
     "timeout": 1800,
@@ -162,10 +146,6 @@
       "-attempts=3"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
@@ -182,10 +162,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
@@ -213,10 +189,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -2015,10 +1987,6 @@
       "fuchsia/third_party/qemu/${platform}"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "prepare test: zbi-test-x64 - QEMU.jiri package",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -2214,10 +2182,6 @@
       "fuchsia/third_party/aemu/${platform}"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "prepare test: zbi-test-x64 - AEMU.jiri package",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipes/zbi_test.expected/x64-flake.json b/recipes/zbi_test.expected/x64-flake.json
index 187d6aa..801983d 100644
--- a/recipes/zbi_test.expected/x64-flake.json
+++ b/recipes/zbi_test.expected/x64-flake.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri init",
     "~followup_annotations": [
@@ -96,10 +92,6 @@
       "https://fuchsia.googlesource.com/fuchsia"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri import",
     "~followup_annotations": [
@@ -119,10 +111,6 @@
       "https://fuchsia.googlesource.com/fuchsia"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri override",
     "~followup_annotations": [
@@ -141,10 +129,6 @@
       "-run-hooks=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri update",
     "timeout": 1800,
@@ -162,10 +146,6 @@
       "-attempts=3"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
@@ -182,10 +162,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
@@ -213,10 +189,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -2015,10 +1987,6 @@
       "fuchsia/third_party/qemu/${platform}"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "prepare test: zbi-test-x64 - QEMU.jiri package",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -2214,10 +2182,6 @@
       "fuchsia/third_party/aemu/${platform}"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "prepare test: zbi-test-x64 - AEMU.jiri package",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipes/zbi_test.expected/x64-kernel_panic.json b/recipes/zbi_test.expected/x64-kernel_panic.json
index 7a4a585..aeed011 100644
--- a/recipes/zbi_test.expected/x64-kernel_panic.json
+++ b/recipes/zbi_test.expected/x64-kernel_panic.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri init",
     "~followup_annotations": [
@@ -96,10 +92,6 @@
       "https://fuchsia.googlesource.com/fuchsia"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri import",
     "~followup_annotations": [
@@ -119,10 +111,6 @@
       "https://fuchsia.googlesource.com/fuchsia"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri override",
     "~followup_annotations": [
@@ -141,10 +129,6 @@
       "-run-hooks=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri update",
     "timeout": 1800,
@@ -162,10 +146,6 @@
       "-attempts=3"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
@@ -182,10 +162,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
@@ -213,10 +189,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -2015,10 +1987,6 @@
       "fuchsia/third_party/qemu/${platform}"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "prepare test: zbi-test-x64 - QEMU.jiri package",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -2214,10 +2182,6 @@
       "fuchsia/third_party/aemu/${platform}"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "prepare test: zbi-test-x64 - AEMU.jiri package",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipes/zbi_test.expected/x64-pass.json b/recipes/zbi_test.expected/x64-pass.json
index f338328..1d2cc3a 100644
--- a/recipes/zbi_test.expected/x64-pass.json
+++ b/recipes/zbi_test.expected/x64-pass.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri init",
     "~followup_annotations": [
@@ -96,10 +92,6 @@
       "https://fuchsia.googlesource.com/fuchsia"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri import",
     "~followup_annotations": [
@@ -119,10 +111,6 @@
       "https://fuchsia.googlesource.com/fuchsia"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri override",
     "~followup_annotations": [
@@ -141,10 +129,6 @@
       "-run-hooks=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri update",
     "timeout": 1800,
@@ -162,10 +146,6 @@
       "-attempts=3"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
@@ -182,10 +162,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
@@ -213,10 +189,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -2015,10 +1987,6 @@
       "fuchsia/third_party/qemu/${platform}"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "prepare test: zbi-test-x64 - QEMU.jiri package",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -2214,10 +2182,6 @@
       "fuchsia/third_party/aemu/${platform}"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "prepare test: zbi-test-x64 - AEMU.jiri package",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipes/zbi_test.expected/zircon-arm64-override.json b/recipes/zbi_test.expected/zircon-arm64-override.json
index 1443fd4..dbbc01b 100644
--- a/recipes/zbi_test.expected/zircon-arm64-override.json
+++ b/recipes/zbi_test.expected/zircon-arm64-override.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri init",
     "~followup_annotations": [
@@ -96,10 +92,6 @@
       "https://fuchsia.googlesource.com/fuchsia"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri import",
     "~followup_annotations": [
@@ -119,10 +111,6 @@
       "https://fuchsia.googlesource.com/fuchsia"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri override",
     "~followup_annotations": [
@@ -141,10 +129,6 @@
       "-run-hooks=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri update",
     "timeout": 1800,
@@ -162,10 +146,6 @@
       "-attempts=3"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
@@ -182,10 +162,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
@@ -213,10 +189,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -2018,10 +1990,6 @@
       "fuchsia/third_party/qemu/${platform}"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "prepare test: zbi-test-arm64 - QEMU.jiri package",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -2219,10 +2187,6 @@
       "fuchsia/third_party/aemu/${platform}"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "prepare test: zbi-test-arm64 - AEMU.jiri package",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipes/zbi_test.expected/zircon-x64-override.json b/recipes/zbi_test.expected/zircon-x64-override.json
index c5eb44b..88b1956 100644
--- a/recipes/zbi_test.expected/zircon-x64-override.json
+++ b/recipes/zbi_test.expected/zircon-x64-override.json
@@ -71,10 +71,6 @@
       "[CACHE]/git",
       "[START_DIR]/fuchsia"
     ],
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri init",
     "~followup_annotations": [
@@ -96,10 +92,6 @@
       "https://fuchsia.googlesource.com/fuchsia"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri import",
     "~followup_annotations": [
@@ -119,10 +111,6 @@
       "https://fuchsia.googlesource.com/fuchsia"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri override",
     "~followup_annotations": [
@@ -141,10 +129,6 @@
       "-run-hooks=false"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri update",
     "timeout": 1800,
@@ -162,10 +146,6 @@
       "-attempts=3"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri run-hooks",
     "~followup_annotations": [
@@ -182,10 +162,6 @@
       "/path/to/tmp/json"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri source-manifest",
     "~followup_annotations": [
@@ -213,10 +189,6 @@
       "[CLEANUP]/jiri.snapshot"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "infra_step": true,
     "name": "checkout.jiri snapshot",
     "~followup_annotations": [
@@ -2018,10 +1990,6 @@
       "fuchsia/third_party/qemu/${platform}"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "prepare test: zbi-test-x64 - QEMU.jiri package",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",
@@ -2219,10 +2187,6 @@
       "fuchsia/third_party/aemu/${platform}"
     ],
     "cwd": "[START_DIR]/fuchsia",
-    "env": {
-      "GIT_HTTP_LOW_SPEED_LIMIT": "2048000",
-      "GIT_HTTP_LOW_SPEED_TIME": "60"
-    },
     "name": "prepare test: zbi-test-x64 - AEMU.jiri package",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@",