NOAA-GFDL / pace

Re-write of FV3GFS weather/climate model in Python
Apache License 2.0
12 stars 11 forks source link

pace git clone fails in a container #63

Closed mlee03 closed 5 months ago

mlee03 commented 5 months ago

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.

FlorianDeconinck commented 5 months ago

Do a pass on ndsl as well with the same fix

mlee03 commented 5 months ago

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

FlorianDeconinck commented 5 months ago

Done with #65