You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use local .gitconfig files to manage permissions within local/specific folders. In my terminal, I can easily use git pull and git push with no permission issues. However, when I use these buttons in the plugin, I get the following error
Git pull --rebase failed
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
I can fix this by putting my .gitconfig items into the .git/config, but I prefer to utilize the .gitconfig file from the higher scope.
Thank you!
The text was updated successfully, but these errors were encountered:
I use local
.gitconfig
files to manage permissions within local/specific folders. In my terminal, I can easily usegit pull
andgit push
with no permission issues. However, when I use these buttons in the plugin, I get the following errorI can fix this by putting my
.gitconfig
items into the.git/config
, but I prefer to utilize the.gitconfig
file from the higher scope.Thank you!
The text was updated successfully, but these errors were encountered: