logo
其他基础级🔄 DevOps

GitHub Certified: GitHub Foundations

验证 GitHub 平台核心知识,涵盖 Git 基础、仓库管理、协作功能、项目管理、安全隐私和开源社区,是 GitHub 认证体系的入门认证。

$0
Exam Fee
65
Questions
90m
Exam Duration
70/100
Passing Score
?
Bottom line · It depends

GitHub 认证体系的入门证,对学生和转行者有简历加分效果,但对有经验的开发者价值有限。

MEMBERSHIP

JR Academy Membership

Unlock all certifications, courses & tools at a fraction of the cost

  • All certification exam prep included
  • Course discounts up to 50%
  • AI tools & Chrome extensions
  • Priority 1-on-1 coaching
View Membership Plans

What this certification covers

This page is structured for quick scanning first: exam format, fit, prep time, and the actual study scope.

GitHub Foundations 是 GitHub 2024 年推出的认证体系中最基础的一张。考试 75 题,120 分钟,及格线 70%,考试费 $99 USD,通过 PSI 在线监考。

考试覆盖 7 个领域:Git 基础(10%)、仓库管理(10%)、协作功能(15%)、现代开发(15%)、项目管理(20%)、安全隐私(15%)和社区(15%)。项目管理占比最高 — 考的是 GitHub Projects(看板)、Issues、Milestones 的使用方式,不是写代码。

GitHub 认证路径:Foundations → Actions → Admin → Advanced Security → Copilot。Foundations 是唯一不需要任何前置认证的入口。

You will work with

Git Version ControlGitHub RepositoriesPull RequestsGitHub IssuesGitHub ProjectsGitHub Actions BasicsOpen Source CollaborationGitHub Security Features

After preparation

  • Pass the GitHub Foundations certification exam with confidence
  • Master key concepts across all exam domains
  • Identify and strengthen weak areas before the exam

Exam details

Exam Code
GitHub Foundations
Provider
其他认证机构
Duration
90 minutes
Question Count
65 questions
Passing Score
70/100
Validity
3 years
Exam Fee
$0 USD
Question Types
single-choice, multiple-choice
Languages
English
Official Page

Who should take it

Good fit

  • 学生和编程初学者,希望系统学习 GitHub 协作开发
  • 初级开发者验证 Git 和 GitHub 基础技能
  • 项目经理和产品经理了解 GitHub 项目管理功能
  • 转行进入 IT 领域,需要掌握版本控制和协作工具的人

Before you start

  • 基本的计算机操作能力
  • 了解编程的基本概念(变量、函数、文件操作)
  • 无需 Git 或 GitHub 使用经验(但有基础会更轻松)

Is it worth it? Career value

Salary ranges, target job titles, and the real career impact of holding GitHub Foundations.

澳洲
$65K-90KAUD
美国
$60K-85KUSD
新加坡
$48K-72KSGD
Junior DeveloperDevOps InternIT SupportProject Coordinator

谁考这张证有意义

应届生和转行者。在简历上写"GitHub Certified: Foundations"告诉雇主你至少会 PR workflow、branch protection、Issues 这些协作基础。对于没有工作经验的人,这比"我会用 Git"可信度高。

不适合考的人:已经在团队里用 GitHub 做 code review 一年以上的开发者。这张证对你来说太简单了,考 GitHub Actions 或 Copilot 认证更有意义。

Study preparation

With hands-on AWS

1-2 weeks

From scratch

3-4 weeks

Daily pace

1-2 hours/day

Learning path preview

3 chapters
1
GitHub Foundations Exam Overview
40 min
2
Foundations
120 min
3
Exam Preparation & Practice
100 min

Step-by-step preparation

A concrete week-by-week plan from past test-takers — not generic advice.

1

第一阶段:Git 和 GitHub 基础(1 周)

clone/commit/push/pull/branch/merge 的完整工作流。理解 fork vs clone 的区别、PR 的 review + merge 流程、branch protection rules。这些内容在 GitHub Skills 上有免费互动课程。

2

第二阶段:项目管理 + 安全(1 周)

GitHub Projects 看板的 Table/Board/Roadmap 视图、Issues 标签和 Milestones、GitHub Actions 基础概念(workflow/trigger/job/step)。安全部分考 Dependabot、Secret Scanning、Code Scanning 的用途。

3

第三阶段:快速模考(2-3 天)

官方免费 Practice Assessment 做一遍,错题对应的知识点回 GitHub Docs 查一遍。这个考试不难,模考 80% 就可以去考。

Real test-taker experiences

What it actually took for real candidates to pass — prep time, scores, and lessons learned.

比预想简单很多,大部分题考的是 GitHub 功能的用途而不是操作步骤。比如"Branch Protection Rule 可以做什么" — 答案是强制 PR review、要求 CI 通过、禁止 force push。建议把 GitHub Docs 的功能列表过一遍。

大二计算机学生通过
· 2 weeks prep

没有编程背景也能过,但 Git 的 rebase 和 merge 区别要理解。项目管理部分对我来说是最容易的 — 如果你用过 Jira 或 Trello,GitHub Projects 的概念几乎一样。

转行产品经理通过
· 3 weeks prep

Certification comparison

GitHub FoundationsGitHub CopilotGitHub Actions
Provider其他其他其他
Level基础级助理级助理级
Fee$0$0$0
Duration90 min90 min90 min
Question count655065
Validity3 yrs3 yrs3 yrs

Study tips and common mistakes

💡

**GitHub Docs 是最好的备考材料**:考试题目几乎都能在 docs.github.com 找到原文,不需要买第三方课程。

💡

**记住各功能的定位**:Discussions(社区问答)vs Issues(任务追踪)vs Pull Requests(代码审核)。

💡

**GitHub Copilot 基础概念会考**:知道 Copilot 是 AI 编程助手、基于 LLM、支持多种 IDE 就够了,不需要深入。

⚠️

**Fork 和 Branch 混淆** — Fork 是复制整个仓库到自己账户(跨组织协作用);Branch 是在同一仓库内创建分支(团队内部用)。

⚠️

**GitHub Pages 的限制** — 只支持静态网站,免费版仓库必须是 public,自定义域名需要 CNAME 记录。

⚠️

**忽略 GitHub Codespaces** — 考试会问 Codespaces 和本地开发环境的区别,Codespaces 是云端 VS Code,预配置好依赖。

FAQ

Frequently Asked Questions

If you plan to take GitHub Foundations, start with real practice.

117+ questions, chapter-by-chapter learning, mock exams, wrong-question review, and AI tutor support live in the exam page.

Go to exam prep

From $19 · 2 free chapters

Related certifications