推向远程私人回购:致命:没有找到存储库 [英] pushing to remote private repo : fatal: repository not found

查看:152
本文介绍了推向远程私人回购:致命:没有找到存储库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我通过

  git clone https://github.com/notMyUsername/repoName $ b $成功克隆了远程私人回购b  

我从回购所有文件中获得 - 因此url中没有错误

但是当我试图推送时,我得到了下一个错误:

pre $ git push --dry-运行
remote:找不到存储库。
fatal:repository'https://github.com/notMyUsername/repoName/'找不到

$ git push origin --dry-run
remote:找不到存储库。
fatal:repository'https://github.com/notMyUsername/repoName/'找不到

$ git remote -v
来源https://github.com/notMyUsername / repoName(fetch)
origin https://github.com/notMyUsername/repoName(push)

我还收到了github对此回购的通知,其中告知您已被自动订阅,因为您已被授予对存储库的推送访问权限。所以我有权利。



这里有什么不对? 现在 现在它修复了,我什么都没做(只写了一条消息给github支持)。我在这里看到了一些类似的问题,只有时间也有帮助。


I successfully cloned remote private repo via

git clone https://github.com/notMyUsername/repoName

I recieved all the files from the repo - so there is no mistake in url

but when I am trying to push I get next errors:

$ git push --dry-run
remote: Repository not found.
fatal: repository 'https://github.com/notMyUsername/repoName/' not found

$ git push origin --dry-run
remote: Repository not found.
fatal: repository 'https://github.com/notMyUsername/repoName/' not found

$ git remote -v
origin  https://github.com/notMyUsername/repoName (fetch)
origin  https://github.com/notMyUsername/repoName (push)

I also received notification from github for this repo, which tells that "You were automatically subscribed because you’ve been given push access to the repository." So I have rights.

What's wrong here?

解决方案

Now it fixed, and I did nothing(only wrote a message to the github support). And I saw some similar questions here on stackoverflow, where only time helped too.

这篇关于推向远程私人回购:致命:没有找到存储库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆