https://phabricator.wikimedia.org/config/edit/diffusion.ssh-host/ is still set to git-ssh.wikimedia.org which got killed in T296022: Deprecate git-ssh service on phabricator.wikimedia.org:
aklapper@phab1004:~$ sudo /srv/phab/phabricator/bin/config get diffusion.ssh-host
{
"config": [
{
"key": "diffusion.ssh-host",
"source": "local",
"value": "git-ssh.wikimedia.org",
"status": "set",
"errorInfo": null
},
{
"key": "diffusion.ssh-host",
"source": "database",
"value": null,
"status": "unset",
"errorInfo": null
}
]
}It's visible in many Diffusion repositories when you click the green Clone button, e.g. on https://phabricator.wikimedia.org/diffusion/EMMV/
It adds to confusion where potential contributors are supposed to get their code to hack.