When I try to fetch something with git from command line I get:
"git: 'credential-git' is not a git command. See 'git --help'.
remote: Invalid username or password."
Any idea where credential-git is stored? Sourcetree and other clients are also not working.
Here is my git config:
credential.helper=osxkeychain
user.name=My Name
user.email=my@email.com
core.excludesfile=/Users/oge/.gitignore_global
difftool.sourcetree.cmd=opendiff "$LOCAL" "$REMOTE"
difftool.sourcetree.path=
mergetool.sourcetree.cmd=/Applications/Sourcetree.app/Contents/Resources/opendiff-w.sh "$LOCAL" "$REMOTE" -ancestor "$BASE" -merge "$MERGED"
mergetool.sourcetree.trustexitcode=true
commit.template=/Users/myuser/.stCommitMsg
url.https://api:@github.com/.insteadof=https://github.com/
url.https://ssh:@github.com/.insteadof=ssh://git@github.com/
url.https://git:@github.com/.insteadof=git@github.com:
filter.lfs.clean=git-lfs clean -- %f
filter.lfs.smudge=git-lfs smudge -- %f
filter.lfs.process=git-lfs filter-process
filter.lfs.required=true
credential.https://dev.azure.com.usehttppath=true
credential.helper=manager-core
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true