【问题标题】:i was making rdp on github i am having a error Error: Process completed with exit code 1我在 github 上进行 rdp 我有一个错误 Error: Process completed with exit code 1
【发布时间】:2022-01-25 09:00:13
【问题描述】:
  env:
    NGROK_AUTH_TOKEN: 
NAME:
   authtoken - save authtoken to configuration file

USAGE:
   ngrok authtoken [command options] [arguments...]

DESCRIPTION:
   The authtoken command modifies your configuration file to include
   the specified authtoken. By default, this configuration file is located
   at $HOME/.ngrok2/ngrok.yml

   The ngrok.com service requires that you sign up for an account to use
   many advanced service features. In order to associate your client with
   an account, it must pass a secret token to the ngrok.com service when it
   starts up. Instead of passing this authtoken on every invocation, you may
   use this command to save it into your configuration file so that your
   client always authenticates you properly.

EXAMPLE:
    ngrok authtoken BDZIXnhJt2HNWLXyQ5PM_qCaBq0W2sNFcCa0rfTZd

OPTIONS:
   --config         save in this config file, default: ~/.ngrok2/ngrok.yml
   --log "false"    path to log file, 'stdout', 'stderr' or 'false'
   --log-format "term"  log record format: 'term', 'logfmt', 'json'
   --log-level "info"   logging level

ERROR:  You must pass a single argument, the authtoken to save to configuration file.
Error: Process completed with exit code 1.

【问题讨论】:

  • 请澄清您的具体问题或提供更多详细信息以准确突出您的需求。正如目前所写的那样,很难准确地说出你在问什么。

标签: github


【解决方案1】:

正如错误提示,尝试将身份验证令牌作为字符串传递

$ ngrok authtoken "BDZIXnhJt2HNWLXyQ5PM_qCaBq0W2sNFcCa0rfTZd"

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-05-15
    • 2020-09-02
    • 2021-04-06
    • 2021-01-02
    • 2020-06-28
    相关资源
    最近更新 更多