fix git error that themes submodule is added with a git: url instead of https
add a single line
git config --global url."https://".insteadOf git://
to fix the git error of flask-oidc in requirement.txt
add a single line
git config --global url."https://".insteadOf git://
to fix the git error of flask-oidc in requirement.txt
By using this service You acknowledge the Terms of Service and Privacy Policy.