You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 20, 2022. It is now read-only.
Problem:
When users are proposing a commit, an error during this process will cause severe problems. This can mainly happen when the users fails to authenticate with their git provider (e.g. GitHub). A typo in the credentials can also cause this.
Solution:
Interact with the git provider (i.e. though a git pull) before starting the proposal oaf the commit and enable credential caching locally. This will prevent these issues.
Problem:
When users are proposing a commit, an error during this process will cause severe problems. This can mainly happen when the users fails to authenticate with their git provider (e.g. GitHub). A typo in the credentials can also cause this.
Solution:
Interact with the git provider (i.e. though a git pull) before starting the proposal oaf the commit and enable credential caching locally. This will prevent these issues.