Skip to main content



      Home
Home » Newcomers » Newcomers » Cannot clone repository anymore
Cannot clone repository anymore [message #1844202] Mon, 06 September 2021 05:47 Go to next message
Eclipse UserFriend
Hi,
this command doesn't work anymore:
git clone -b master --recursive git://git.eclipse.org/gitroot/platform/eclipse.platform.releng.aggregator.git z
Klone nach 'z' ...
fatal: Konnte nicht nach git.eclipse.org verbinden:
git.eclipse.org[0: 198.41.30.196]: errno=Die Wartezeit für die Verbindung ist abgelaufen

Was something changed at serve side, or do I have firewall or proxy issues?
The command was working a few weeks ago...
Re: Cannot clone repository anymore [message #1844205 is a reply to message #1844202] Mon, 06 September 2021 06:40 Go to previous messageGo to next message
Eclipse UserFriend
Yes, git protocol has been terminated. Github plans to do the same. One of these should work:

http://git.eclipse.org/gitroot/platform/eclipse.platform.releng.git
https://git.eclipse.org/r/platform/eclipse.platform.releng
Re: Cannot clone repository anymore [message #1844219 is a reply to message #1844205] Mon, 06 September 2021 10:28 Go to previous message
Eclipse UserFriend
Thanks a lot!
This works for me now:
git clone -b master --recursive https://git.eclipse.org/r/platform/eclipse.platform.releng.aggregator.git/ z
Previous Topic:Errors importing old projects into new workspace
Next Topic:Cannot get json text to display in internal browser view
Goto Forum:
  


Current Time: Sat Jul 12 20:56:42 EDT 2025

Powered by FUDForum. Page generated in 0.43812 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top