You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This merge addresses an issue in MPAS-Atmosphere when obtaining physics lookup
tables from the MPAS-Data repository at build time.
On 15 March 2022, GitHub removed support for the unencrypted Git protocol (i.e.,
for obtaining repositories with URLs beginning with git://), resulting in the
following error message during during the MPAS-Atmosphere build:
*** Trying git to obtain WRF physics tables ***
Cloning into 'MPAS-Data'...
fatal: remote error:
The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
This is remedied by simply switching from the unencrypted Git protocol to HTTPS
when cloning the MPAS-Data repository.
0 commit comments