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

浏览:24日期:2023-09-19

问题描述

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

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

请问为什么无法访问远程仓库?已经可以从那里clone了啊git - 别人如何向我的仓库commit?

问题解答

回答1:

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

回答2:

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

fork->pull request->merge

相关文章: