I have generated the SSH key and updated the same in the Git repository. Later tried to push the code but end up with the following error. I tried the workarounds associated in stakeoverflow and in google as well but not solved. Could please advise.
remote: Password authentication is not available for Git operations. remote: You must use a personal access token or SSH key. remote: See https://github.xxx.com/settings/tokens or https://github.xxx.com/settings/ssh fatal: unable to access 'https://github.xxx.com/abcd/code.git/': The requested URL returned error: 403
Thanks.