我在github上创建了一个存储库。完成了初始化和添加代码的所有步骤
执行命令
git remote add origin https://github.com/###/###.git
运行后
git push-u origin master
我看到错误
fatal: repository https://github.com/###/###.git not found
出什么问题了?
答案 0 :(得分:0)
由于URL区分大小写,因此请在浏览器中复制粘贴您设置为原始地址的https URL字符串(如git remote -v
中所示),并仔细检查存储库是否存在。
请确保这也不是私有存储库,或者您没有通过git凭证帮助器为其提供正确身份验证的存储库。