git 出现ERROR: Permission to Alexander1025/gitTextTwo.git denied to JerryMark1. fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.
你的帐号没有访问权限
请问下添加权限是在
Collaborators那里添加的吗?
@JerryMark: 你从哪里拉代码,服务器在哪里就在哪加
@Rich.T: 我克隆下来,修改了,然后提交,就出现这个情况了,要不你举个列子说下,在github上是这样设置权限?
@JerryMark: 你是公开库还是私有库
@Rich.T: 公开的
@JerryMark: SSH key设过了吗
@JerryMark:
提交流程如下:
git add ./
git commit -am '111111'
git push
@Rich.T: 不是在项目后面添加用户名就可以了吗?ssh key也要添加吗
@JerryMark: 公钥相当于权限
@Rich.T: 哦,谢谢