Ritzie Wrote:I have everything setup. Followed the directions to the tee but once I do git checkout -b auriga origin/auriga the following comes up:
xbmc@xbmc:~/.xbmc/skin/Aeon Auriga$ git checkout -b auriga origin/auriga
warning: refname 'origin/auriga' is ambiguous.
warning: refname 'origin/auriga' is ambiguous.
fatal: Ambiguous object name: 'origin/auriga'.
Did you receive any errors from any of the previous commands? It's difficult to diagnose, since I'm not a git specialist. If not please delete the "Aeon Auriga" directory and start over, performing all of the steps in one terminal window. Then post the entire session here as a text file attachment or encapsulated in CODE tags.
GhostSeven Wrote:Have been getting a corrupted error for days now, any ideas?I was going to ask if you edited any of the files, but since you are running the clone command you shouldn't have had any files to edit yet. It seems like something is interfering with your access to that directory. Any reason why you are cloning it into a directory outside of .xbmc?
Just running standard
Code:
git clone git://github.com/djh/aeon.git
Code:
git clone git://github.com/djh/aeon.git
Initialized empty Git repository in /home/blake/sr/aeon/.git/
remote: Counting objects: 1890, done.
remote: Compressing objects: 100% (1421/1421), done.
remote: Total 1890 (delta 569), reused 1660 (delta 395)
Receiving objects: 100% (1890/1890), 209.98 MiB | 56 KiB/s, done.
Resolving deltas: 100% (569/569), done.
error: failed to read object 3ee858232279a6288ef89d87ef80b7a26f864a4e at offset 24926796 from /home/blake/sr/aeon/.git/objects/pack/pack-dfa9f71838bf538d4e72dbdd4b4b78c0f6dd8447.pack
error: failed to read object 3ee858232279a6288ef89d87ef80b7a26f864a4e at offset 24926796 from .git/objects/pack/pack-dfa9f71838bf538d4e72dbdd4b4b78c0f6dd8447.pack
fatal: object 3ee858232279a6288ef89d87ef80b7a26f864a4e is corrupted

am I doing something wrong or is GIT just not a very reliable service...
Search
Help