3
It looks like I did something stupid with the underlying Git repository and was broken, leaving it invalid.
Error:
error: pathspec 'Development' Did not match any file(s) known to git.
I used these commands, but it had no effect.
rm .git/refs/remotes/origin/development
git fetch
git branch --set-upstream-to=origin/development
Can you check if the branch exists remotely?
– StatelessDev
@Statelessdev Yes, but... I found a faster and more effective solution. I did Git clone again, just copied the folder "node_modules" and pasted. Worked.
– Letimberg
@Letimberg, as you solved the problem, I suggest creating an answer to your own question, explaining how you solved :)
– Dherik