How to download blender git repository?

hi, i try to download git repository but got the access error, anyone guide me.


Hi, I use these for the first time:

git submodule update --init --recursive
git submodule foreach git checkout master
git submodule foreach git pull --rebase origin master

Cheers, mib.

@ mib2berlin
Still have the same error.

I am sorry, no idea only guesses.
You need GIT 2.7 at least.
Sometimes it is easier to start from scratch if you scrambled your GIT config, for example.

Cheers, mib.

Spelling counts, it’s ‘origin’ NOT ‘orgin’