clone_test.go:94: clone(git@github.com:google/new-project.git) error = git clone failed: exit status 128, output:
Cloning into '/tmp/git-clone-test475820070/test-3'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
, wantErr false
This test is failing for me (and will fail in CI): https://github.com/GoogleCloudPlatform/cloud-run-button/blob/master/cmd/cloudshell_open/clone_test.go#L83