GitHub 使用方法

TIP

GitHub 是一个全球最大的同性交友网站面向开源及私有软件项目的托管平台。

先参考阅读 本地安装 Git

从主库创建拉取请求

GitHub01GitHub02GitHub03GitHub04GitHub05

VScode 拉取到本地

GitHub06

IDEA 拉取到本地

GitHub07

推送本地更改到主库

推送之前先拉取

GitHub08

推送到远程仓库

GitHub09GitHub10GitHub11

向主库提交拉取请求

GitHub12GitHub13GitHub14

GitHub Page(静态网页托管)

  1. 打开 GitHubopen in new window,点击左上角的新建仓库。

    01

  2. 设置项目名。

    02

  3. 参考 此教程open in new window 推送项目代码到远程仓库。

  4. 点击右上角的 settings 选项。

    03

  5. 点击 seve 选项即可

    04

附:使用 GitHub CLI

TIP

命令行界面(英语:command-line interface,缩写:CLI)是在图形用户界面得到普及之前使用最为广泛的用户界面,它通常不支持鼠标,用户通过键盘输入指令,计算机接收到指令后,予以执行。 也有人称之为 字符用户界面(CUI)。

推荐在 PowerShell 中使用 GitHub CLI。

登入

使用以下指令登入到 GitHub:

gh auth login
  1. 选择 GitHub.com
  2. 选择 Login with a web browser(通过浏览器登入)
  3. 按下 Enter 键,将打开浏览器,将 one-time code 粘贴进去: cli-00 浏览器操作完后,回到 PowerShell 按下 Enter
  4. 选择 Git 协议为 SSH
  5. 登入成功!
? What account do you want to log into?  [Use arrows to move, type to filter]
> GitHub.com
  GitHub Enterprise Server

? How would you like to authenticate?  [Use arrows to move, type to filter]
> Login with a web browser
  Paste an authentication token

! First copy your one-time code: FFFF-FFFF
- Press Enter to open github.com in your browser...
✓ Authentication complete. Press Enter to continue...

? Choose default git protocol  [Use arrows to move, type to filter]
  HTTPS
> SSH

✓ Logged in as Yue-plus

 



 



 
 



 


常用指令

查看 GitHub CLI 使用手册(英文)open in new window