GitHub 组织的自定义位置文本
Custom location text for GitHub organization
如何为我的 GitHub 组织的位置字段设置自定义文本?比如那个below:
在组织的设置下,我只能找到一个让我select一个国家的下拉菜单。
游戏有点晚,但这解决了我的问题!
对于组织:
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
如何为我的 GitHub 组织的位置字段设置自定义文本?比如那个below:
在组织的设置下,我只能找到一个让我select一个国家的下拉菜单。
游戏有点晚,但这解决了我的问题!
对于组织:
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