I started studying Git and GitHub.
And now, I could create my repository to practice and I could push commits to origin repository(in GitHub) on git bash.
But when I tried to push on Visual Studio Code, I have received this error
Permission denied (publickey).
fatal: Could not read from remote repository.
and failed to push to origin repository.
but I already remote local repository to origin repository with ssh key on git bash and I could complete push and pull between local repository and origin repository.
In others' case, they were asked GitHub credentials to push or sync, but in my case, I could not be asked any credentials like ssh key.
In this case, What should I do? Thank you.