score:4

Accepted answer

you need to enable your settings for git-gateway and external providers in your netlify as shown in netlify documentation:

git-gateway

this configuration can be found under https://app.netlify.com/sites/yourname/settings/identity

in addition, your config.yml lacks:

backend:
  name: git-gateway
  repo: username/repository
  branch: master

note: change username and repository for your names.

score:2

you can enable git-gateway

settings > identity > services

enter image description here


Related Query

More Query from same tag