Git:remote:找不到存储库

时间:2017-02-02 09:00:10

标签: git repository

我无法从远程存储库中提取或推送任何内容。我确实拥有正确的权利。

C:\Users\Stijn\Dropbox\Fissa\website\alpha 0.3>git remote -v
origin  https://github.com/jeroenmager/Fissa (fetch)
origin  https://github.com/jeroenmager/Fissa (push)

C:\Users\Stijn\Dropbox\Fissa\website\alpha 0.3>git pull origin master
remote: Repository not found.
fatal: repository 'https://github.com/jeroenmager/Fissa/' not found

2 个答案:

答案 0 :(得分:1)

回购真的似乎不存在,see the web interface

答案 1 :(得分:0)

我找到了芒果。我使用旧帐户和新帐户登录。我知道这没有任何意义,但邀请两个帐户都有效,而同时邀请两个帐户都没有。无论如何,谢谢大家的帮助