# 配置文件引用

关于你的 GitHub 个人资料的参考信息。

## 个人资料信息的可见性

你的个人资料中显示的名称也可能显示在你对组织拥有的专用存储库的评论旁边。 有关详细信息，请参阅“[管理组织中成员名称的显示](/zh/enterprise-server@3.22/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization)”。

能够查看你的个人资料的任何人都可以查看你的社交帐户链接。

## 个人资料图片要求

注册账户时，GitHub会为您提供一个随机生成的“身份头像”（identicon）。
[默认肖像](https://github.com/blog/1586-identicons)根据用户 ID 的哈希生成，因此无法控制其颜色或模式。 您可以将默认肖像替换为能代表您的图片。

> \[!NOTE] 个人资料图片应为 PNG、JPG 或 GIF 文件，并且大小必须小于 1 MB，并且小于 3000 x 3000 像素。 为获取质量最佳的渲染，建议图像的像素保持在大约 500 x 500 像素。

如果您使用 Gravatar，且您的 Gravatar 头像与您用于 GitHub 的电子邮件地址相关联，该图像将默认显示为您的 GitHub 个人资料图片（而不是默认头像）。 若要更改头像，您可以将新图片上传到 Gravatar，也可以将新图片上传到 GitHub，以覆盖 Gravatar 上的图片。

## 配置文件状态

您的状态将会显示：

* 在个人资料页面上
* 当人们将鼠标悬停在你的用户名或头像上时，
* 在所属团队的团队页面上。 有关详细信息，请参阅“[关于组织团队](/zh/enterprise-server@3.22/organizations/organizing-members-into-teams/about-teams#team-pages)”。
* 在所属组织的组织仪表板上。 有关详细信息，请参阅“[关于您的组织控制面板](/zh/enterprise-server@3.22/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard)”。

设置状态时，你还可以让人们知道你当前的空闲时间有限。

如果选择“忙碌”选项，当人们 @mention 你的用户名、分配给你问题或拉取请求或者请求你对拉取请求进行评审时，你的用户名旁边将会出现一条表示你在忙碌的注释。 您还将被排除在分配给您所属的任何团队的拉取请求的自动审核任务之外。 有关详细信息，请参阅“[管理团队的代码审查设置](/zh/enterprise-server@3.22/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team)”。

![草稿注释的屏幕截图。 在文本字段中写入“@octocat”，建议使用“Octocat (忙碌)”。](/assets/images/help/profile/username-with-limited-availability-text.png)

## 个人资料位置和时区

可以在个人资料中设置位置和时区，向其他人显示你的本地时间。 你的位置和时区将可见：

* 在个人资料页面上
* 当人们将鼠标悬停在你的用户名或头像上时，

![Octocat 个人资料页的屏幕截图，其中突出显示了位置、本地时间和相对时间字段。](/assets/images/help/profile/profile-location-and-time.png)

查看个人资料时，你将看到你的位置、本地时间以及与协调世界时相关的时区。 当其他人查看你的个人资料时，他们将看到你的位置、本地时间以及与他们自己本地时间的时差（以小时为单位）。

## 在个人资料中嵌入项目

您可以嵌入您拥有的或者过去一年间对其做出了贡献的公共仓库。 对复刻的提交不计为贡献，因此不能嵌入非自己所有的复刻。 有关详细信息，请参阅“[排查缺少贡献的问题](/zh/enterprise-server@3.22/account-and-profile/how-tos/contribution-settings/troubleshooting-missing-contributions)”

您可以置顶自己的任何公开 Gist。

固定项包括有关项目的重要信息，例如仓库收到的星标数或 Gist 的前几行。 在将项目嵌入到个人资料后，个人资料中的“Pinned（已嵌入）”部分将替换“Popular repositories（常用仓库）”部分。

如果你在个人简介中 `@mention` 你所属的组织，该组织将在你的活动概览中首先显示。

## Mars 2020 Helicopter 贡献者成就的合格仓库列表

Mars 2020 火星探测车贡献者成就奖授予那些为下文所列任何存储库编写程序的人。 此事件现已结束，奖章不再可用。 我们根据从美国航天局喷气推进实验室获得的资料编制了清单。

| GitHub 存储库                                                                                                 | 版本        | 标记 |
| ---------------------------------------------------------------------------------------------------------- | --------- | -- |
| [torvalds/linux](https://github.com/torvalds/linux)                                                        | 3.4       |    |
| [v3.4](https://github.com/torvalds/linux/releases/tag/v3.4)                                                |           |    |
| [python/cpython](https://github.com/python/cpython)                                                        | 3.9.2     |    |
| [v3.9.2](https://github.com/python/cpython/releases/tag/v3.9.2)                                            |           |    |
| [boto/boto3](https://github.com/boto/boto3)                                                                | 1.17.17   |    |
| [1.17.17](https://github.com/boto/boto3/releases/tag/1.17.17)                                              |           |    |
| [boto/botocore](https://github.com/boto/botocore)                                                          | 1.20.11   |    |
| [1.20.11](https://github.com/boto/botocore/releases/tag/1.20.11)                                           |           |    |
| [certifi/python-certifi](https://github.com/certifi/python-certifi)                                        | 2020.12.5 |    |
| [2020.12.05](https://github.com/certifi/python-certifi/releases/tag/2020.12.05)                            |           |    |
| [chardet/chardet](https://github.com/chardet/chardet)                                                      | 4.0.0     |    |
| [4.0.0](https://github.com/chardet/chardet/releases/tag/4.0.0)                                             |           |    |
| [matplotlib/cycler](https://github.com/matplotlib/cycler)                                                  | 0.10.0    |    |
| [v0.10.0](https://github.com/matplotlib/cycler/releases/tag/v0.10.0)                                       |           |    |
| [elastic/elasticsearch-py](https://github.com/elastic/elasticsearch-py)                                    | 6.8.1     |    |
| [6.8.1](https://github.com/elastic/elasticsearch-py/releases/tag/6.8.1)                                    |           |    |
| [ianare/exif-py](https://github.com/ianare/exif-py)                                                        | 2.3.2     |    |
| [2.3.2](https://github.com/ianare/exif-py/releases/tag/2.3.2)                                              |           |    |
| [kjd/idna](https://github.com/kjd/idna)                                                                    | 2.10      |    |
| [v2.10](https://github.com/kjd/idna/releases/tag/v2.10)                                                    |           |    |
| [jmespath/jmespath.py](https://github.com/jmespath/jmespath.py)                                            | 0.10.0    |    |
| [0.10.0](https://github.com/jmespath/jmespath.py/releases/tag/0.10.0)                                      |           |    |
| [nucleic/kiwi](https://github.com/nucleic/kiwi)                                                            | 1.3.1     |    |
| [1.3.1](https://github.com/nucleic/kiwi/releases/tag/1.3.1)                                                |           |    |
| [matplotlib/matplotlib](https://github.com/matplotlib/matplotlib)                                          | 3.3.4     |    |
| [v3.3.4](https://github.com/matplotlib/matplotlib/releases/tag/v3.3.4)                                     |           |    |
| [numpy/numpy](https://github.com/numpy/numpy)                                                              | 1.20.1    |    |
| [v1.20.1](https://github.com/numpy/numpy/releases/tag/v1.20.1)                                             |           |    |
| [opencv/opencv-python](https://github.com/opencv/opencv-python)                                            | 4.5.1.48  |    |
| [48](https://github.com/opencv/opencv-python/releases/tag/48)                                              |           |    |
| [python-pillow/Pillow](https://github.com/python-pillow/Pillow)                                            | 8.1.0     |    |
| [8.1.0](https://github.com/python-pillow/Pillow/releases/tag/8.1.0)                                        |           |    |
| [pycurl/pycurl](https://github.com/pycurl/pycurl)                                                          | 7.43.0.6  |    |
| [REL\_7\_43\_0\_6](https://github.com/pycurl/pycurl/releases/tag/REL_7_43_0_6)                             |           |    |
| [pyparsing/pyparsing](https://github.com/pyparsing/pyparsing)                                              | 2.4.7     |    |
| [pyparsing\_2.4.7](https://github.com/pyparsing/pyparsing/releases/tag/pyparsing_2.4.7)                    |           |    |
| [pyserial/pyserial](https://github.com/pyserial/pyserial)                                                  | 3.5       |    |
| [v3.5](https://github.com/pyserial/pyserial/releases/tag/v3.5)                                             |           |    |
| [dateutil/dateutil](https://github.com/dateutil/dateutil)                                                  | 2.8.1     |    |
| [2.8.1](https://github.com/dateutil/dateutil/releases/tag/2.8.1)                                           |           |    |
| [yaml/pyyaml](https://github.com/yaml/pyyaml)                                                              | 5.4.1     |    |
| [5.4.1](https://github.com/yaml/pyyaml/releases/tag/5.4.1)                                                 |           |    |
| [psf/requests](https://github.com/psf/requests)                                                            | 2.25.1    |    |
| [v2.25.1](https://github.com/psf/requests/releases/tag/v2.25.1)                                            |           |    |
| [boto/s3transfer](https://github.com/boto/s3transfer)                                                      | 0.3.4     |    |
| [0.3.4](https://github.com/boto/s3transfer/releases/tag/0.3.4)                                             |           |    |
| [enthought/scimath](https://github.com/enthought/scimath)                                                  | 4.2.0     |    |
| [4.2.0](https://github.com/enthought/scimath/releases/tag/4.2.0)                                           |           |    |
| [scipy/scipy](https://github.com/scipy/scipy)                                                              | 1.6.1     |    |
| [v1.6.1](https://github.com/scipy/scipy/releases/tag/v1.6.1)                                               |           |    |
| [benjaminp/six](https://github.com/benjaminp/six)                                                          | 1.15.0    |    |
| [1.15.0](https://github.com/benjaminp/six/releases/tag/1.15.0)                                             |           |    |
| [enthought/traits](https://github.com/enthought/traits)                                                    | 6.2.0     |    |
| [6.2.0](https://github.com/enthought/traits/releases/tag/6.2.0)                                            |           |    |
| [urllib3/urllib3](https://github.com/urllib3/urllib3)                                                      | 1.26.3    |    |
| [1.26.3](https://github.com/urllib3/urllib3/releases/tag/1.26.3)                                           |           |    |
| [python-attrs/attrs](https://github.com/python-attrs/attrs)                                                | 19.3.0    |    |
| [19.3.0](https://github.com/python-attrs/attrs/releases/tag/19.3.0)                                        |           |    |
| [CheetahTemplate3/cheetah3](https://github.com/CheetahTemplate3/cheetah3/)                                 | 3.2.4     |    |
| [3.2.4](https://github.com/CheetahTemplate3/cheetah3/releases/tag/3.2.4)                                   |           |    |
| [pallets/click](https://github.com/pallets/click)                                                          | 7.0       |    |
| [7.0](https://github.com/pallets/click/releases/tag/7.0)                                                   |           |    |
| [pallets/flask](https://github.com/pallets/flask)                                                          | 1.1.1     |    |
| [1.1.1](https://github.com/pallets/flask/releases/tag/1.1.1)                                               |           |    |
| [flask-restful/flask-restful](https://github.com/flask-restful/flask-restful)                              | 0.3.7     |    |
| [0.3.7](https://github.com/flask-restful/flask-restful/releases/tag/0.3.7)                                 |           |    |
| [pytest-dev/iniconfig](https://github.com/pytest-dev/iniconfig)                                            | 1.0.0     |    |
| [v1.0.0](https://github.com/pytest-dev/iniconfig/releases/tag/v1.0.0)                                      |           |    |
| [pallets/itsdangerous](https://github.com/pallets/itsdangerous)                                            | 1.1.0     |    |
| [1.1.0](https://github.com/pallets/itsdangerous/releases/tag/1.1.0)                                        |           |    |
| [pallets/jinja](https://github.com/pallets/jinja)                                                          | 2.10.3    |    |
| [2.10.3](https://github.com/pallets/jinja/releases/tag/2.10.3)                                             |           |    |
| [lxml/lxml](https://github.com/lxml/lxml)                                                                  | 4.4.1     |    |
| [lxml-4.4.1](https://github.com/lxml/lxml/releases/tag/lxml-4.4.1)                                         |           |    |
| [Python-Markdown/markdown](https://github.com/Python-Markdown/markdown)                                    | 3.1.1     |    |
| [3.1.1](https://github.com/Python-Markdown/markdown/releases/tag/3.1.1)                                    |           |    |
| [pallets/markupsafe](https://github.com/pallets/markupsafe)                                                | 1.1.1     |    |
| [1.1.1](https://github.com/pallets/markupsafe/releases/tag/1.1.1)                                          |           |    |
| [pypa/packaging](https://github.com/pypa/packaging)                                                        | 19.2      |    |
| [19.2](https://github.com/pypa/packaging/releases/tag/19.2)                                                |           |    |
| [pexpect/pexpect](https://github.com/pexpect/pexpect)                                                      | 4.7.0     |    |
| [4.7.0](https://github.com/pexpect/pexpect/releases/tag/4.7.0)                                             |           |    |
| [pytest-dev/pluggy](https://github.com/pytest-dev/pluggy)                                                  | 0.13.0    |    |
| [0.13.0](https://github.com/pytest-dev/pluggy/releases/tag/0.13.0)                                         |           |    |
| [pexpect/ptyprocess](https://github.com/pexpect/ptyprocess)                                                | 0.6.0     |    |
| [0.6.0](https://github.com/pexpect/ptyprocess/releases/tag/0.6.0)                                          |           |    |
| [pytest-dev/py](https://github.com/pytest-dev/py)                                                          | 1.8.0     |    |
| [1.8.0](https://github.com/pytest-dev/py/releases/tag/1.8.0)                                               |           |    |
| [pyparsing/pyparsing](https://github.com/pyparsing/pyparsing)                                              | 2.4.5     |    |
| [pyparsing\_2.4.5](https://github.com/pyparsing/pyparsing/releases/tag/pyparsing_2.4.5)                    |           |    |
| [pytest-dev/pytest](https://github.com/pytest-dev/pytest)                                                  | 5.3.0     |    |
| [5.3.0](https://github.com/pytest-dev/pytest/releases/tag/5.3.0)                                           |           |    |
| [stub42/pytz](https://github.com/stub42/pytz)                                                              | 2019.3    |    |
| [release\_2019.3](https://github.com/stub42/pytz/releases/tag/release_2019.3)                              |           |    |
| [uiri/toml](https://github.com/uiri/toml)                                                                  | 0.10.0    |    |
| [0.10.0](https://github.com/uiri/toml/releases/tag/0.10.0)                                                 |           |    |
| [pallets/werkzeug](https://github.com/pallets/werkzeug)                                                    | 0.16.0    |    |
| [0.16.0](https://github.com/pallets/werkzeug/releases/tag/0.16.0)                                          |           |    |
| [dmnfarrell/tkintertable](https://github.com/dmnfarrell/tkintertable)                                      | 1.2       |    |
| [v1.2](https://github.com/dmnfarrell/tkintertable/releases/tag/v1.2)                                       |           |    |
| [wxWidgets/wxPython-Classic](https://github.com/wxWidgets/wxPython-Classic)                                | 2.9.1.1   |    |
| [wxPy-2.9.1.1](https://github.com/wxWidgets/wxPython-Classic/releases/tag/wxPy-2.9.1.1)                    |           |    |
| [nasa/fprime](https://github.com/nasa/fprime)                                                              | 1.3       |    |
| [NASA-v1.3](https://github.com/nasa/fprime/releases/tag/NASA-v1.3)                                         |           |    |
| [nucleic/cppy](https://github.com/nucleic/cppy)                                                            | 1.1.0     |    |
| [1.1.0](https://github.com/nucleic/cppy/releases/tag/1.1.0)                                                |           |    |
| [opencv/opencv](https://github.com/opencv/opencv)                                                          | 4.5.1     |    |
| [4.5.1](https://github.com/opencv/opencv/releases/tag/4.5.1)                                               |           |    |
| [curl/curl](https://github.com/curl/curl)                                                                  | 7.72.0    |    |
| [curl-7\_72\_0](https://github.com/curl/curl/releases/tag/curl-7_72_0)                                     |           |    |
| [madler/zlib](https://github.com/madler/zlib)                                                              | 1.2.11    |    |
| [v1.2.11](https://github.com/madler/zlib/releases/tag/v1.2.11)                                             |           |    |
| [apache/lucene](https://github.com/apache/lucene)                                                          | 7.7.3     |    |
| [releases/lucene-solr/7.7.3](https://github.com/apache/lucene/releases/tag/releases%2Flucene-solr%2F7.7.3) |           |    |
| [yaml/libyaml](https://github.com/yaml/libyaml)                                                            | 0.2.5     |    |
| [0.2.5](https://github.com/yaml/libyaml/releases/tag/0.2.5)                                                |           |    |
| [elastic/elasticsearch](https://github.com/elastic/elasticsearch)                                          | 6.8.1     |    |
| [v6.8.1](https://github.com/elastic/elasticsearch/releases/tag/v6.8.1)                                     |           |    |
| [twbs/bootstrap](https://github.com/twbs/bootstrap)                                                        | 4.3.1     |    |
| [v4.3.1](https://github.com/twbs/bootstrap/releases/tag/v4.3.1)                                            |           |    |
| [vuejs/vue](https://github.com/vuejs/vue)                                                                  | 2.6.10    |    |
| [v2.6.10](https://github.com/vuejs/vue/releases/tag/v2.6.10)                                               |           |    |
| [carrotsearch/hppc](https://github.com/carrotsearch/hppc)                                                  | 0.7.1     |    |
| [0.7.1](https://github.com/carrotsearch/hppc/releases/tag/0.7.1)                                           |           |    |
| [JodaOrg/joda-time](https://github.com/JodaOrg/joda-time)                                                  | 2.10.1    |    |
| [v2.10.1](https://github.com/JodaOrg/joda-time/releases/tag/v2.10.1)                                       |           |    |
| [tdunning/t-digest](https://github.com/tdunning/t-digest)                                                  | 3.2       |    |
| [t-digest-3.2](https://github.com/tdunning/t-digest/releases/tag/t-digest-3.2)                             |           |    |
| [HdrHistogram/HdrHistogram](https://github.com/HdrHistogram/HdrHistogram)                                  | 2.1.9     |    |
| [HdrHistogram-2.1.9](https://github.com/HdrHistogram/HdrHistogram/releases/tag/HdrHistogram-2.1.9)         |           |    |
| [locationtech/spatial4j](https://github.com/locationtech/spatial4j)                                        | 0.7       |    |
| [spatial4j-0.7](https://github.com/locationtech/spatial4j/releases/tag/spatial4j-0.7)                      |           |    |
| [locationtech/jts](https://github.com/locationtech/jts)                                                    | 1.15.0    |    |
| [jts-1.15.0](https://github.com/locationtech/jts/releases/tag/jts-1.15.0)                                  |           |    |
| [apache/logging-log4j2](https://github.com/apache/logging-log4j2)                                          | 2.11      |    |
| [log4j-2.11.0](https://github.com/apache/logging-log4j2/releases/tag/log4j-2.11.0)                         |           |    |