Password authentication is temporarily disabled as part of a brownout. Please use a personal access token instead [duplicate]
Generate a new token from GitHub’s developer settings Update the remote URL: git remote set-url origin https://<token>@github.com/<Git_URL> Pull once: git pull https://<token>@<Git_URL>.git And you are good to go.