简体   繁体   English

远程:未找到存储库。 Git pull 显示致命:使用访问令牌时未找到存储库“https://github.com/username/repositoryname.git/”

[英]remote: Repository not found. Git pull shows fatal: repository 'https://github.com/username/repositoryname.git/' not found when using access token

我创建了一个访问令牌,当我使用它而不是密码来拉它时会抛出以下内容

remote: Repository not found. Git pull shows fatal: repository 'https://github.com/username/repositoryname.git/' not found

Actually, the permissions are not given properly for the generated token.实际上,没有为生成的令牌正确授予权限。 After I've set the proper permissions, it's working fine.在我设置了适当的权限后,它工作正常。 Go to https://github.com/settings/tokens and select your generated token then you can see the permission checkboxes.转到https://github.com/settings/tokens并选择您生成的令牌,然后您可以看到权限复选框。 Select the appropriate permissions and update.选择适当的权限并更新。 Now your token will work properly as expected现在您的令牌将按预期正常工作

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Github 远程:未找到存储库。 致命:在 Pycharm 中找不到存储库“https://github.com/org/repo.git/” - Github remote: Repository not found. fatal: repository 'https://github.com/org/repo.git/' not found in Pycharm 致命的:找不到存储库'https://github.com/user_name/first_app.git/' - fatal: repository 'https://github.com/user_name/first_app.git/' not found 是什么导致“致命:未找到存储库'https://github.com/bemyhre/my_web.git/'”错误 - What is causing “fatal: repository 'https://github.com/bemyhre/my_web.git/' not found” error 当找不到远程存储库时,防止 git pull 从 github 请求用户名密码 - prevent git pull asking for username password from github when remote repository not found Git拉过SSH - 找不到存储库。 HTTPS有效 - Git pull over SSH - Repository not found. HTTPS works 远程:找不到用于git pull的存储库 - remote: Repository not found for git pull code.google.com:git:致命的:远程错误:找不到存储库 - code.google.com: git: fatal: remote error: Repository not found SourceTree - git:致命:远程错误:找不到存储库 - SourceTree - git: fatal: remote error: Repository not found git fatal:找不到内部TFS服务器的存储库远程访问 - git fatal: repository not found remote access for Internal TFS server 远程:未找到存储库。 致命:存储库 - remote: Repository not found. fatal: repository
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM