1

When trying to start up a tunnel using saucelabs connect, I'm using the standard command within the bin folder:

sc -u USERNAME -k API-KEY

However, when I run it, an error is thrown saying:

sc: invalid option -- 'u'

I've tried on windows and it runs perfectly. Any ideas why it can't read the command?

4

1 回答 1

0

PATH您的被调用中可能还有另一个命令sc。尝试这个:

$ cd <directory where you downloaded Sauce Connect>
$ ./sc -u <username> -k <API key>
于 2014-06-13T11:25:39.027 回答