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.
curl -i -u "my_user_name:my_password" -X PUT -d '' 'https://api.github.com/repos/my_gh_userid/my_repo/collaborators/my_collaborator_id'
我使用“curl”找到了这种方式,但这种方式是针对 github 的。GitBlit 在我的服务器上我可以使用这种方式将协作者添加到 repo 吗?
不,你不能。您必须使用 webui。