解析部署命令错误 x509

huangapple go评论82阅读模式
英文:

Parse deploy command error x509

问题

在执行parse deploy命令时,我遇到了这个错误,我该如何解决?

> x509: failed to load system roots and no roots provided.
> /home/travis/gopath/src/github.com/ParsePlatform/parse-cli/main.go:143 checkIfSupported
/home/travis/gopath/src/github.com/ParsePlatform/parse-cli/main.go:101 main
/home/travis/.gimme/versions/go1.4.2.linux.amd64/src/runtime/proc.go:72 main
/home/travis/.gimme/versions/go1.4.2.linux.amd64/src/runtime/asm_386.s:2288 goexit

(操作系统为Ubuntu 14.04 LTS 64位)

更新
现在有时候,每十次尝试中的一次,它会要求输入电子邮件和密码。但是,在输入密码后,我得到了以下错误:

> panic: runtime error: invalid memory address or nil pointer dereference [signal 0xb code=0x1 addr=0x1 pc=0x8097025]

英文:

On parse deploy command I get this error, how can I solve it?

> x509: failed to load system roots and no roots provided.
> /home/travis/gopath/src/github.com/ParsePlatform/parse-cli/main.go:143 checkIfSupported
/home/travis/gopath/src/github.com/ParsePlatform/parse-cli/main.go:101 main
/home/travis/.gimme/versions/go1.4.2.linux.amd64/src/runtime/proc.go:72 main
/home/travis/.gimme/versions/go1.4.2.linux.amd64/src/runtime/asm_386.s:2288 goexit

(OS Ubuntu 14.04 LTS 64)

UPDATE
Now sometimes, one in ten attempts, it requests email and password. But, after input password, I get:

> panic: runtime error: invalid memory address or nil pointer dereference [signal 0xb code=0x1 addr=0x1 pc=0x8097025]

答案1

得分: 0

我通过执行"update-ca-certificates"命令解决了问题。我认为证书可能损坏了,导致它停止工作,但我不知道原因。

英文:

I solved executing an update-ca-certificates command. I think that certificates were broken and it stopped to work, but I dont know why.

huangapple
  • 本文由 发表于 2015年12月5日 17:20:58
  • 转载请务必保留本文链接:https://go.coder-hub.com/34103249.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定