Commit 9473f2d
PGO update script: Connect to GitHub over HTTPS rather than SSH.
The `gh auth setup-git` command appears to configure Git as a credential
helper for `https`, not for SSH-based access. SSH access fails with the
host authenticity check.
Try to connect over HTTPS instead, to see if that works properly.
Otherwise we will have to provision `~/.ssh/known_hosts` and give the
agent a private SSH key for authentication.
PiperOrigin-RevId: 7721562281 parent 03a93e9 commit 9473f2d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments