如何为我的 GitHub 组织的位置字段设置自定义文本?比如下面这个:
在组织的设置下,我只能找到一个下拉菜单,让我选择一个国家。
游戏有点晚了,但这解决了我的问题!
对于组织:
curl -H "Authorization: bearer GH_PAT_HERE" -d '{"location":"YOUR CUSTOM LOCATION"}' https://api.github.com/orgs/ORG_NAME
另外对于用户:
curl -H "Authorization: bearer GH_PAT_HERE" -d '{"location":"YOUR CUSTOM LOCATION"}' https://api.github.com/user
信用:https ://github.community/t/setting-custom-location-for-github-free-organizations/193506/2