I am unable to perform git push/pull, since my local Git isn't logged in.
I cloned my repo and branches, by logging into GitHub Desktop app.
GitHub Desktop has been able to pick up on my changes (I think local ones) and I can navigate all repos and branches that my GitHub account has access to.
Terminal:
me@PF2DCSXD:/mnt/c/Users/user/Documents/GitHub/workers-python/workers/composite_key/compositekey/tests$ git pull
Username for 'https://github.com': me
Password for 'https://me@github.com':
remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
fatal: Authentication failed for 'https://github.com/iotahoe/workers-python.git/'
Attempted Solution
I now have a GitHub PAT, and I updated Windows Credentials.
This appeared:
Terminal:
$ git pull
Username for 'https://github.com': me
Password for 'https://me@github.com':
remote: The `ORG' organization has enabled or enforced SAML SSO. To access
remote: this repository, visit https://github.com/orgs/iotahoe/sso?authorization_request=<CAPITLISED_ALPHA_NUM> # censored (just in-case)
remote: and try your request again.
fatal: unable to access 'https://github.com/ORG/REPO.git/': The requested URL returned error: 403
Then I followed the authentication link, authorised access via. Okta Verify app (already set up).
Please let me know if there is anything else I can add to this post.