zoukankan      html  css  js  c++  java
  • [ISSUE]Error: Permission to user/repo denied to other-user

    机器甲上曾经使用过一个私人github账号A,并且添加了ssh验证

    后来为了公共开发,又创建了一个github账号B,提交的时候发现出现错误: remote: Permission to user_B/xxx.git denied to user_A

    使用git config, git log 查看用户名都是账号B

    github上的解决方法(https://help.github.com/articles/error-permission-to-user-repo-denied-to-other-user/)不适合,因为该项目是B创建的,并不属于A 

    按照https://help.github.com/articles/generating-ssh-keys/ 方法重新创建,还是一样的错误

    最后尝试将https 换成 git (https://help.github.com/articles/changing-a-remote-s-url/)

    git remote set-url origin git@github/...

    正确提交

    17:09 2015/3/29

    问题是多个github账户的冲突, 清除所有github账户上的 ssh key,按照如下教程重新建立 ssh-key

    http://code.tutsplus.com/tutorials/quick-tip-how-to-work-with-github-and-multiple-accounts--net-22574

    http://superuser.com/questions/272465/using-multiple-ssh-public-keys 

  • 相关阅读:
    [C++]猜词游戏简版
    [C++]异常处理实例-基础版
    C++Primer Plus习题记录-Chapter12
    C++Primer Plus习题记录-Chapter11
    [C++]MI(多继承)实例-基础版
    Windows下编译libevent及使用
    jquery点击回到顶部
    简体繁体转换
    检测ip和地区
    点击复制到剪切板
  • 原文地址:https://www.cnblogs.com/shadow21/p/4246863.html
Copyright © 2011-2022 走看看