suchen

Heim  >  Fragen und Antworten  >  Hauptteil

git - 别人如何向我的仓库commit?

工具:IntelliJ IDEA Community 2016.1.1
使用我的账户 可以在我的电脑上进行commit, 同学可以将我的项目clone到他的电脑的IngelliJ IDEA 中 ,但是没有办法push,push时报

Push Filed
Failed with error:ERROR:Permission to OCCTony/TestForGit.git denied to OCCAngel. fatal: Could not read from remote repository.

请问为什么无法访问远程仓库?已经可以从那里clone了啊

某草草某草草2753 Tage vor614

Antworte allen(2)Ich werde antworten

  • phpcn_u1582

    phpcn_u15822017-05-02 09:38:11

    如果你要让他可以commit,有两个办法:
    1.让他fork一份你的项目,改好了再pull request,你测试没问题后merge。
    2.你在项目settings的Collaborators这里,把他的github账号加入Collaborators。

    Antwort
    0
  • 漂亮男人

    漂亮男人2017-05-02 09:38:11

    权限问题,要是谁都能随便动你的项目那还得了

    fork->pull request->merge

    Antwort
    0
  • StornierenAntwort