美文网首页Android 填坑之路
使用git 上传代码的时候 git pull 可以成功 但是

使用git 上传代码的时候 git pull 可以成功 但是

作者: 雪纳瑞的哈士奇 | 来源:发表于2018-11-05 10:47 被阅读732次

    最近新建了一个项目 把代码放到gitee上面去
    使用git上传的时候
    按照流程创建了文件 修改了配置
    git pull 的时候正常
    Already up to date
    已经是最新的

    但是git push的时候
    fatal: Could not read from remote repository.

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

    原因是因为配置公钥的时候在项目中配置了 但是没有在个人设置里面配置 这就导致了 gitee找不到你的公钥
    从而判断你没有权限

    相关文章

      网友评论

        本文标题:使用git 上传代码的时候 git pull 可以成功 但是

        本文链接:https://www.haomeiwen.com/subject/kzgjxqtx.html