I'm having an issue pushing from RStudio to Github post update
When I try to push I get the following error:
/usr/local/git/bin/git push origin HEAD:refs/heads/master
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/aestanle/partner/'
Which I understand means that I need to enter a personal access token (PAT). I've followed the instructions from this post by going into my keychain access and entering the PAT I created.
This still didn't work nor did the happy git suggestion to enter the PAT directly into R Studio
gitcreds::gitcreds_set()
Error in new_git_error("git_error", args = args, stdout = out, status = attr(out, :
System git failed: xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
Any thoughts on what is going wrong or what else I could try?