git connection refused

Asked by Ben Dugan

This command:

git clone git://git.geda-project.org/geda-gaf.git

is yielding:

cloning into 'geda-gaf'...
fatal: unable to connect to git.geda-project.org:
git.geda-project.org[0: 159.250.13.27]: errno=Connection refused

Has the repository moved?

Thanks in advance.

Question information

Language:
English Edit question
Status:
Solved
For:
gEDA Edit question
Assignee:
No assignee Edit question
Solved by:
DJ Delorie
Solved:
Last query:
Last reply:
Revision history for this message
Best DJ Delorie (djdelorie) said :
#1

No, it's just an old machine and occasionally the daemon dies. I restarted it.

Revision history for this message
Ben Dugan (bdugan-9) said :
#2

Thanks DJ Delorie, that solved my question.

Revision history for this message
shah (shahaast788) said :
#3

"Connection refused" error in Git typically means that your local Git client is unable to connect to the remote Git repository. This error could occur due to a variety of reasons, such as incorrect URL, network issues, or permission problems.

Here are some steps you can try to resolve the "Connection refused" error:

Verify the remote URL: Check the URL of the remote repository by running the command git remote -v in your terminal. Ensure that the URL is correct and matches the remote repository you are trying to access.

Check network connectivity: Ensure that your network connection is stable and working correctly. Try accessing other websites or services to verify your internet connection.

Check firewall settings: Check if there are any firewall settings blocking your Git traffic. Try disabling your firewall temporarily to see if it resolves the issue.

Check SSH key: If you are using SSH to connect to the remote repository, check if your SSH key is correctly set up. Try running ssh -T <email address hidden> to test your SSH connection.

Check access permissions: Check if you have the necessary access permissions to access the remote repository. Ensure that you have the correct credentials to authenticate yourself, such as your username and password or your SSH key passphrase...read more: https://yttomp3.biz/