I was getting the following error when building: ``` 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. ``` Changing the protocol to `https` solves the problem for me.