Jump to content

wizardanim

Members
  • Posts

    2
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by wizardanim

  1. For people having the same problem that I was... use this following line: C:\\Users\\wizardanim>git clone git://github.com/mangos/mangos.git Initialized empty Git repository in C:/Users/wizardanim/mangos/.git/ remote: Counting objects: 3858, done. remote: Compressing objects: 100% (3051/3051), done. remote: Total 3858 (delta 950), reused 3592 (delta 762) Receiving objects: 100% (3858/3858), 14.64 MiB | 599 KiB/s, done. Resolving deltas: 100% (950/950), done. Checking out files: 100% (3330/3330), done. C:\\Users\\wizardanim> Worked just fine... Sorry for the extra post
  2. Ive got a small problem here, ive gone though this thread and have nearly encountered every error posted. None of the submitted resolutions seem to help. Heres my output: OS - windows vista Notice these things: The download stops on this line - From git://github.com/mangos/mangos - gives no error, then reminds me next time i try that it is up to date... the third attempt of the git pull origin master was from the clone URL. Perhaps im understanding this process wrong, but I thought this pulls source into your designated directory. The largest file in the git directory is 15 megs, and is named pack-2a42eed57d36b9e384f0977fea4e02d8d16b042c.pack -> I think im getting stuck on a step here. Any help would be appreciated, thanks. C:\\Users\\wizardanim>git init Initialized empty Git repository in C:/Users/wizardanim/.git/ C:\\Users\\wizardanim>git remote add origin git://github.com/mangos/mangos.git C:\\Users\\wizardanim>git pull . fatal: Couldn't find remote ref HEAD fatal: The remote end hung up unexpectedly C:\\Users\\wizardanim>git pull origin master remote: Counting objects: 3858, done.←[K remote: Compressing objects: 100% (3051/3051), done.←[K remote: Total 3858 (delta 950), reused 3592 (delta 762)←[K Receiving objects: 100% (3858/3858), 14.64 MiB | 468 KiB/s, done. Resolving deltas: 100% (950/950), done. From git://github.com/mangos/mangos * branch master -> FETCH_HEAD C:\\Users\\wizardanim>git pull origin master From git://github.com/mangos/mangos * branch master -> FETCH_HEAD Already up-to-date. C:\\Users\\wizardanim>git pull origin master From git://repo.or.cz/getmangos * branch master -> FETCH_HEAD Already up-to-date. C:\\Users\\wizardanim>
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use