Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error after git push should not read [object Object] -- is the error being swallowed and not being reported to the user? #196

Closed
hcharley opened this issue May 24, 2021 · 2 comments · Fixed by #296
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@hcharley
Copy link

git push --atomic failed, attempting non-atomic push
[object Object]
@hcharley
Copy link
Author

FWIW, after running the git push command myself, I can see the error:

 ❯ git push --follow-tags origin main                                  [13:18:32]
To https://github.com/--------/----------.git
 ! [rejected]          main -> main (non-fast-forward)
error: failed to push some refs to 'https://github.com/--------/----------.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.

@edbzn edbzn added the bug Something isn't working label May 25, 2021
@edbzn
Copy link
Member

edbzn commented May 25, 2021

Hi, thanks for reporting this, agree that we can improve error reporting here, I will take it whenever I have time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants