NOAA-GFDL/pace

pace git clone fails in a container

Closed this issue · 3 comments

Cloning pace via git clone --recursive https://github.com/NOAA-GFDL/pace.git fails in a container due to publickey errors.

The .gitmodules file should be specified with https uris instead of ssh urls.

Do a pass on ndsl as well with the same fix

@FlorianDeconinck, seems like ndsl doesn't need the fix, it uses the https urls

Done with #65