-
-
Notifications
You must be signed in to change notification settings - Fork 614
Cannot push with an ssh alias - failed to resolve address #496
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
Comments
@extrawurst Does git2-rs using libgit2 also bring in libssh ? |
Yeah - i am having the same issue |
I found a way around this error message by changing the host in my ssh config from github.com-foo to foo.github.com, but now it hangs up, repeating in the logs:
using gitui 0.17.0 |
@ViridiCanis what does |
I used pull instead of push compared to OP, and it says "Pull" "preparing". the loading symbol top left next to status keeps moving, but nothing else happens |
hm I never had these issues. so I depend on you to help me on this. I pushed to a branch |
pull at 16:34:25 |
I changed my setup to use |
Hi,
Do you have a .ssh/config with a Host entry that is not a real hostname ? |
Same Issue here, gitui 0.16.2 |
Same here 0.18.0 |
Same here 0.19.0 |
@mckellygit I can't find anything conclusive here but it seems |
@ViridiCanis Hey, could you please provide more info on how to do that? |
@Phl3gmaTREEc sorry, it's been a while since I used it and I can't get it to work again. It should just be installing keychain and adding |
@extrawurst I agree. Maybe see - |
This issue has been automatically marked as stale because it has not had any activity half a year. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
I can still reproduce this in 0.21.0 |
This issue has been automatically marked as stale because it has not had any activity half a year. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
AFAIK it's still relevant |
libgit2/libgit2#6617 - soon supported by upstream |
This issue has been automatically marked as stale because it has not had any activity half a year. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
Still relevant. What's the status of implementation if the libgit2 library integrates OpenSSH support? |
Hi,
Thank you so much for gitui.
I cannot push from gitui, always getting the error -
[ERROR] push error: git error:failed to resolve address for github.com-foo: Name or service not known; class=Net (12)
But git push works fine from the cmdline.
I have in my .ssh/config the alias -
Host github.com-foo
HostName github.com
Is there a way around this ?
I am using version gitui v0.11.0 on Ubuntu 18.04
thx,
-m
The text was updated successfully, but these errors were encountered: