hi!
i started using github actively a few weeks back and still consider myself quite new to git. two days back, i was facing an error when i tried to push changes to my github repo. the error code was 403. i didn't know what to do so i asked ai for help. it told me to make some changes in the powershell by using the command Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
today, i encountered another error while trying to push my code to a (different) repo. it say the following:
[email protected]: Permission denied (publickey). fatal: Could not read from remote repository.
how do i resolve this problem permanently?