0

如何将 openbazaar-go 部署到 heroku?

我得到了围棋项目go get github.com/OpenBazaar/openbazaar-go

创建了heroku githeroku create

推送 git 更改git push heroku master

但是出现错误

remote: -----> Checking Godeps/Godeps.json file.
remote: parse error: Invalid numeric literal at line 2504, column 8
remote:  !!    Bad Godeps/Godeps.json file
remote:  !     Push rejected, failed to compile Go app.
remote: 
remote:  !     Push failed
remote: Verifying deploy...
remote: 
remote: !       Push rejected to pacific-stream-51465.

结构走

github.com
└──OpenBazaar
   └── openbazaar-go
        └──`heroku create` (this I created git project)

这个项目有任何子存储库

4

1 回答 1

0

你用的是什么版本的 Golang?OpenBazaar 主要在 1.11 上运行,目前尚未设置为在 1.13 及更高版本上运行良好。

于 2020-06-09T21:02:09.730 回答