NOAA-GFDL / pace

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

change url address to https address in .gitmodules #65

Closed mlee03 closed 5 months ago

mlee03 commented 5 months ago

Purpose

Currently, due to ssh url specifications in the .gitmodules file, users cannot clone pace without having to set up SSH keys. Cloning pace should be accessible and the .gitmodules file should be modified with https urls.

Code changes:

The urls specified in .gitmodules have been changed from ssh to https address

Requirements changes:

N/A

Infrastructure changes:

N/A

Checklist

Before submitting this PR, please make sure:

Additionally, if this PR contains code authored by new contributors:

FlorianDeconinck commented 5 months ago

Relates to #63