You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fatal: ambiguous argument 'refs/remotes/origin/gh-pages': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
Error: git push failed (exit status 128).
Note: Due to security constraints, Elsa does not show the error message from git, as it may include sensitive information and this could be logged. Use the --show-git-push-stderr switch to change this behavior.
Setting up git...
Rewriting gh-pages branch...
Pushing to GitHub...
Script failed with status 128
Oh, so the error on python.cz was different. But the fatal error message appears to exist in all Travis deploy logs, even tough it's actually non-fatal:
Deploying application
fatal: ambiguous argument 'refs/remotes/origin/gh-pages': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
Setting up git...
Rewriting gh-pages branch...
Pushing to GitHub...
Done. Your build exited with 0.
We should suppress it, it's confusing.
hroncok
changed the title
First deploy on Travis CI will fail if gh-pages does not yet exist
Travis CI deployment logs "fatal" error, yet it's actually harmless
Aug 26, 2018
I blame 2be014e + ba0fc9e
The text was updated successfully, but these errors were encountered: