Github user home4slc commented on the pull request:
https://github.com/apache/incubator-quarks-website/pull/51#issuecomment-215602999
I just merged this, but I got an odd error...
Susans-MBP-318:incubator-quarks-website susancline$ sh build.sh
Configuration file:
/Users/susancline/git-wip-apache-docs/incubator-quarks-website/site/_config.yml
Source:
/Users/susancline/git-wip-apache-docs/incubator-quarks-website/site
Destination: ../content_tmp
Incremental build: disabled. Enable with --incremental
Generating...
done in 0.828 seconds.
Auto-regeneration: disabled. Use --watch to enable.
Switched to branch 'asf-site'
Your branch is behind 'origin/asf-site' by 9 commits, and can be
fast-forwarded.
(use "git pull" to update your local branch)
Committing changes to asf-site branch from master branch
[asf-site 0304cdc] from e1bd198bfd0426a24e71b588db1775039fa9fc5d
40 files changed, 4398 insertions(+), 166 deletions(-)
create mode 100644 content/recipes/recipe_adaptable_deadtime_filter.html
create mode 100644 content/recipes/recipe_adaptable_polling_source.html
create mode 100644 content/recipes/recipe_dynamic_analytic_control.html
You are now on the asf-site branch
Run git push origin asf-site to update the live site.
Susans-MBP-318:incubator-quarks-website susancline$ git push origin asf-site
To https://git-wip-us.apache.org/repos/asf/incubator-quarks-website.git
! [rejected] asf-site -> asf-site (non-fast-forward)
error: failed to push some refs to
'https://git-wip-us.apache.org/repos/asf/incubator-quarks-website.git'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Integrate the remote changes (e.g.
hint: 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
Susans-MBP-318:incubator-quarks-website susancline$ git push <-- my
mistake, I did not read the error above
To https://git-wip-us.apache.org/repos/asf/incubator-quarks-website.git
! [rejected] asf-site -> asf-site (non-fast-forward)
error: failed to push some refs to
'https://git-wip-us.apache.org/repos/asf/incubator-quarks-website.git'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Integrate the remote changes (e.g.
hint: 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
Now I did a 'git pull' and I got this:
Susans-MBP-318:incubator-quarks-website susancline$ git pull
Merge made by the 'recursive' strategy.
Susans-MBP-318:incubator-quarks-website susancline$ git status
On branch asf-site
Your branch is ahead of 'origin/asf-site' by 2 commits.
(use "git push" to publish your local commits)
Untracked files:
(use "git add <file>..." to include in what will be committed)
_site/
nothing added to commit but untracked files present (use "git add" to track)
Can someone help me untangle this and tell me what I should do?
Thanks, Susan
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---