When I try to push my changes to my repo I get below error,
remote: Permission to ankalk/vue-js-task-tracker.git denied to anka-mimac
But when I run the git config --list I get below, no reference to anka-mimac
user.name=Anka Offi
user.email=ankalk@myemailaddress.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
core.editor=code --wait
core.autocrlf=input
diff.tool=vscode
difftool.vscode.cmd=code --wait --diff $LOCAL $REMOTE
alias.lg=log --pretty=format:'%an committed %h'
merge.tool=p4merge
mergetool.p4merge.path=/Applications/p4merge.app/Contents/MacOS/p4merge
credential.helper=osxkeychain
Also I have tried this command to check the authentication I get successfully authenticated message.
ssh -T git@github.com
You've successfully authenticated, but GitHub does not provide shell access.
I have gone through so many articles but couldnt find a solution for this.