报错信息:
ERROR: Repository not found.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
佬们有熟悉这一块的吗?
ps: github 账号开启了 2fa, organization 里面的基础权限改成 write, 仓库权限也都改为管理员了, 但是不生效.
|      1renfei      70 天前  1 在这里 https://github.com/settings/personal-access-tokens 创建 token 然后 Resource owner 选择 你的 Group Repository access 选择 All repositories Permissions 添加 Contents access 选择 读和写 | 
|  |      2pyyalt      70 天前  1 如果 Organization 启用了 SAML 单点登录 (SSO) 或 OAuth 应用限制,你估计要可能需要额外授权。   ssh 还是 https git clone ? | 
|  |      4JoeJoeJoe OP PRO @pyyAlt 使用的 ssh, https 也尝试过, 报这个错误: ``` remote: Invalid username or token. Password authentication is not supported for Git operations. ``` | 
|      5pingdog      70 天前 via Android  1 没选上 org ,你肯定拉不到 org 的东西,token 只能读自己的仓库 org 那里都说了你没加东西 | 
|  |      7ETiV      70 天前 via iPhone  1 | 
|      10pingdog      70 天前 via Android  1 权限不对吧,1F 说的 Contents access 勾没 | 
|  |      121daydayde      70 天前  1 仓库设置里面的 Collaborators and teams - Base role 看看? | 
|  |      13JoeJoeJoe OP PRO | 
|  |      15JoeJoeJoe OP PRO @0312birdzhang #14 搞了好几个了, 很难受, 可以 pr 但是不能直接提交, 很麻烦 | 
|  |      16ETiV      70 天前 via iPhone  1 那你有没有小号  这个 org+repo 是用小号创建的 | 
|  |      18gkinxin      69 天前  1 是不是开了梯子的 tun 模式 | 
|  |      19S1ahs3r      69 天前  1 .git config global 里有域名后缀的配置么 |