搜尋

首頁  >  問答  >  主體

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了啊

某草草某草草2771 天前621

全部回覆(2)我來回復

  • phpcn_u1582

    phpcn_u15822017-05-02 09:38:11

    如果你要讓他可以commit,有兩個辦法:
    1.讓他fork一份你的項目,改好了再pull request,你測試沒問題後merge。
    2.你在專案settings的Collaborators這裡,把他的github帳號加入Collaborators。

    回覆
    0
  • 漂亮男人

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

    權限問題,要是誰都能隨便動你的專案那還得了

    fork->pull request->merge

    回覆
    0
  • 取消回覆