-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cf-console on Windows? (or Cygwin) #4
Comments
Attempts to execute bin\cf-console.exe produces the following output:
|
Not sure this was ever intended to work on Windows, (or Cygwin) but @drnic and I might be curious. |
Forgot to mention: I'm (personally) in an environment (Cygwin) with a working SSH client, and I can provide whatever else might be required to figure out what's going on. (or, how I can help smooth things out for them on Windows) Thanks! P.S. Looks like the referenced https://github.com/danhigham/cf-console/blob/master/console.go#L49 is:
|
hey @hagemt, I got this working just fine in Cygwin (see the image). Are you running "cf console <app name>" or running the binary directly? |
During CF training w/ Dr. Nic, some of my co-workers on Windows were trying to install the cf-console plugin. After installing CF, Go, and configuring GOPATH, the following appears to work: (from cmd)
However, "cf console" thereafter exits silently (returns 1) in console.
I'll post back here when I have a little more debug info for you to go on.
The text was updated successfully, but these errors were encountered: