WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=3b14529f3bcfaa7cca8468ca5241866be2658f8e
commit 3b14529f3bcfaa7cca8468ca5241866be2658f8e Author: Andre Schulz <an...@exhale.de> Date: Sun Apr 17 12:21:49 2022 -0700 Wiki page arcanist-guide.md changed with summary [libphputil is no longer distributed as a standalone library and is now bundled with arcanist, and the unauthenticated git protocol is no longer supported by GitHub (see https://github.blog/2021-09-01-improving-git-protocol-security-github)] by Andre Schulz --- pages/contrib/devs/arcanist-guide.md.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pages/contrib/devs/arcanist-guide.md.txt b/pages/contrib/devs/arcanist-guide.md.txt index cb2897a45..19e7d12d1 100644 --- a/pages/contrib/devs/arcanist-guide.md.txt +++ b/pages/contrib/devs/arcanist-guide.md.txt @@ -28,8 +28,7 @@ Install Arcanist by creating a new directory and cloning the two required git tr ``` mkdir ~/arcanist cd ~/arcanist -git clone git://github.com/phacility/libphutil.git -git clone git://github.com/phacility/arcanist.git +git clone https://github.com/phacility/arcanist.git ``` Add the new Arcanist binary directory to your path with the following command: --