-
-
Notifications
You must be signed in to change notification settings - Fork 114
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
SSH remote fetch error: #774
Comments
Hi. Host * |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have installed gittyup v1.4.0 on ubuntu 24.04. Like the previous installation on ubuntu 22.04, that works correctly, I configure a remote on ssh with string "ssh://<name_server_ssh>/path/to/remote/repo".
But when form gittyup I fetch this remote console give error:
Could not resolve hostname <name_server_ssh>: Temporary failure in name resolution
no error instead when I fetch from the command line like:
git fetch remote-name
For installation, like ubuntu 22.04, i have build stable release, later I also try with master branch last commit. But there are always same error.
Also, specify path of ssh config file not works (into menu tools->options)
there is a file that I can use to specify server ip address, user login and identity_file?
Thanks
The text was updated successfully, but these errors were encountered: