Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/git/20.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/heroku/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
由于SSL,Heroku git推送失败_Git_Heroku - Fatal编程技术网

由于SSL,Heroku git推送失败

由于SSL,Heroku git推送失败,git,heroku,Git,Heroku,我不确定如何修复此错误,并且提供的链接没有帮助。我过去通常在heroku上推动我的项目,但今天它开始拒绝它,并发出以下信息: remote: curl: (60) SSL certificate problem: certificate has expired remote: More details here: https://curl.haxx.se/docs/sslcerts.html remote: remote: curl failed to verify the legitimacy

我不确定如何修复此错误,并且提供的链接没有帮助。我过去通常在heroku上推动我的项目,但今天它开始拒绝它,并发出以下信息:

remote: curl: (60) SSL certificate problem: certificate has expired
remote: More details here: https://curl.haxx.se/docs/sslcerts.html
remote:
remote: curl failed to verify the legitimacy of the server and therefore could not
remote: establish a secure connection to it. To learn more about this situation and
remote: how to fix it, please visit the web page mentioned above.
remote:  !     Push rejected, failed to compile luvit app.
remote:
remote:  !     Push failed
remote: Verifying deploy...
remote:
remote: !       Push rejected to modulo-bot.
remote:
To https://git.heroku.com/modulo-bot.git
 ! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/modulo-bot.git'
在2016年,这是一场灾难。
2017年,这是因为(尝试并更新你的):你可以

我没有看到最近发生的任何事件。

如果问题仍然存在,请尝试解决。

因此我在GitHub上发现问题在我使用的框架中,因为其许可证已过期。我想heroku在这里没有错

谢谢你


(我不知道现在如何关闭)

您的系统时钟设置正确吗?是的,正确!我试着把它改成-1h和+1h,但没用。我想那不是系统时钟。构建仍然失败您可以粘贴部署的完整输出吗?这样我们就可以知道当这种情况发生时,部署人员正在尝试做什么+1.你可以接受自己的答案:这就足够“结束”这个问题了。