How to push to github using deploy key on windows?

余生长醉 提交于 2019-12-11 16:28:24

问题


I have created a deploy key (like so), and added the deploy key on github

But when I go to push to the repo, I see

ERROR: Permission to stevecondylios/cran-libraries.git denied to deploy key
fatal: Could not read from remote repository.

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

Notes

  • Keys are saved in C:\Users\Administrator\.ssh
  • Windows Server 2019
  • Repo is public, the purpose of the deploy key is for write access

来源:https://stackoverflow.com/questions/58416318/how-to-push-to-github-using-deploy-key-on-windows

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