小编jef*_*ner的帖子

推送到Heroku时无法从远程存储库读取(Rails教程5)

我把我的第5章Sample_App推到git,然后当我'git push heroku'时,我得到:

warning: push.default is unset; its implicit value is changing in
Git 2.0 from 'matching' to 'simple'. To squelch this message
and maintain the current behavior after the default changes, use:

git config --global push.default matching

To squelch this message and adopt the new behavior now, use:

git config --global push.default simple

See 'git help config' and search for 'push.default' for further information.
(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode
'current' instead of …
Run Code Online (Sandbox Code Playgroud)

git ruby-on-rails heroku

5
推荐指数
2
解决办法
2万
查看次数

标签 统计

git ×1

heroku ×1

ruby-on-rails ×1