coder / sshcode

Run VS Code on any server over SSH.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to install sshcode on MacOS

suheelsn opened this issue · comments

Hi,

I'm trying to install sshcode on my MacBook using command 'go get -u go.coder.com/sshcode'. It is failing to install sshcode without displaying any error or progress message.

Can anyone please help me to install sshcode on MacOS?

Thanks,
Suheel

By that, I mean this should be what you see when you install it

$ go get -u go.coder.com/sshcode
<a semi long wait time>
$

Yes, I did the same thing. After that, I get command not found message for 'sshcode'
Screenshot 2019-07-25 at 5 43 59 PM

Okay, in your home directory,
Is there a go folder?
And if there is, look for the command in go/bin

Yes, I can see it.
Screenshot 2019-07-25 at 5 51 42 PM

It is bash shell. I think its default.
However, its working fine with ./sshcode. Thank you for your quick help. :-D
Screenshot 2019-07-25 at 5 59 42 PM

Ok. I will do that. Thanks again.

Yeah, sometimes most simple things are hard to identify

Yep! one of the few things i dont like about go, the simple lack of verbosity
if you could close this for the devs, it would be nice