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

Auto-export git pull and git push error #2803

Closed
thiagocorreiap opened this issue Mar 5, 2024 · 3 comments
Closed

Auto-export git pull and git push error #2803

thiagocorreiap opened this issue Mar 5, 2024 · 3 comments
Labels

Comments

@thiagocorreiap
Copy link

Debug log ID

LRQQ4L4X-refs-euc/6.7.163-6

What happened?

There is an error appearing when BBT tries to auto-export and use git. The message says it is an error on git pull and git push. Indeed I can see the process happening on my GitHub Desktop application. I am able to see that BBT created a commit and committed it. However they just accumulate and never get pushed. If I push manually it works.

I'm using auto-export + git to update my .bib file on Overleaf. I have followed the steps described in the documentation to set it up. The git I'm using is the one provided by the Overleaf.

@retorquere
Copy link
Owner

Can you try configuring the global git name & email?

git config --global user.email "you@example.com"
git config --global user.name "Your Name"

@thiagocorreiap
Copy link
Author

It is working now! Thank you for the support and quick reply. The solution was simpler than that. I just had to do a git pull on my terminal. It asked for my overleaf credentials and then everything started working as normal.
Thank you again

Copy link

github-actions bot commented Mar 6, 2024

Thanks for the feedback! Just so you know, GitHub doesn't let me control who can close issues, and @retorquere likes to leave bug reports and enhancements open as a nudge to merge them into the next release.

@github-actions github-actions bot removed the reopened label Mar 6, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants