Git push working GitKraken, failing due to permissions in VS Code

筅森魡賤 提交于 2020-01-25 06:49:30

问题


I am able to pull/push to GitHub via GitKraken on my Windows 10 machine but when using VS Code on the same machine I get permission errors.

Any thoughts?

git remote --verbose
git.stage 1
git.stage.scmResources 1
git add -A -- e:\code\sportsman_cal\public_html\js\nowMe.js
git status -z -u
git symbolic-ref --short HEAD
git rev-parse QuickUpdate1
git rev-parse --symbolic-full-name QuickUpdate1@{u}
git rev-list --left-right QuickUpdate1...refs/remotes/origin/QuickUpdate1
git for-each-ref --format %(refname) %(objectname) --sort -committerdate
git remote --verbose
git show :public_html/js/nowMe.js
git status -z -u
git symbolic-ref --short HEAD
git rev-parse QuickUpdate1
git rev-parse --symbolic-full-name QuickUpdate1@{u}
git rev-list --left-right QuickUpdate1...refs/remotes/origin/QuickUpdate1
git for-each-ref --format %(refname) %(objectname) --sort -committerdate
git remote --verbose
git commit --quiet --allow-empty-message --file -
git status -z -u
git symbolic-ref --short HEAD
git rev-parse QuickUpdate1
git rev-parse --symbolic-full-name QuickUpdate1@{u}
git rev-list --left-right QuickUpdate1...refs/remotes/origin/QuickUpdate1
git for-each-ref --format %(refname) %(objectname) --sort -committerdate
git remote --verbose
git config --get commit.template
git show :public_html/js/nowMe.js
git pull --tags origin QuickUpdate1
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

来源:https://stackoverflow.com/questions/58489695/git-push-working-gitkraken-failing-due-to-permissions-in-vs-code

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!