Git推送正在运行的GitKraken,由于VS Code中的权限而失败

时间:2019-10-21 15:39:57

标签: git visual-studio-code gitkraken

我能够在Windows 10计算机上通过GitKraken将其拉入/推送到GitHub,但是在同一台计算机上使用VS Code时,会出现权限错误。

有什么想法吗?

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.

0 个答案:

没有答案