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

SSH remote fetch error: #774

Open
uvassal opened this issue May 28, 2024 · 3 comments
Open

SSH remote fetch error: #774

uvassal opened this issue May 28, 2024 · 3 comments

Comments

@uvassal
Copy link

uvassal commented May 28, 2024

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

@Murmele
Copy link
Owner

Murmele commented May 29, 2024

I am using it like this:
grafik

Is it the same for you?

@uvassal
Copy link
Author

uvassal commented May 29, 2024

I have also second remote srv-test
Screenshot 2024-05-29 alle 12 48 44

srv-test url "ssh://<name_server_ssh>/var/repo/easy-test.git" has resolved from my .ssh/config file that contains: ip address, identity_file, login username of "<name_server_ssh>"

I specify the path of ssh config file into menu tools->options but not works. Gittyup not resolve <name_server_ssh>

@uvassal
Copy link
Author

uvassal commented May 30, 2024

Hi.
I solved the problem. Into my .ssh/config file there was an invalid instruction for gittyup, see below, i use it for sourcetree on mac, and don't give any error on git of ubuntu 24.04. Can you show a more specific error when config file is invalid?

Host *
ServerAliveInterval 60

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

2 participants