Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
对于 git 仓库,如果我有只读权限,我可以创建一个分支并在我的分支中修改源代码吗?还是我必须分叉存储库?
你在问什么并不完全清楚。我相信您要问的是“如果磁盘上有只读存储库,您可以将自己的分支添加到其中吗?” 不,元数据区域通常都具有相同的权限。您需要克隆它,并在您的 fork 中进行更改。