To whom it may concern,
I am trying to load orgmode via the emacs-starter kit. Following the
instructions, I did the following:
508 cp -R emacs-starter-kit ~/.emacs.d
509 cd /Users/avery/.emacs.d
511 git submodule init
515 git submodule update
The update procedure failed with the following output:
Cloning into src/org...
error: Unable to get pack file
http://orgmode.org/org-mode.git/objects/pack/pack-beb4230c6615129746e9adfd39b5a38d78a4c191.pack
transfer closed with 49103369 bytes remaining to read
error: Unable to find db094c320412204a990668024f88eef00d307a44 under
http://orgmode.org/org-mode.git
Cannot obtain needed object db094c320412204a990668024f88eef00d307a44
error: Fetch failed.
Clone of 'http://orgmode.org/org-mode.git' into submodule path 'src/
org' failed
Is there a way for me to fix this? I suspect that it is a
configuration issue since when I tried the URL I got a 403.
Thanks!
Avery