
让我们从这里开始构建
致力于提高生产力,专为协作而设计,以内置的安全性而著称,欢迎来到开发者喜爱的平台。
受到全球领先企业的信赖 ↘︎
高效
加速高质量软件开发。 Our AI-powered platform drives innovation with tools that boost developer velocity.
- index.html
- script.js
- package.json
<div class="position-absolute width-full color-bg-default" style="bottom: -4rem;">
<div class="container-xl p-responsive">
<div class="d-flex flex-justify-center flex-lg-justify-end color-bg-default">
<div class="col-8 col-sm-7 col-md-6 col-lg-5 position-relative z-2 right-lg-n12 events-none">
<picture>
<source srcset="astro-mona.webp" type="image/webp">
<img src="astro-mona.svg" width="960" height="967" class="home-astro-mona width-full position-absolute bottom-0 height-auto" alt="Mona looking at GitHub activity across the globe">
</picture>
</div>
</div>
</div>
</div>
- Terminal
- Output
- Problems
- Debug Console

GitHub Copilot 是一款人工智能辅助编程工具,将自然语言提示转化为编程建议,使您能够更快地完成任务,提升编程效率高达55%。
import matplotlib.pyplot as plt
def draw_scatterplot(x_values, y_values):
plt.scatter(x_values, y_values, s=20)
plt.title("Scatter Plot")
plt.xlabel("x values")
plt.ylabel("y values")
plt.show()
const seconds = 3600
const minutes = seconds / 60
const hours = minutes / 60
const days = hours / 24
const weeks = days / 7
const months = days / 30
const years = months / 12
package main
func Memoize(fn func(int) int) func(int) int {
cache := make(map[int]int)
return func(n int) int {
if v, ok := cache[n]; ok {
return v
}
cache[n] = fn(n)
return cache[n]
}
}
GitHub Actions 通过简单而安全的CI/CD功能,自动化您的构建、测试和部署工作流程。
GitHub Mobile 将您的项目装进口袋里,这样您就可以随时随地掌握项目的进展,不会错过任何重要信息。
协作
加强协作 我们提供无限制的代码仓库,最佳的版本控制功能和全球最强大的开源社区,让您的团队可以更高效地协同工作。

GitHub Discussions create space to ask questions and have open-ended conversations.
Pull requests allow real-time communication and collaboration about code changes.
GitHub Sponsors lets you support your favorite open source maintainers and projects.
安全
Embed security into the developer workflow. With GitHub, developers can secure their code in minutes and organizations can automatically comply with regulations.
-
Build1m 21s
-
Initialize CodeQL1m 42s
-
Autobuild1m 24s
-
Perform CodeQL Analyses1m 36s
Secret scanning automatically looks for partner patterns and prevents fraudulent use of accidentally committed secrets.
Dependabot makes it easy to find and fix vulnerable dependencies in your supply chain.
Code scanning is GitHub’s static code analysis tool that helps you remediate issues in your code.
一个任何人在任何地方都可以构建的开发者平台
无论是扩展您的初创公司还是学习如何编程,GitHub都是您的家园。加入全球最大的开发者平台,共同构建能够推动人类进步的创新。让我们从这里开始构建。


- 1 The Total Economic Impact™ Of GitHub Enterprise Cloud and Advanced Security, a commissioned study conducted by Forrester Consulting, 2022. Results are for a composite organization based on interviewed customers.
- 2 GitHub, Octoverse 2022 The state of open source software.