geonetwork / core-geonetwork

GeoNetwork is a catalog application to manage spatially referenced resources. It provides powerful metadata editing and search functions as well as an interactive web map viewer. It is currently used in numerous Spatial Data Infrastructure initiatives across the world.
http://geonetwork-opensource.org/
GNU General Public License v2.0
428 stars 489 forks source link

'git clone --recursive' failing #728

Closed openwis-ss closed 9 years ago

openwis-ss commented 9 years ago

When I do 'git clone --recursive git://github.com/geonetwork/core-geonetwork.git geonetwork', it gets a certain way through & then fails with output shown below. I have tried from various boxes on various networks, with the same result. Is there possibly a configuration issue in submodule? Many thanks.

Cloning into 'geoserver'... remote: Counting objects: 421, done. remote: Total 421 (delta 0), reused 0 (delta 0) Receiving objects: 100% (421/421), 62.82 MiB | 11.12 MiB/s, done. Resolving deltas: 100% (151/151), done. Checking connectivity... done. Submodule path 'geoserver': checked out '9972d31e23978d65e148938cee0f490444cd15b5' Cloning into 'web-ui/src/main/resources/catalog/lib/style/bootstrap'... Warning: Permanently added the RSA host key for IP address '192.30.252.128' to the list of known hosts. Permission denied (publickey). fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists. Clone of 'git@github.com:twbs/bootstrap.git' into submodule path 'web-ui/src/main/resources/catalog/lib/style/bootstrap' failed

landryb commented 9 years ago

Not sure if related but it seems that travis builds are also failing the same way : https://travis-ci.org/geonetwork/core-geonetwork/builds/48633868

fxprunayre commented 9 years ago

Should probably be fixed by that https://github.com/geonetwork/core-geonetwork/commit/3b1a86ba7323c9e53f5f7a0a6bc312191e83c235 ?

landryb commented 9 years ago

The travis builds on https://travis-ci.org/geonetwork/core-geonetwork seem to pass the git clone step but still fail later on.. so ... maybe :)

As for the original issue, i've just ran

$git clone --recursive git://github.com/geonetwork/core-geonetwork.git geonetwork

without issues on a machine which had not cloned geonetwork before, and https:// paths were used for submodules. so i'd say the issue itself can be closed.