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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Push issue with SSH #501

Open
wmckeever opened this issue Jun 14, 2023 · 1 comment
Open

Push issue with SSH #501

wmckeever opened this issue Jun 14, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@wmckeever
Copy link

馃敡 Summary

I am trying to push to my repository from MacOS. Whenever I do I get the same ssh error

git push -f

The Results are all the same, I keep getting this error:
client_loop: send disconnect: Broken pipe
send-pack: unexpected disconnect while reading sideband packet
fatal: the remote end hung up unexpectedly

To reproduce it just type gt push or git push -f

What I expected to see was that the changes were added to my repository

client_loop: send disconnect: Broken pipe
send-pack: unexpected disconnect while reading sideband packet
fatal: the remote end hung up unexpectedly

Possible Solution

It says it has to do with my ~/.ssh/config file but I modified that to account for the timeout and nothing.

@wmckeever wmckeever added the bug Something isn't working label Jun 14, 2023
@mrexox
Copy link
Member

mrexox commented Jun 15, 2023

Hey! Have you tried LEFTHOOK=0 git push? Does pushing work without lefthook?

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

No branches or pull requests

2 participants