You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 18, 2025. It is now read-only.
birkhoff at Birkhoff-MBPR in ~
$ wt init [email protected]
We were unable to verify your identity.
Would you like to try again? [Y/n]
And it doesn't work too if I run HTTP_PROXY=https://127.0.0.1:1087 wt init [email protected], while I'm pretty sure the proxy servers are working fine. So I had to use Proxifier to make my proxy system-wide, and it's working fine now.
birkhoff at Birkhoff-MBPR in ~
$ wt init [email protected]
Please enter the verification code we sent to [email protected] below.
Verification code: 075434
Welcome to webtasks! Create your first one as follows:
$ echo "module.exports = function (cb) { cb(null, 'Hello'); }" > hello.js
$ wt create hello.js
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
And it doesn't work too if I run
HTTP_PROXY=https://127.0.0.1:1087 wt init [email protected]
, while I'm pretty sure the proxy servers are working fine. So I had to use Proxifier to make my proxy system-wide, and it's working fine now.The text was updated successfully, but these errors were encountered: