GitHub 使用方法
TIP
GitHub 是一个全球最大的同性交友网站面向开源及私有软件项目的托管平台。
先参考阅读 本地安装 Git!
从主库创建拉取请求
VScode 拉取到本地
IDEA 拉取到本地
推送本地更改到主库
推送之前先拉取
推送到远程仓库
向主库提交拉取请求
GitHub Page(静态网页托管)
附:使用 GitHub CLI
TIP
前往下载 GitHub CLI 并安装。
TIP
命令行界面(英语:command-line interface,缩写:CLI)是在图形用户界面得到普及之前使用最为广泛的用户界面,它通常不支持鼠标,用户通过键盘输入指令,计算机接收到指令后,予以执行。 也有人称之为 字符用户界面(CUI)。
推荐在 PowerShell 中使用 GitHub CLI。
登入
使用以下指令登入到 GitHub:
gh auth login
- 选择
GitHub.com
- 选择
Login with a web browser
(通过浏览器登入) - 按下 Enter 键,将打开浏览器,将
one-time code
粘贴进去: 浏览器操作完后,回到 PowerShell 按下 Enter 键 - 选择 Git 协议为
SSH
- 登入成功!
? 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