FYI for those out there deving off of the internet identity package … Github finalized their changes for unauthed git: access … and the Internet Identity repo needs to get update to make a change … you might get an error like this:
Caused by:
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.
; class=Net (12)
today March 15 they finalized the change… scroll down to “when”
you can move forward by changing this file:
vi src/internet_identity/Cargo.toml
and changing line 12 from “git://” to “https://” … and continue on your merry way …
holy cow, you are right … was automatically pulling the repo but manually edited a file (dfx.json) which aborted the pull … my bad … did not meant to distract, so thanks for posting the response … basically my local clone was not updating and I thought it was … … no one is perfect