英文:
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.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论