Reputation: 57
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
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