user2917372
user2917372

Reputation: 1

gcutil is not woking with OS X 10.9

INFO: Running command line: ssh -o UserKnownHostsFile=/dev/null -o CheckHostIP=no -o StrictHostKeyChecking=no -i /Users/xxx/.ssh/google_compute_engine -A -p 22 ${USER}@${IP} -- ./sshBecalos: line 1: 1632 Killed: 9 gcutil --service_version="xxxx" --project="xxx" ssh --zone="us-central1-a" "xxx"

Upvotes: 0

Views: 263

Answers (2)

PaulR
PaulR

Reputation: 3293

As mentioned in the issue linked above, please download the latest version of gcutil (1.10.0) to resolve.

Upvotes: 0

Joe Beda
Joe Beda

Reputation: 2761

This is a known issue and we are working on getting a fix out ASAP.

In the meantime, you can run the command output in the INFO line.

We are tracking this issue here.

Upvotes: 1

Related Questions