如果在推送过程中出现错误,请点击这里:
- ### 身份验证错误
remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
fatal: Authentication failed for 'https://github.com//first-contributions.git/'
请参考 [GitHub's tutorial](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) 来生成并配置 SSH key。
# 提交你的更改以供审查
在你的仓库目录下运行以下命令来创建 Pull Request:
```bash
gh pr create --repo firstcontributions/first-contributions
```
接着提交 Pull Request。
你可以使用 `gh status` 命令来查看你的 PR 状态。
## 接下来做什么?
恭喜你!你刚完成了一个常见的开源贡献流程 — fork -> clone -> edit -> pull request!
你可以通过访问 [web app](https://firstcontributions.github.io/#social-share) 与朋友和关注者分享你的贡献。
如果你有任何疑问或需要帮助,也可以加入我们的 Slack 团队:[Join slack team](https://join.slack.com/t/firstcontributors/shared_invite/zt-vchl8cde-S0KstI_jyCcGEEj7rSTQiA)。
现在你可以开始为其他项目做贡献了。我们收集了一些适合入门的项目,你可以在[the list of projects in the web app](https://firstcontributions.github.io/#project-list)上查看。
### [Additional material](additional-material/git_workflow_scenarios/additional-material.md)
## 使用其他工具的教程
[Back to main page](https://github.com/firstcontributions/first-contributions#tutorials-using-other-tools)