【发布时间】:2022-10-23 12:47:25
【问题描述】:
更改存储库可见性公开
git push origin 主要 远程:repository.git 的权限被拒绝测试。 致命:无法访问“https://github.com/repository.git”:请求的 URL 返回错误:403
更改存储库可见性设为私有
git push origin 主要 远程:未找到存储库。 致命:找不到存储库“https://github.com/repository.git/”
【问题讨论】:
标签: git repository github