我正在尝试通过git bash连接到我的github帐户,但我无法这样做我正在尝试的命令是:
$ git clone https://github.com/userName/file-name.git
Cloning into 'file-name'...
fatal: repository 'https://github.com/userName/file-name.git/' not found
当我试图推动时,同样的错误即将出现:
git remote add origin https://github.com/userName/file.git
git push -u origin master
fatal: repository 'https://github.com/userName/file.git/' not found
之前它工作正常,但突然停了下来。我用了命令:
git config --global http.sslVerify false
连接到github但仍然无法正常工作。
答案 0 :(得分:0)
您是否设置了用户名和密码?您可能没有此存储库的权限。 其次,我不确定这是问题所在,但您的路径应该看起来像https://github.com/userName/repository-name.git而不是文件名。
答案 1 :(得分:0)
似乎是一个网络特定的临时问题,尝试从命令提示符使用ipconfig / dnsflush(在Windows上)刷新DNS。它也可能受到某些第三方管理员的限制。或者尝试重新连接网络。