报错信息:
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, 仓库权限也都改为管理员了, 但是不生效.
1
renfei 19 天前 ![]() 在这里 https://github.com/settings/personal-access-tokens 创建 token
然后 Resource owner 选择 你的 Group Repository access 选择 All repositories Permissions 添加 Contents access 选择 读和写 |
![]() |
2
pyyalt 19 天前 ![]() 如果 Organization 启用了 SAML 单点登录 (SSO) 或 OAuth 应用限制,你估计要可能需要额外授权。
ssh 还是 https git clone ? |
![]() |
4
JoeJoeJoe OP PRO @pyyAlt 使用的 ssh, https 也尝试过, 报这个错误:
``` remote: Invalid username or token. Password authentication is not supported for Git operations. ``` |
5
fuzzsh 19 天前 via Android ![]() 没选上 org ,你肯定拉不到 org 的东西,token 只能读自己的仓库
org 那里都说了你没加东西 |
![]() |
7
ETiV 19 天前 via iPhone ![]() |
10
fuzzsh 19 天前 via Android ![]() 权限不对吧,1F 说的 Contents access 勾没
|
![]() |
12
0312birdzhang 19 天前 ![]() 仓库设置里面的 Collaborators and teams - Base role 看看?
|
![]() |
13
JoeJoeJoe OP PRO |
![]() |
14
0312birdzhang 19 天前 ![]() @JoeJoeJoe 那奇了怪了,删了重新建吧
|
![]() |
15
JoeJoeJoe OP PRO @0312birdzhang #14 搞了好几个了, 很难受, 可以 pr 但是不能直接提交, 很麻烦
|
![]() |
16
ETiV 19 天前 via iPhone ![]() 那你有没有小号 这个 org+repo 是用小号创建的
|
![]() |
18
gkinxin 19 天前 ![]() 是不是开了梯子的 tun 模式
|
![]() |
19
S1ahs3r 19 天前 ![]() .git config global 里有域名后缀的配置么
|