I'm on a Mac OS
I'm using the terminal (bsh)
I have all my repos on the Mac and they were working before the change
I have cleared any passwords or credentials in keychain
I do not want to issue pull commands in my repos
How can I implement an app password (preferably globally) to enable
$ git push origin main
and not get an error (right now it is a 403 error)
Thanks,
Hi Jerry,
I see that you created a support ticket for this issue, I just wanted to post a reply here for any other users also who may come across your post.
Apart from the 403 error, it's important to look at any other messages in the output that may provide additional info on why the error occurs. If the output includes the message
Your credentials lack one or more required privilege scopes.
this means that the app password doesn't have the necessary permissions for the operation that is performed.
If the app password is used only for git clone, git pull and git push operations, then the permissions Repositories:Read and Repositories:Write are needed.
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.