【发布时间】:2020-12-24 07:19:30
【问题描述】:
我是 git 新手。我有一个私人仓库,现在我想将本地仓库的更改推送到远程仓库。但是,我收到一个错误:
remote: Repository not found.
fatal: repository 'https://github.com/co-csp/csm.git/' not found
什么可能导致这些错误,请帮助我如何解决它,
我正在使用 Mac 终端。我在 github 个人资料中的用户名是 john2 git config user.name 和 git config user.username 都给出了 john2 所以用户名似乎正确...
【问题讨论】:
-
1.你可以访问这个 repo 吗? 2) 你确定网址没有拼写错误吗?
-
是私有仓库吗?您输入的凭据是否正确?
标签: git github git-push git-remote