Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 Gitorious 中推送一个存储库,但是在我键入 git push -u origin master 的一些步骤之后,我看到了错误:
权限被拒绝(公钥)致命:无法从远程存储库读取。
请确保您拥有正确的访问权限并且存储库存在。
我检查密钥是否存在,这是因为我在创建帐户时创建了它。
存储库存在是因为我创建了它。
我的操作系统是 Windows 7。
我该如何解决?
谢谢。