- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
master (pre-receive hook declined)"-6ren"> master (pre-receive hook declined)"-每当我输入命令时:git push heroku master Enumerating objects: 32, done. Counting objects: 100% (32/32), d-6ren">
每当我输入命令时:git push heroku master
Enumerating objects: 32, done.
Counting objects: 100% (32/32), done.
Delta compression using up to 4 threads
Compressing objects: 100% (30/30), done.
Writing objects: 100% (32/32), 11.43 KiB | 557.00 KiB/s, done.
Total 32 (delta 2), reused 0 (delta 0)
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Python app detected
remote: -----> Installing python-3.6.7
remote: -----> Installing pip
remote: -----> Installing SQLite3
remote: -----> Installing requirements with pip
remote: Collecting dj-database-url==0.5.0 (from -r /tmp/build_731c5da72f871fc9827c03c3e6dfa9eb/requirements.txt (line 1))
remote: Downloading https://files.pythonhosted.org/packages/d4/a6/4b8578c1848690d0c307c7c0596af2077536c9ef2a04d42b00fabaa7e49d/dj_database_url-0.5.0-py2.py3-none-any.whl
remote: Collecting Django==2.1.3 (from -r /tmp/build_731c5da72f871fc9827c03c3e6dfa9eb/requirements.txt (line 2))
remote: Downloading https://files.pythonhosted.org/packages/d1/e5/2676be45ea49cfd09a663f289376b3888accd57ff06c953297bfdee1fb08/Django-2.1.3-py3-none-any.whl (7.3MB)
remote: Collecting django-heroku==0.3.1 (from -r /tmp/build_731c5da72f871fc9827c03c3e6dfa9eb/requirements.txt (line 3))
remote: Downloading https://files.pythonhosted.org/packages/59/af/5475a876c5addd5a3494db47d9f7be93cc14d3a7603542b194572791b6c6/django_heroku-0.3.1-py2.py3-none-any.whl
remote: Collecting gunicorn==19.9.0 (from -r /tmp/build_731c5da72f871fc9827c03c3e6dfa9eb/requirements.txt (line 4))
remote: Downloading https://files.pythonhosted.org/packages/8c/da/b8dd8deb741bff556db53902d4706774c8e1e67265f69528c14c003644e6/gunicorn-19.9.0-py2.py3-none-any.whl (112kB)
remote: Collecting psycopg2==2.7.6.1 (from -r /tmp/build_731c5da72f871fc9827c03c3e6dfa9eb/requirements.txt (line 5))
remote: Downloading https://files.pythonhosted.org/packages/bc/2a/61a8f9719bd6df5b421abd91740cb0595fc3c17b28eaf89fe4f144472ca6/psycopg2-2.7.6.1-cp36-cp36m-manylinux1_x86_64.whl (2.7MB)
remote: Collecting pytz==2018.7 (from -r /tmp/build_731c5da72f871fc9827c03c3e6dfa9eb/requirements.txt (line 6))
remote: Downloading https://files.pythonhosted.org/packages/f8/0e/2365ddc010afb3d79147f1dd544e5ee24bf4ece58ab99b16fbb465ce6dc0/pytz-2018.7-py2.py3-none-any.whl (506kB)
remote: Collecting whitenoise==4.1.2 (from -r /tmp/build_731c5da72f871fc9827c03c3e6dfa9eb/requirements.txt (line 7))
remote: Downloading https://files.pythonhosted.org/packages/fd/2a/b51377ab9826f0551da19951257d2434f46329cd6cfdf9592ea9ca5f6034/whitenoise-4.1.2-py2.py3-none-any.whl
remote: Installing collected packages: dj-database-url, pytz, Django, whitenoise, psycopg2, django-heroku, gunicorn
remote: Successfully installed Django-2.1.3 dj-database-url-0.5.0 django-heroku-0.3.1 gunicorn-19.9.0 psycopg2-2.7.6.1 pytz-2018.7 whitenoise-4.1.2
这里出错
remote:
remote: -----> $ python manage.py collectstatic --noinput
remote: Traceback (most recent call last):
remote: File "manage.py", line 15, in <module>
remote: execute_from_command_line(sys.argv)
remote: File "/app/.heroku/python/lib/python3.6/site-packages/django/core/management/__init__.py", line 381, in execute_from_command_line
remote: utility.execute()
remote: File "/app/.heroku/python/lib/python3.6/site-packages/django/core/management/__init__.py", line 375, in execute
remote: self.fetch_command(subcommand).run_from_argv(self.argv)
remote: File "/app/.heroku/python/lib/python3.6/site-packages/django/core/management/base.py", line 316, in run_from_argv
remote: self.execute(*args, **cmd_options)
remote: File "/app/.heroku/python/lib/python3.6/site-packages/django/core/management/base.py", line 353, in execute
remote: output = self.handle(*args, **options)
remote: File "/app/.heroku/python/lib/python3.6/site-packages/django/contrib/staticfiles/management/commands/collectstatic.py", line 188, in handle
remote: collected = self.collect()
remote: File "/app/.heroku/python/lib/python3.6/site-packages/django/contrib/staticfiles/management/commands/collectstatic.py", line 114, in collect
remote: handler(path, prefixed_path, storage)
remote: File "/app/.heroku/python/lib/python3.6/site-packages/django/contrib/staticfiles/management/commands/collectstatic.py", line 343, in copy_file
remote: if not self.delete_file(path, prefixed_path, source_storage):
remote: File "/app/.heroku/python/lib/python3.6/site-packages/django/contrib/staticfiles/management/commands/collectstatic.py", line 249, in delete_file
remote: if self.storage.exists(prefixed_path):
remote: File "/app/.heroku/python/lib/python3.6/site-packages/django/core/files/storage.py", line 308, in exists
remote: return os.path.exists(self.path(name))
remote: File "/app/.heroku/python/lib/python3.6/site-packages/django/contrib/staticfiles/storage.py", line 43, in path
remote: raise ImproperlyConfigured("You're using the staticfiles app "
remote: django.core.exceptions.ImproperlyConfigured: You're using the staticfiles app without having set the STATIC_ROOT setting to a filesystem path.
remote:
remote: ! Error while running '$ python manage.py collectstatic --noinput'.
remote: See traceback above for details.
remote:
remote: You may need to update application code to resolve this error.
remote: Or, you can disable collectstatic for this application:
remote:
remote: $ heroku config:set DISABLE_COLLECTSTATIC=1
remote:
remote: https://devcenter.heroku.com/articles/django-assets
remote: ! Push rejected, failed to compile Python app.
remote:
remote: ! Push failed
remote: Verifying deploy...
remote:
remote: ! Push rejected to arshergon.
remote:
To https://git.heroku.com/arshergon.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/arshergon.git'
python version : 3.6.7
django version : 2.1.3
heroku version : 0.1.4
git version : 2.20.1.windows.1
machine : window 10
我没有静态文件,它是一个简单的Hello,World应用程序
我输入的命令:
git init
git --all
git commit -m "first commit"
git: remote -a websitename
git push heroku master
最佳答案
试试这个
heroku config:set DISABLE_COLLECTSTATIC=1
关于Python Django heroku 错误 "! [remote rejected] master -> master (pre-receive hook declined)",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53975936/
人们可以在蜂窝设备上看到我的付费应用“Mypod 解锁 key ”,但在他们购买错误后,“下载被拒绝”该应用无法安装。它可以在 pre-honeycomb 设备上正常下载和安装。 日志显示 I/ven
我的同事们正在争论如何具体处理被拒绝的信用卡交易。我们从我们的卡处理商那里获得了很多关于交易的详细信息,并且我们正在尝试决定将多少信息传递给用户。 例如,您是否会告诉用户他们的卡被拒绝是因为卡已过期或
我正在使用 Game Center 开发一款包含多人比赛的 iOS 游戏。 一场比赛本质上是一场决斗(2 名玩家)。 当一个玩家向 friend 发送邀请时, friend 的 iPhone 会在屏幕
我使用有效卡提交交易,但我通过使用该卡快速进行大量交易使其触发了 RiskData 的“拒绝”。问题是即使RiskData返回“Decline”,它仍然使交易成功并提交结算。 这是布伦特里的 rega
我正在尝试使用 Android 实现应用内结算,但我遇到了一个奇怪的错误,而且我在网上找不到遇到类似问题的人。 我做了以下事情: 已将具有结算权限的 APK 作为 alpha 版本上传到开发者控制台构
您好,我在拒绝聊天室邀请时遇到了问题。这是我的节: var msg = $msg({"from" : tojid,"to" : room}).c("x", {"xmlns" : Strophe.NS.
在多对等框架中,如果发送者向接收者发送邀请并且接收者拒绝它。那么有什么方法可以检查接收者拒绝邀请吗? [self.browser invitePeer:peerID
我有 2 个 UAC 连接到 FreeSWITCH。第 1 方调用第 2 方。第 2 方拒绝调用(使用“拒绝”或“此处忙”)。但 FreeSWITCH 不会向第 1 方发送“拒绝”。相反,它通过 SD
我正在设置一个 git 存储库并尝试将其链接到 Heroku。当我运行命令时 git push heroku master 我收到了 Counting objects: 7, done. Delta
我在应用程序中使用 Stripe 作为支付处理器,并且有一些关于在使用 Java 库时获得错误响应而不是通过 HTTP 接收错误的问题,如 description of errors codes on
我看过this和 this它们都描述了类似的问题,但没有为我的问题提供解决方案。但是,Gitolite 昨晚才开始这样做,我不确定是什么原因造成的。以下是我遇到的错误: git@server:/pat
我得到了 FAILED: http://devcenter.heroku.com/articles/bundler ! Heroku 推送被拒绝,无法通过 Bundler 安装 gems到 gi
我有一个服务器监听来自 nexmo 的 NCCO 请求。我的 nexmo 应用程序配置为将所有传入调用转发到此服务器。当为来电请求 NCCO 时,我会返回一个带有“连接”操作的 NCCO 以及一个 w
有谁知道我需要什么 iCalendar 条件才能强制“接受/拒绝”按钮出现在 Outlook 2007 的更新 session 消息中?是否有常规 iCalendar 字段的组合,或者我错过了一些 X
在play 2.3中,如何自动拒绝(返回BadRequest)所有非application/json类型的传入请求?是否有像 BodyParsers 这样的注释类型? 我不想添加额外的检查: @Bod
代码片段不适用于代码。我正在使用 Json 导入要通过 html 显示的表格数据。在表格行中有一个模态按钮,单击该按钮时会弹出一个模态视图弹出窗口,其中包含另外两个按钮(批准和不批准)。我需要做的是在
目前,我正在“external_pub”分支上工作。我在一个文件中做了一些更改,添加它,提交并尝试推送: git push origin external_pub 但这导致了一个错误: remote:
这个问题在这里已经有了答案: remote rejected master -> master (pre-receive hook declined) (29 个答案) 关闭 8 年前。 Tasks
我已经在 GitHub 上接受并 merge 了一个 pull 请求,现在我不能再 pull 我的提交了。 消息是: ! [remote rejected] master -> master (pus
我在 digital ocean 上设置了一个 dokku droplet。 自更新 dokku 以来,我无法对其进行 git push(我尝试了三个不同的应用程序 - 都因相同的原因而失败)。我收到
我是一名优秀的程序员,十分优秀!