diff --git a/doc/Makefile b/doc/Makefile index d61f844a1b..a082018dfb 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -230,7 +230,7 @@ $(VENV): ) $(MATHJAX): - @git clone -b 3.2.0 -c advice.detachedHead=0 --depth 1 git://github.com/mathjax/MathJax.git $@ + @git clone -b 3.2.0 -c advice.detachedHead=0 --depth 1 https://github.com/mathjax/MathJax.git $@ $(ANCHORCHECK): $(VENV) @( \ diff --git a/doc/src/Install_git.rst b/doc/src/Install_git.rst index f62bad6847..d19748d06c 100644 --- a/doc/src/Install_git.rst +++ b/doc/src/Install_git.rst @@ -137,9 +137,9 @@ changed. How to do this depends on the build system you are using. .. admonition:: Git protocols :class: note - The servers at github.com support the "git://" and "https://" access - protocols for anonymous, read-only access. If you have a suitably - configured GitHub account, you may also use SSH protocol with the + The servers at github.com support the "https://" access protocol for + anonymous, read-only access. If you have a suitably configured GitHub + account, you may also use SSH protocol with the URL "git@github.com:lammps/lammps.git". The LAMMPS GitHub project is currently managed by Axel Kohlmeyer diff --git a/doc/src/kspace_style.rst b/doc/src/kspace_style.rst index be854581ed..6a88b1f4b3 100644 --- a/doc/src/kspace_style.rst +++ b/doc/src/kspace_style.rst @@ -310,7 +310,7 @@ Forschungszentrum Juelich. The library is available for download at "http://scafacos.de" or can be cloned from the git-repository -"git://github.com/scafacos/scafacos.git". +"https://github.com/scafacos/scafacos.git". In order to use this KSpace style, you must download and build the ScaFaCoS library, then build LAMMPS with the SCAFACOS package diff --git a/doc/utils/requirements.txt b/doc/utils/requirements.txt index 900ca8a162..09f47b85bf 100644 --- a/doc/utils/requirements.txt +++ b/doc/utils/requirements.txt @@ -1,6 +1,6 @@ Sphinx==4.2.0 sphinxcontrib-spelling==7.2.1 -git+git://github.com/akohlmey/sphinx-fortran@parallel-read +git+https://github.com/akohlmey/sphinx-fortran@parallel-read sphinx_tabs==3.2.0 breathe==4.31.0 Pygments==2.10.0 diff --git a/tools/offline/scripts/use_git_cache.sh b/tools/offline/scripts/use_git_cache.sh index 46e42ca7bd..e65c06c8ed 100644 --- a/tools/offline/scripts/use_git_cache.sh +++ b/tools/offline/scripts/use_git_cache.sh @@ -8,12 +8,12 @@ fi export GIT_CONFIG_COUNT=1 export GIT_CONFIG_KEY_0="url.$GITHUB_PROXY_DIR/.insteadOf" -export GIT_CONFIG_VALUE_0=git://github.com/ +export GIT_CONFIG_VALUE_0=https://github.com/ -echo "Redirecting git://github.com urls to local cache..." +echo "Redirecting https://github.com urls to local cache..." function deactivate_git_cache { - echo "Removing git://github.com redirect..." + echo "Removing https://github.com redirect..." unset GIT_CONFIG_COUNT unset GIT_CONFIG_KEY_0 unset GIT_CONFIG_VALUE_0 diff --git a/tools/offline/use_caches.sh b/tools/offline/use_caches.sh index 71d955fe4c..5db78fd765 100644 --- a/tools/offline/use_caches.sh +++ b/tools/offline/use_caches.sh @@ -63,7 +63,7 @@ echo "or" echo echo "-D LAMMPS_DOWNLOADS_URL=${HTTP_CACHE_URL} -C \"${LAMMPS_HTTP_CACHE_CONFIG}\"" echo -echo "pip installations and git clones (from git://) are automatically redirected" +echo "pip installations and git clones (from https://) are automatically redirected" echo echo Use 'deactivate_caches' to revert changes echo diff --git a/tools/singularity/README.md b/tools/singularity/README.md index 3f7b69d409..28e742038e 100644 --- a/tools/singularity/README.md +++ b/tools/singularity/README.md @@ -21,7 +21,7 @@ built CentOS 7.x singularity container. ``` cd some/work/directory -git clone --depth 500 git://github.com/lammps/lammps.git lammps +git clone --depth 500 https://github.com/lammps/lammps.git lammps mkdir build-centos7 cd build-centos7 sudo singularity build centos7.sif ../tools/singularity/centos7.def