thanks. Now I can git clone http://git.blender.org/blender-translations.git, but I still run make update to ‘Cloning into’ / Users / jinshanhu / blender-git / blender / release / datafiles / locale '…
Report the same error. . . .
@brecht are the underlying commands in make update easily executable in Terminal separately, with modifications suitable for slow networks preferably ?
make update prints the commands it executes, they can be executed separately.
It’s probably more convenient to try a new clone with git:// instead of http:// than figure out the right commands, since that doesn’t use http and so would sidestep any http errors.
The same error is reported when running “git submodule update --init --recursive”. . . . .
Report the same error. . . .
How to specify “git: //” manually?
git clone git://git.blender.org/blender.git should be run
instead of git clone https://git.blender.org/blender.git.
Make it in a new folder somewhere else, or delete the previously cloned directory.