S. ter Keurs
S. ter Keurs

Reputation: 57

Git: remote: Repository not found

I can't pull or push anything from a remote repository. I do have the correct rights.

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

Upvotes: 0

Views: 515

Answers (2)

S. ter Keurs
S. ter Keurs

Reputation: 57

I have found the awnser. I was logged in with my old account and also my new account. I know this makes no sense but inviting both accounts worked, while inviting both accounts sepperately didn't. Thank you all for your help anyways

Upvotes: 0

zoul
zoul

Reputation: 104125

The repo really doesn’t seem to exist, see the web interface.

Upvotes: 2

Related Questions