0
I have the error below when I try to pull/push via visual studio.
Opening repositories:
C:\Projetos\Ecommerce\Epson
Permission denied, please try again.
Permission denied, please try again.
[email protected]: Permission denied (publickey,password).
Git failed with a fatal error.
Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
When I do git bash it works normally. Since I’m using an SSL Key.
$ git pull
Enter passphrase for key '/c/Users/marconcilioka/.ssh/id_rsa':
Already up to date.
There is some configuration in visual studio to fix this ?