我发出之后
git push origin <branch-name>
Run Code Online (Sandbox Code Playgroud)
并输入了访问凭据,Git返回了一个错误
remote: Repository not found.
fatal: Authentication failed for 'https://github.com/<account-name>/<repository-name>.git'
Run Code Online (Sandbox Code Playgroud)
什么似乎是问题?
Von*_*onC 16
GitHub帮助页面" 错误:未找到存储库 "总结了可能的原因:
许可(这是Monika在评论中提到的" 直接从repo克隆...推送时得到错误 ")
您可能需要派生回购,并在您的本地仓库上执行以下操作:
git remote rename origin upstream
git remote add origin https://YourUsername@github.com/YourUsername/YourFork
Run Code Online (Sandbox Code Playgroud)拼写:repo的名称区分大小写
不存在的回购
| 归档时间: |
|
| 查看次数: |
38187 次 |
| 最近记录: |