Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Miscellaneous => Topic started by: Alice on November 20, 2014, 05:26:44 am

Title: [SOLVED] Clone problem in GitExtensions
Post by: Alice on November 20, 2014, 05:26:44 am
Hi everyone again!

I'm still working to compile the server, and I found another problem.  When I press the "clone" button in GitExtensions, I get the following error:
fatal: master Remote branch not found in upstream origin
Unexpected end of command stream

Anybody knows how to fix this?

Thanks guys again! See you ^^
Title: Re: [QUESTION] Clone problem in GitExtensions
Post by: Amaroth on November 20, 2014, 07:14:32 am
Master branch no longer exists, it was renamed to 3.3.5 (no "a", no 3rd dot). So rewrite branch name you are using, those guys probably forgot to udpate wiki, I met the same problem earlier. You can look here and see for yourself:
https://github.com/TrinityCore/TrinityCore/tree/3.3.5 (https://github.com/TrinityCore/TrinityCore/tree/3.3.5" onclick="window.open(this.href);return false;)
Title: Re: [QUESTION] Clone problem in GitExtensions
Post by: Alice on November 20, 2014, 09:54:40 pm
Once again, thank you Amaroth. See you! ^^