工具: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了啊
如果你要让他可以commit,有两个办法:
1.让他fork一份你的项目,改好了再pull request,你测试没问题后merge。
2.你在项目settings的Collaborators这里,把他的github账号加入Collaborators。
权限问题,要是谁都能随便动你的项目那还得了
fork->pull request->merge