401 unauthorized error when trying to export to Github from Popcode

未关闭
#2,520 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
4/5
预计耗时
3-5 天
新手友好度
35/100
Issue 类型
缺陷
描述清晰度
基本清楚
活跃度
停滞
技术栈
github, javascript
领域
api, frontend

调研方向

首先复现 Export Repo 流程:使用已关联的 GitHub 账户登录,选择 Export Repo,并检查发送到 https://api.github.com/user/repos 的 POST 请求。跟踪该请求所使用的关联账户凭据,并验证完成的流程会创建仓库并将用户重定向到 GitHub。

由索引模型根据 Issue 内容生成。

描述

Describe the bug
A clear and concise description of what the bug is.
When you click on the "Export Repo" button, the call POST https://api.github.com/user/repos produces a 401 unauthorized error. This leads to the repo not being created for the person on Github.

To Reproduce
Steps to reproduce the behavior:

  1. Login to an account with Github Linked
  2. Click the arrow to the right of "Create Snapshot"
  3. Click "Export Repo" option in the dropdown list
  4. See the error

Expected behavior
A clear and concise description of what you expected to happen.
After clicking "Export Repo" a repo should be created with the PopCode code and a user should be taken to the Github page.

Screenshots
If applicable, add screenshots to help explain your problem.
PopCode_Export_Github_401_Unathorized

Desktop (please complete the following information):

User-Agent | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:98.0) Gecko/20100101 Firefox/98.0

Additional context
This might be a global PopCode issue, which means the Unit 9 project where students export to Github might be stalled if it is not fixed.

主要语言
JavaScript
星标
191
派生
143
平均合并
4 天 11 小时
30 天内合并 PR
5

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

popcodeorg/popcode 的其他 Issue

查看 popcodeorg/popcode 的全部 Issue

相似的 Issue

更多 JavaScript Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。