NCAR / WRF_DOCKER

WPS and WRF docker container, GNU MPI Build and Run
55 stars 30 forks source link

Not able to clone hdf5 from the provided link #7

Open bhardwaj-garvit opened 1 year ago

bhardwaj-garvit commented 1 year ago

While executing line number 51 in the Dockerfile my terminal threw this error: Line #51: && git clone https://bitbucket.hdfgroup.org/scm/hdffv/hdf5.git \ Terminal o/p: #14 3.207 fatal: could not read Username for 'https://bitbucket.hdfgroup.org': No such device or address

I tried opening this but there is no repository by the name hdf5 on this page, can see hdf5docs etc., can you please check and let me know that does the link needs to be updated?

santisis commented 1 year ago

I've found that the repository is now hosted in Github. Replace the git clone repository with: https://github.com/HDFGroup/hdf5.git

(Also check issue #5 , downloading NCL is broken too.)