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

Ungit not pushing, no error message given #1538

Open
AleMunin opened this issue Nov 1, 2022 · 0 comments
Open

Ungit not pushing, no error message given #1538

AleMunin opened this issue Nov 1, 2022 · 0 comments

Comments

@AleMunin
Copy link

AleMunin commented Nov 1, 2022

I am loving the tool to manage projects, it is everything i wanted.

However I am having a problem pushing commits, at first I thought it was me using in a way I shouldn't, but I had different results doing basically the same thing. As I have little idea what one would give a clue to a problem, I hope you don't mind me narrating the sequences I made:

First time

Ungit naturally notices changes, list them all, offers a commit.
I name it, describe the commit, click on the side arrow "commit and push".
The top loading bar doesn't take much time at all to load, commit is registered on my machine, but no status on the push.
Terminal had this message very quickly:

2022-11-01T19:53:24.228Z - warn: command timedout: -c color.ui=false -c core.quotepath=false -c core.pager=cat -c core.editor=: -c credential.helper=/home/munin/.local/lib/node_modules/ungit/bin/credentials-helper 1 8448 origin fetch origin

I figured it was just a timed out, try to push on the now commit appearing on the tree, no response. But I did the same warn.

Second time, 10 minutes later

Close ungit on terminal, run it again. It remembers that I made the commit, i try to push it. No response whatsoever. No warning, no error.

Loading bar just flies when i click on the first time, nothing on the second.

I close ungit, push it myself using git just to check if I didn't commit a major mistake. No issues.

Third time, about an hour later

Ungit naturally notices changes, list them all, offers a commit.
Commit works immediately.

I push it again, loading bar goes fairly fast, gets stuck on the end. No errors on terminal or on GUI.

I decide to leave it running for a significant amount of time, way longer than when I got the warn message on first attempt:


Navigate to http://localhost:8448/#/repository?path=/home/munin/Wizarducks%20puzzles%20files/Site
2022-11-01T21:03:05.962Z - warn: command timedout: -c color.ui=false -c core.quotepath=false -c core.pager=cat -c core.editor=: -c credential.helper=/home/munin/.local/lib/node_modules/ungit/bin/credentials-helper 0 8448 origin fetch origin
2022-11-01T21:03:06.676Z - warn: command timedout: -c color.ui=false -c core.quotepath=false -c core.pager=cat -c core.editor=: -c credential.helper=/home/munin/.local/lib/node_modules/ungit/bin/credentials-helper 0 8448 origin fetch origin
2022-11-01T21:04:46.285Z - warn: command timedout: -c color.ui=false -c core.quotepath=false -c core.pager=cat -c core.editor=: -c credential.helper=/home/munin/.local/lib/node_modules/ungit/bin/credentials-helper 0 8448 origin push origin 4ed27396df4fb0edf96f484b15c9a9c749fe9d4f:main
2022-11-01T21:13:05.969Z - warn: command timedout: -c color.ui=false -c core.quotepath=false -c core.pager=cat -c core.editor=: -c credential.helper=/home/munin/.local/lib/node_modules/ungit/bin/credentials-helper 0 8448 origin fetch origin

I don't know if this is relevant or not, but that time listed is 3 hours ahead of my timezone, so I assume it is not my machine time.

What are am I doing wrong?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant